[oe-commits] [openembedded-core] 31/31: linux-yocto: only suggest default kernel type

git at git.openembedded.org git at git.openembedded.org
Sun Jul 23 07:03:11 UTC 2017


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

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

commit c1a4ce33b09dd9a92a73b04a62b2cc1ddbd46b6a
Author: Joe Slater <jslater at windriver.com>
AuthorDate: Thu Jul 20 16:19:51 2017 -0700

    linux-yocto: only suggest default kernel type
    
    The distro should set a default kernel type (?=) which could be
    overriden by local.conf (=) or extensions (templates).  The kernel itself
    should only use "??=" to provide a value which allows builds to succeed.
    
    Signed-off-by: Joe Slater <jslater at windriver.com>
    Signed-off-by: Ross Burton <ross.burton at intel.com>
---
 meta/recipes-kernel/linux/linux-yocto.inc | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/meta/recipes-kernel/linux/linux-yocto.inc b/meta/recipes-kernel/linux/linux-yocto.inc
index 637506a..aec06c2 100644
--- a/meta/recipes-kernel/linux/linux-yocto.inc
+++ b/meta/recipes-kernel/linux/linux-yocto.inc
@@ -33,7 +33,8 @@ KERNEL_FEATURES_append_qemuall=" features/debug/printk.scc"
 # and it can be specific to the machine or shared
 # KMACHINE = "UNDEFINED"
 
-LINUX_KERNEL_TYPE ?= "standard"
+# The distro or local.conf should set this, but if nobody cares...
+LINUX_KERNEL_TYPE ??= "standard"
 
 # KMETA ?= ""
 KBRANCH ?= "master"

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


More information about the Openembedded-commits mailing list