1
0
forked from brl/citadel
citadel/meta-citadel/recipes-citadel/images/citadel-image-base.bb
Bruce Leidl 5ff3c559a4 step one of reorganizing meta-citadel
recipes-citadel is for things other than recipes to package software
2018-03-27 18:38:34 -04:00

28 lines
519 B
BlitzBasic

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