]> code.ossystems Code Review - openembedded-core.git/commitdiff
linux-yocto: Make LINUX_VERSION_EXTENSION weaker
authorSaul Wold <sgw@linux.intel.com>
Thu, 7 Sep 2017 14:18:21 +0000 (07:18 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 11 Sep 2017 16:30:14 +0000 (17:30 +0100)
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 <sgw@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/recipes-kernel/linux/linux-yocto.inc

index aec06c2427d9696655f8ee8166f916d1ded87bd7..1b8ffd0c17ef5278ae79302c16cab1b61aaaa58c 100644 (file)
@@ -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