diff options
Diffstat (limited to 'meta')
-rw-r--r-- | meta/classes/kernel-yocto.bbclass | 2 | ||||
-rw-r--r-- | meta/recipes-kernel/kern-tools/kern-tools-native_git.bb | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/meta/classes/kernel-yocto.bbclass b/meta/classes/kernel-yocto.bbclass index daaee500e3..0f92267570 100644 --- a/meta/classes/kernel-yocto.bbclass +++ b/meta/classes/kernel-yocto.bbclass | |||
@@ -105,7 +105,7 @@ python do_kernel_configcheck() { | |||
105 | bb.plain("NOTE: validating kernel configuration") | 105 | bb.plain("NOTE: validating kernel configuration") |
106 | 106 | ||
107 | pathprefix = "export PATH=%s; " % bb.data.getVar('PATH', d, True) | 107 | pathprefix = "export PATH=%s; " % bb.data.getVar('PATH', d, True) |
108 | cmd = bb.data.expand("cd ${B}/..; kconf_check -${LINUX_KERNEL_TYPE}-config-${LINUX_VERSION} ${B} ${S} ${B} ${KBRANCH}",d ) | 108 | cmd = bb.data.expand("cd ${B}/..; kconf_check -${LINUX_KERNEL_TYPE}-config- ${B} ${S} ${B} ${KBRANCH}",d ) |
109 | ret, result = commands.getstatusoutput("%s%s" % (pathprefix, cmd)) | 109 | ret, result = commands.getstatusoutput("%s%s" % (pathprefix, cmd)) |
110 | 110 | ||
111 | bb.plain( "%s" % result ) | 111 | bb.plain( "%s" % result ) |
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 1649bbc414..edaaea6d27 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=e2bf4415f3d8 | |||
4 | 4 | ||
5 | DEPENDS = "git-native guilt-native" | 5 | DEPENDS = "git-native guilt-native" |
6 | 6 | ||
7 | SRCREV = "eab0c4eeb9fdb3d83e7aca4b70334cc7b02540b6" | 7 | SRCREV = "60723c84395a9ac1753589824e30be39a781bb82" |
8 | PR = r10 | 8 | PR = r10 |
9 | PV = "0.1+git${SRCPV}" | 9 | PV = "0.1+git${SRCPV}" |
10 | 10 | ||