diff options
author | Saul Wold <sgw@linux.intel.com> | 2017-09-07 07:18:21 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-09-11 17:30:30 +0100 |
commit | 9cc5cf0a64d959b7f870c184bd0f500c80e7aade (patch) | |
tree | d197b70413fa32515bcd6c064468efc12fde3229 | |
parent | c72af57827eeace52dda85dfb00c9ed051d0f3f6 (diff) | |
download | poky-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>
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto.inc | 2 |
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" | |||
49 | KCONF_BSP_AUDIT_LEVEL ?= "0" | 49 | KCONF_BSP_AUDIT_LEVEL ?= "0" |
50 | KMETA_AUDIT ?= "yes" | 50 | KMETA_AUDIT ?= "yes" |
51 | 51 | ||
52 | LINUX_VERSION_EXTENSION ?= "-yocto-${LINUX_KERNEL_TYPE}" | 52 | LINUX_VERSION_EXTENSION ??= "-yocto-${LINUX_KERNEL_TYPE}" |
53 | 53 | ||
54 | # Pick up shared functions | 54 | # Pick up shared functions |
55 | inherit kernel | 55 | inherit kernel |