* [PATCH] image: add new items to IMAGE_FEAUTRES[validitems] list
@ 2015-02-11 18:12 Saul Wold
2015-02-11 18:13 ` Robert P. J. Day
0 siblings, 1 reply; 3+ messages in thread
From: Saul Wold @ 2015-02-11 18:12 UTC (permalink / raw)
To: openembedded-core
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@linux.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)}"
--
2.1.0
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH] image: add new items to IMAGE_FEAUTRES[validitems] list
2015-02-11 18:12 [PATCH] image: add new items to IMAGE_FEAUTRES[validitems] list Saul Wold
@ 2015-02-11 18:13 ` Robert P. J. Day
2015-02-11 18:15 ` Burton, Ross
0 siblings, 1 reply; 3+ messages in thread
From: Robert P. J. Day @ 2015-02-11 18:13 UTC (permalink / raw)
To: Saul Wold; +Cc: openembedded-core
gaaahhhh ... ^^^^^^^^
rday
--
========================================================================
Robert P. J. Day Ottawa, Ontario, CANADA
http://crashcourse.ca
Twitter: http://twitter.com/rpjday
LinkedIn: http://ca.linkedin.com/in/rpjday
========================================================================
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] image: add new items to IMAGE_FEAUTRES[validitems] list
2015-02-11 18:13 ` Robert P. J. Day
@ 2015-02-11 18:15 ` Burton, Ross
0 siblings, 0 replies; 3+ messages in thread
From: Burton, Ross @ 2015-02-11 18:15 UTC (permalink / raw)
To: Robert P. J. Day; +Cc: OE-core
[-- Attachment #1: Type: text/plain, Size: 217 bytes --]
On 11 February 2015 at 18:13, Robert P. J. Day <rpjday@crashcourse.ca>
wrote:
> gaaahhhh ... ^^^^^^^^
>
typo fixed when I merged to mut for testing :)
Ross
[-- Attachment #2: Type: text/html, Size: 649 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2015-02-11 18:15 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-02-11 18:12 [PATCH] image: add new items to IMAGE_FEAUTRES[validitems] list Saul Wold
2015-02-11 18:13 ` Robert P. J. Day
2015-02-11 18:15 ` Burton, Ross
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.