A couple of new images.

citadel-image-base is a command line only image
citadel-image is where desktop packages will be installed
This commit is contained in:
brl 2017-12-12 15:24:34 -05:00
parent 490f9572c9
commit cf536695cb
2 changed files with 35 additions and 0 deletions

View File

@ -0,0 +1,30 @@
SUMMARY = "Subgraph OS Citadel Base CLI image builder"
LICENSE = "MIT"
IMAGE_FEATURES_append = " empty-root-password"
#
# Set by the machine configuration with packages essential for device bootup
#
MACHINE_ESSENTIAL_EXTRA_RDEPENDS ?= ""
MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS ?= ""
IMAGE_INSTALL = "\
packagegroup-citadel-base \
"
RDEPENDS_${PN} = "\
${MACHINE_ESSENTIAL_EXTRA_RDEPENDS} \
"
RRECOMMENDS_${PN} = "\
${MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS}"
ROOT_PASSWORD ?= "citadel"
inherit core-image showvars
WKS_FILE="citadel-image-minimal.wks"
DEPENDS += "linux-citadel"

View File

@ -0,0 +1,5 @@
SUMMARY = "Subgraph OS Citadel image builder"
LICENSE = "MIT"
require citadel-image-base.bb