mirror of
git://git.yoctoproject.org/poky
synced 2026-09-06 08:08:16 +00:00
Allow the user to provide additional packages to this image. This lets core-image-basic behave like all other core-image* recipes (which do support CORE_IMAGE_EXTRA_INSTALL), as well as match the documentation which suggests this as the mode to extend any core-image* image. v2 - drop redundant setting of CORE_IMAGE_EXTRA_INSTALL (From OE-Core rev: 5faabf398819d40b55c46bc83ae03942d115024b) Signed-off-by: Gary Thomas <gary@mlbassoc.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 lines
287 B
BlitzBasic
13 lines
287 B
BlitzBasic
DESCRIPTION = "A console-only image with more full-featured Linux system \
|
|
functionality installed."
|
|
|
|
IMAGE_FEATURES += "splash ssh-server-openssh"
|
|
|
|
IMAGE_INSTALL = "\
|
|
packagegroup-core-boot \
|
|
packagegroup-core-basic \
|
|
${CORE_IMAGE_EXTRA_INSTALL} \
|
|
"
|
|
|
|
inherit core-image
|