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:
Saul Wold 2017-09-07 07:18:21 -07:00 committed by Richard Purdie
parent c72af57827
commit 9cc5cf0a64

View 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