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.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-kernel/linux/linux-yocto.inc b/meta/recipes-kernel/linux/linux-yocto.inc
index 79b3f256f4..c62f8ca97d 100644
--- a/meta/recipes-kernel/linux/linux-yocto.inc
+++ b/meta/recipes-kernel/linux/linux-yocto.inc
@@ -28,6 +28,7 @@ SRCREV_FORMAT ?= "meta_machine"
28# 1: report options that are specified, but not in the final config 28# 1: report options that are specified, but not in the final config
29# 2: report options that are not hardware related, but set by a BSP 29# 2: report options that are not hardware related, but set by a BSP
30KCONF_AUDIT_LEVEL ?= "1" 30KCONF_AUDIT_LEVEL ?= "1"
31KCONF_BSP_AUDIT_LEVEL ?= "0"
31 32
32LINUX_VERSION_EXTENSION ?= "-yocto-${LINUX_KERNEL_TYPE}" 33LINUX_VERSION_EXTENSION ?= "-yocto-${LINUX_KERNEL_TYPE}"
33 34