base image on fullcmd line

This commit is contained in:
2023-09-23 20:50:13 +02:00
parent 62167a5dfe
commit aea9924fd7
2 changed files with 12 additions and 10 deletions

View File

@@ -0,0 +1,12 @@
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