diff options
Diffstat (limited to 'meta')
-rw-r--r-- | meta/classes/image.bbclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/classes/image.bbclass b/meta/classes/image.bbclass index c7eaaa8a14..893eb40898 100644 --- a/meta/classes/image.bbclass +++ b/meta/classes/image.bbclass | |||
@@ -22,7 +22,7 @@ inherit ${TESTIMAGECLASS} | |||
22 | # IMAGE_FEATURES may contain any available package group | 22 | # IMAGE_FEATURES may contain any available package group |
23 | IMAGE_FEATURES ?= "" | 23 | IMAGE_FEATURES ?= "" |
24 | IMAGE_FEATURES[type] = "list" | 24 | IMAGE_FEATURES[type] = "list" |
25 | IMAGE_FEATURES[validitems] += "debug-tweaks read-only-rootfs" | 25 | IMAGE_FEATURES[validitems] += "debug-tweaks read-only-rootfs empty-root-password allow-empty-password post-install-logging" |
26 | 26 | ||
27 | # rootfs bootstrap install | 27 | # rootfs bootstrap install |
28 | ROOTFS_BOOTSTRAP_INSTALL = "${@bb.utils.contains("IMAGE_FEATURES", "package-management", "", "${ROOTFS_PKGMANAGE_BOOTSTRAP}",d)}" | 28 | ROOTFS_BOOTSTRAP_INSTALL = "${@bb.utils.contains("IMAGE_FEATURES", "package-management", "", "${ROOTFS_PKGMANAGE_BOOTSTRAP}",d)}" |