basic config for minimal build

This commit is contained in:
2026-01-01 15:14:00 +01:00
parent e96352919c
commit 71853eb444
7 changed files with 22 additions and 4 deletions

View File

@@ -9,4 +9,9 @@ BBLAYERS ?= " \
/home/yocto/ws/poky/meta \
/home/yocto/ws/poky/meta-poky \
/home/yocto/ws/poky/meta-yocto-bsp \
"
/home/yocto/ws/layers/meta-arm/meta-arm \
/home/yocto/ws/layers/meta-arm/meta-arm-toolchain \
/home/yocto/ws/layers/meta-ti/meta-beagle \
/home/yocto/ws/layers/meta-ti/meta-ti-bsp \
/home/yocto/ws/layers/meta-ti/meta-ti-extras \
"

View File

@@ -36,7 +36,7 @@
#MACHINE ?= "genericx86-64"
#
# This sets the default machine to be qemux86-64 if no other machine is selected:
MACHINE ??= "qemux86-64"
MACHINE ??= "beagleplay"
# These are some of the more commonly used values. Looking at the files in the
# meta/conf/machine directory, or the conf/machine directory of any additional layers
@@ -147,6 +147,7 @@ DISTRO ?= "poky"
# meta/classes-recipe/core-image.bbclass for more details.
# We default to enabling the debugging tweaks.
EXTRA_IMAGE_FEATURES ?= "debug-tweaks"
IMAGE_INSTALL:append = " vim apt"
#
# Additional image features