From: Saul Wold Date: Thu, 7 Sep 2017 14:18:21 +0000 (-0700) Subject: linux-yocto: Make LINUX_VERSION_EXTENSION weaker X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~20072 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b6e72d0f8230f71ea06edf747f3a84c6410d458c;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git 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. Signed-off-by: Saul Wold Signed-off-by: Ross Burton --- diff --git a/meta/recipes-kernel/linux/linux-yocto.inc b/meta/recipes-kernel/linux/linux-yocto.inc index aec06c2427d..1b8ffd0c17e 100644 --- a/meta/recipes-kernel/linux/linux-yocto.inc +++ b/meta/recipes-kernel/linux/linux-yocto.inc @@ -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