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:
parent
490f9572c9
commit
cf536695cb
@ -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"
|
||||
|
5
meta-citadel-distro/recipes-core/images/citadel-image.bb
Normal file
5
meta-citadel-distro/recipes-core/images/citadel-image.bb
Normal file
@ -0,0 +1,5 @@
|
||||
|
||||
SUMMARY = "Subgraph OS Citadel image builder"
|
||||
LICENSE = "MIT"
|
||||
|
||||
require citadel-image-base.bb
|
Loading…
Reference in New Issue
Block a user