mirror of
https://git.yoctoproject.org/poky
synced 2026-01-29 21:08:42 +01:00
(From OE-Core rev: 560b04181d8f51d189b99f01a72f17210dadf7a3) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 lines
232 B
BlitzBasic
12 lines
232 B
BlitzBasic
IMAGE_FEATURES += "apps-console-core ${SATO_IMAGE_FEATURES}"
|
|
|
|
LICENSE = "MIT"
|
|
|
|
IMAGE_INSTALL = "\
|
|
${POKY_BASE_INSTALL} \
|
|
task-core-clutter-core \
|
|
task-core-clutter-tests \
|
|
task-core-clutter-apps"
|
|
|
|
inherit poky-image
|