summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/linux/linux-yocto.inc
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-kernel/linux/linux-yocto.inc')
-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