summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/classes/image.bbclass3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/classes/image.bbclass b/meta/classes/image.bbclass
index 8a46b4852c..2b0ce4a988 100644
--- a/meta/classes/image.bbclass
+++ b/meta/classes/image.bbclass
@@ -15,6 +15,7 @@ IMGCLASSES += "${@bb.utils.contains('IMAGE_FSTYPES', 'container', 'image-contain
15IMGCLASSES += "image_types_wic" 15IMGCLASSES += "image_types_wic"
16IMGCLASSES += "rootfs-postcommands" 16IMGCLASSES += "rootfs-postcommands"
17IMGCLASSES += "image-postinst-intercepts" 17IMGCLASSES += "image-postinst-intercepts"
18IMGCLASSES += "overlayfs-etc"
18inherit ${IMGCLASSES} 19inherit ${IMGCLASSES}
19 20
20TOOLCHAIN_TARGET_TASK += "${PACKAGE_INSTALL}" 21TOOLCHAIN_TARGET_TASK += "${PACKAGE_INSTALL}"
@@ -33,7 +34,7 @@ INHIBIT_DEFAULT_DEPS = "1"
33# IMAGE_FEATURES may contain any available package group 34# IMAGE_FEATURES may contain any available package group
34IMAGE_FEATURES ?= "" 35IMAGE_FEATURES ?= ""
35IMAGE_FEATURES[type] = "list" 36IMAGE_FEATURES[type] = "list"
36IMAGE_FEATURES[validitems] += "debug-tweaks read-only-rootfs read-only-rootfs-delayed-postinsts stateless-rootfs empty-root-password allow-empty-password allow-root-login post-install-logging" 37IMAGE_FEATURES[validitems] += "debug-tweaks read-only-rootfs read-only-rootfs-delayed-postinsts stateless-rootfs empty-root-password allow-empty-password allow-root-login post-install-logging overlayfs-etc"
37 38
38# Generate companion debugfs? 39# Generate companion debugfs?
39IMAGE_GEN_DEBUGFS ?= "0" 40IMAGE_GEN_DEBUGFS ?= "0"