* [PATCH] linux-yocto: Make LINUX_VERSION_EXTENSION weaker
@ 2017-09-07 14:18 Saul Wold
0 siblings, 0 replies; only message in thread
From: Saul Wold @ 2017-09-07 14:18 UTC (permalink / raw)
To: openembedded-core, richard.purdie
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>
---
meta/recipes-kernel/linux/linux-yocto.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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
--
2.13.5
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2017-09-07 14:18 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-09-07 14:18 [PATCH] linux-yocto: Make LINUX_VERSION_EXTENSION weaker Saul Wold
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox