M7350/oe-core/meta/recipes-core/images/self-hosted-image.bb
2024-09-09 08:52:07 +00:00

12 lines
210 B
BlitzBasic

IMAGE_INSTALL = "task-core-boot task-core-apps-console task-core-ssh-openssh task-self-hosted"
POKY_EXTRA_INSTALL = "\
task-self-hosted \
"
IMAGE_FEATURES += "x11-mini"
inherit core-image
PR = "r2"