summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-kernel/linux/linux-yocto.inc3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-kernel/linux/linux-yocto.inc b/meta/recipes-kernel/linux/linux-yocto.inc
index 637506a2a8..aec06c2427 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"
33# and it can be specific to the machine or shared 33# and it can be specific to the machine or shared
34# KMACHINE = "UNDEFINED" 34# KMACHINE = "UNDEFINED"
35 35
36LINUX_KERNEL_TYPE ?= "standard" 36# The distro or local.conf should set this, but if nobody cares...
37LINUX_KERNEL_TYPE ??= "standard"
37 38
38# KMETA ?= "" 39# KMETA ?= ""
39KBRANCH ?= "master" 40KBRANCH ?= "master"