summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel
diff options
context:
space:
mode:
authorSaul Wold <sgw@linux.intel.com>2017-09-07 07:18:21 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-09-11 17:30:30 +0100
commit9cc5cf0a64d959b7f870c184bd0f500c80e7aade (patch)
treed197b70413fa32515bcd6c064468efc12fde3229 /meta/recipes-kernel
parentc72af57827eeace52dda85dfb00c9ed051d0f3f6 (diff)
downloadpoky-9cc5cf0a64d959b7f870c184bd0f500c80e7aade.tar.gz
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>
Diffstat (limited to 'meta/recipes-kernel')
-rw-r--r--meta/recipes-kernel/linux/linux-yocto.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-kernel/linux/linux-yocto.inc b/meta/recipes-kernel/linux/linux-yocto.inc
index aec06c2427..1b8ffd0c17 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"
49KCONF_BSP_AUDIT_LEVEL ?= "0" 49KCONF_BSP_AUDIT_LEVEL ?= "0"
50KMETA_AUDIT ?= "yes" 50KMETA_AUDIT ?= "yes"
51 51
52LINUX_VERSION_EXTENSION ?= "-yocto-${LINUX_KERNEL_TYPE}" 52LINUX_VERSION_EXTENSION ??= "-yocto-${LINUX_KERNEL_TYPE}"
53 53
54# Pick up shared functions 54# Pick up shared functions
55inherit kernel 55inherit kernel