[oe-commits] Saul Wold : image: add new items to IMAGE_FEATURES[validitems] list

git at git.openembedded.org git at git.openembedded.org
Sat Feb 14 08:42:01 UTC 2015


Module: openembedded-core.git
Branch: master
Commit: 6e48bc5fbd834f19bdcac17007d27a750cc5f331
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=6e48bc5fbd834f19bdcac17007d27a750cc5f331

Author: Saul Wold <sgw at linux.intel.com>
Date:   Wed Feb 11 10:12:14 2015 -0800

image: add new items to IMAGE_FEATURES[validitems] list

Add the new items to the validitems list, this is fully tested, initial testing
had been done with a local change that did not make the original commit request

[YOCTO #7308]

Signed-off-by: Saul Wold <sgw at linux.intel.com>
Signed-off-by: Ross Burton <ross.burton at intel.com>

---

 meta/classes/image.bbclass | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/classes/image.bbclass b/meta/classes/image.bbclass
index c7eaaa8..893eb40 100644
--- a/meta/classes/image.bbclass
+++ b/meta/classes/image.bbclass
@@ -22,7 +22,7 @@ inherit ${TESTIMAGECLASS}
 # IMAGE_FEATURES may contain any available package group
 IMAGE_FEATURES ?= ""
 IMAGE_FEATURES[type] = "list"
-IMAGE_FEATURES[validitems] += "debug-tweaks read-only-rootfs"
+IMAGE_FEATURES[validitems] += "debug-tweaks read-only-rootfs empty-root-password allow-empty-password post-install-logging"
 
 # rootfs bootstrap install
 ROOTFS_BOOTSTRAP_INSTALL = "${@bb.utils.contains("IMAGE_FEATURES", "package-management", "", "${ROOTFS_PKGMANAGE_BOOTSTRAP}",d)}"



More information about the Openembedded-commits mailing list