mirror of
https://git.yoctoproject.org/poky
synced 2026-02-15 05:03:03 +01:00
This more accurately represents what this image and packagegroup are intended to provide (a more complete command-line environment similar to what you would find on a traditional Linux system), and avoids confusion with the similarly named core-image-base and packagegroup-base. Fixes [YOCTO #2424]. (From OE-Core rev: 959396d5319df6d6599cc74077e85182768b92af) Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 lines
294 B
BlitzBasic
13 lines
294 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-full-cmdline \
|
|
${CORE_IMAGE_EXTRA_INSTALL} \
|
|
"
|
|
|
|
inherit core-image
|