[oe-commits] [openembedded-core] 04/28: x86-base.inc: Don't add live to IMAGE_FSTYPES, default instead

git at git.openembedded.org git at git.openembedded.org
Wed Jun 28 19:56:08 UTC 2017


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master
in repository openembedded-core.

commit df850ff9e101afcc9983f907570abaf17421ba0f
Author: California Sullivan <california.l.sullivan at intel.com>
AuthorDate: Tue Jun 20 17:14:19 2017 -0700

    x86-base.inc: Don't add live to IMAGE_FSTYPES, default instead
    
    Using += makes it difficult to remove. Soft-set with ?= instead.
    
    Signed-off-by: California Sullivan <california.l.sullivan at intel.com>
    Signed-off-by: Ross Burton <ross.burton at intel.com>
---
 meta/conf/machine/include/x86-base.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/conf/machine/include/x86-base.inc b/meta/conf/machine/include/x86-base.inc
index 7365953..bfacdf5 100644
--- a/meta/conf/machine/include/x86-base.inc
+++ b/meta/conf/machine/include/x86-base.inc
@@ -10,7 +10,7 @@ MACHINE_FEATURES += "screen keyboard pci usbhost ext2 ext3 x86 \
 
 MACHINE_EXTRA_RRECOMMENDS += "kernel-modules"
 
-IMAGE_FSTYPES += "live"
+IMAGE_FSTYPES ?= "live"
 
 KERNEL_IMAGETYPE ?= "bzImage"
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list