base image on fullcmd line

This commit is contained in:
Lars Niesen 2023-09-23 20:50:13 +02:00
parent 62167a5dfe
commit aea9924fd7
Signed by: Tripple_Trabble
GPG Key ID: A490A795C4D3B490
2 changed files with 12 additions and 10 deletions

View File

@ -1,10 +0,0 @@
SUMMARY = "Minimal bootable image for CaROS develoment"
IMAGE_FEATURES = "nfs-server ssh-server-openssh"
# packagegroup-core-boot expandent to remove busybox
# PACKAGES_CORE_BOOT =
IMAGE_INSTALL = "packagegroup-core-boot"
inherit core-image
LICENSE = "MIT"

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