[oe-commits] [openembedded-core] 12/27: qemu.inc: Change kernel provider assignment to a weaker one

git at git.openembedded.org git at git.openembedded.org
Tue May 29 20:09:44 UTC 2018


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

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

commit 07e06abeb6b7ae5047c4b70818cd8873302e4940
Author: He Zhe <zhe.he at windriver.com>
AuthorDate: Wed May 23 11:31:54 2018 +0800

    qemu.inc: Change kernel provider assignment to a weaker one
    
    Currently we have local.conf included before qemu.inc, and ${DISTRO}.conf
    after qemu.inc. They both possibly specify their expected kernel providers.
    To let other config files override it in real use, this commit changes
    kernel provider assignment to ??= .
    
    Signed-off-by: He Zhe <zhe.he at windriver.com>
    Signed-off-by: Ross Burton <ross.burton at intel.com>
---
 meta/conf/machine/include/qemu.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/conf/machine/include/qemu.inc b/meta/conf/machine/include/qemu.inc
index aa332fe..5050e41 100644
--- a/meta/conf/machine/include/qemu.inc
+++ b/meta/conf/machine/include/qemu.inc
@@ -19,7 +19,7 @@ IMAGE_FSTYPES += "tar.bz2 ext4"
 RDEPENDS_${KERNEL_PACKAGE_NAME}-base = ""
 
 # Use a common kernel recipe for all QEMU machines
-PREFERRED_PROVIDER_virtual/kernel ?= "linux-yocto"
+PREFERRED_PROVIDER_virtual/kernel ??= "linux-yocto"
 
 EXTRA_IMAGEDEPENDS += "qemu-native qemu-helper-native"
 

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


More information about the Openembedded-commits mailing list