diff options
Diffstat (limited to 'meta/recipes-kernel')
-rw-r--r-- | meta/recipes-kernel/kern-tools/kern-tools-native_git.bb | 2 | ||||
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto.inc | 6 |
2 files changed, 7 insertions, 1 deletions
diff --git a/meta/recipes-kernel/kern-tools/kern-tools-native_git.bb b/meta/recipes-kernel/kern-tools/kern-tools-native_git.bb index 3278398648..80d26f9874 100644 --- a/meta/recipes-kernel/kern-tools/kern-tools-native_git.bb +++ b/meta/recipes-kernel/kern-tools/kern-tools-native_git.bb | |||
@@ -4,7 +4,7 @@ LIC_FILES_CHKSUM = "file://git/tools/kgit;beginline=5;endline=9;md5=d8d1d729a70c | |||
4 | 4 | ||
5 | DEPENDS = "git-native" | 5 | DEPENDS = "git-native" |
6 | 6 | ||
7 | SRCREV = "daab4442c22c09a98a823c32d7219316b6832182" | 7 | SRCREV = "cab17f884998b43692244a863dea6f505c7f67af" |
8 | PR = "r12" | 8 | PR = "r12" |
9 | PV = "0.2+git${SRCPV}" | 9 | PV = "0.2+git${SRCPV}" |
10 | 10 | ||
diff --git a/meta/recipes-kernel/linux/linux-yocto.inc b/meta/recipes-kernel/linux/linux-yocto.inc index 7416af99f5..79b3f256f4 100644 --- a/meta/recipes-kernel/linux/linux-yocto.inc +++ b/meta/recipes-kernel/linux/linux-yocto.inc | |||
@@ -23,6 +23,12 @@ KBRANCH ?= "master" | |||
23 | KMACHINE ?= "${MACHINE}" | 23 | KMACHINE ?= "${MACHINE}" |
24 | SRCREV_FORMAT ?= "meta_machine" | 24 | SRCREV_FORMAT ?= "meta_machine" |
25 | 25 | ||
26 | # LEVELS: | ||
27 | # 0: no reporting | ||
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 | ||
30 | KCONF_AUDIT_LEVEL ?= "1" | ||
31 | |||
26 | LINUX_VERSION_EXTENSION ?= "-yocto-${LINUX_KERNEL_TYPE}" | 32 | LINUX_VERSION_EXTENSION ?= "-yocto-${LINUX_KERNEL_TYPE}" |
27 | 33 | ||
28 | do_patch[depends] = "kern-tools-native:do_populate_sysroot" | 34 | do_patch[depends] = "kern-tools-native:do_populate_sysroot" |