mirror of
https://git.yoctoproject.org/poky
synced 2026-05-23 11:27:54 +02:00
(From OE-Core rev: b14a92f4450bb08b9f11d3fd7a99155315527cdd) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
14 lines
295 B
BlitzBasic
14 lines
295 B
BlitzBasic
DESCRIPTION = "A foundational basic image without support for X that can be \
|
|
reasonably used for customization."
|
|
|
|
IMAGE_FEATURES += "apps-console-core ssh-server-openssh"
|
|
|
|
IMAGE_INSTALL = "\
|
|
task-core-boot \
|
|
task-core-basic \
|
|
"
|
|
|
|
# ${CORE_IMAGE_BASE_INSTALL}
|
|
|
|
inherit core-image
|