mirror of
https://git.yoctoproject.org/poky
synced 2026-05-24 05:29:18 +02:00
Fixes [YOCTO #2227] I've updated the image descriptions per the bug description. (From OE-Core rev: 479b020edbc609c3ae1e3846e9e0d1643ac10059) Signed-off-by: Elizabeth Flanagan <elizabeth.flanagan@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
14 lines
365 B
BlitzBasic
14 lines
365 B
BlitzBasic
DESCRIPTION = "Basic image without X support suitable for development work. It \
|
|
can be used for customization and implementations that conform to Linux \
|
|
Standard Base (LSB)."
|
|
|
|
IMAGE_FEATURES += "apps-console-core dev-pkgs ssh-server-openssh"
|
|
|
|
IMAGE_INSTALL = "\
|
|
${CORE_IMAGE_BASE_INSTALL} \
|
|
task-core-basic \
|
|
task-core-lsb \
|
|
"
|
|
|
|
inherit core-image
|