generated from timoschneider/yocto-template
basic config for minimal build
This commit is contained in:
@@ -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 \
|
||||
"
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user