Skip to content
Snippets Groups Projects
Commit 6b911477 authored by Eberhard Stoll's avatar Eberhard Stoll
Browse files

stm32mp-t1000: update machine configuration

parent b5c2b756
No related branches found
No related tags found
No related merge requests found
......@@ -30,6 +30,44 @@ PARTITIONS_MOUNTPOINT_IMAGE = ""
# We don't use STs UBI image generation options
ENABLE_MULTIVOLUME_UBI="0"
# =========================================================================
# Machine specific software packages
# =========================================================================
CORE_IMAGE_EXTRA_INSTALL_append += ""
# List of packages required to boot the device
MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS += "\
u-boot-stm32mp-extlinux \
kernel-imagebootfs \
"
# List of packages useful to use device
# Should be probably moved to distro
MACHINE_EXTRA_RRECOMMENDS += "\
os-release \
rng-tools \
${@bb.utils.contains('DISTRO_FEATURES','sysvinit',' watchdog ','',d)} \
"
# List of packages useful to use device
# Recommend machine-specific packages to install (Touchscreen drivers)
MACHINE_EXTRA_RRECOMMENDS += "\
kernel-modules \
mptool \
"
# autoload the modules
KERNEL_MODULE_AUTOLOAD += ""
# =========================================================================
# Image
# =========================================================================
# Only build tar.gz
IMAGE_FSTYPES = "tar.gz"
# =========================================================================
# Machine settings
# =========================================================================
......
......@@ -60,11 +60,10 @@ require conf/machine/include/extlinux-t1000.inc
# =========================================================================
# Machine specific software packages
# =========================================================================
CORE_IMAGE_EXTRA_INSTALL += "\
"
CORE_IMAGE_EXTRA_INSTALL_append += ""
# recommend machine-specific packages to install (Touchscreen drivers)
MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS += "\
"
MACHINE_EXTRA_RRECOMMENDS += ""
# autoload the modules
KERNEL_MODULE_AUTOLOAD += ""
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment