mirror of
https://git.yoctoproject.org/poky
synced 2026-04-23 09:32:17 +02:00
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. (From OE-Core rev: d3a41fbd94462efc8c6f1b55f6fb54001b447c45) Signed-off-by: Joe Slater <jslater@windriver.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
87af2104af
commit
f19dd2be62
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user