mirror of
https://git.yoctoproject.org/poky
synced 2026-05-09 05:29:32 +00:00
linux-yocto: Make LINUX_VERSION_EXTENSION weaker
This allows for other layers to override this variable in addition to providing the distro or local.conf to override it. (From OE-Core rev: b6e72d0f8230f71ea06edf747f3a84c6410d458c) Signed-off-by: Saul Wold <sgw@linux.intel.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
c72af57827
commit
9cc5cf0a64
@@ -49,7 +49,7 @@ KCONF_AUDIT_LEVEL ?= "1"
|
||||
KCONF_BSP_AUDIT_LEVEL ?= "0"
|
||||
KMETA_AUDIT ?= "yes"
|
||||
|
||||
LINUX_VERSION_EXTENSION ?= "-yocto-${LINUX_KERNEL_TYPE}"
|
||||
LINUX_VERSION_EXTENSION ??= "-yocto-${LINUX_KERNEL_TYPE}"
|
||||
|
||||
# Pick up shared functions
|
||||
inherit kernel
|
||||
|
||||
Reference in New Issue
Block a user