summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@gmail.com>2021-12-07 11:52:08 -0500
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-12-17 10:02:39 +0000
commit992127a4dc9b40ee1727a6f63aa6ee60c9081956 (patch)
tree56bcad4a7a800d5ec5cae232f35d856ce19f7aa6 /meta/recipes-kernel
parentd1b54cfb2d9ee08532cb80a2c66ed7b3710e7dfc (diff)
downloadpoky-992127a4dc9b40ee1727a6f63aa6ee60c9081956.tar.gz
kern-tools: bug fixes and kgit-gconfig
Bumping yocto-kernel-tools to version v0.3, which comprises the following commits: 90598a5 tools: Makefile: add missing install file 330f9fa kgit-config: fix file mode 22b55cd kgit-config: cleanup error message 1e2a233 kgit-config: fix the "not found" message e7fcb9a kgit-config: trim trailing whitespace 3cd14ce kgit-config: BSP template and auto meta-data creation e56620c tools: introduce kgit-config 969b888 buckets: update to v5.14+ d220b06 Kconfiglib: add support for bare 'modules' keyword (From OE-Core rev: ee1d3b4cd0c7a615cbd5ddf46433c470dc43c669) Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit 88439875530bf36e301dbba12de5cf0dc664ba51) Signed-off-by: Anuj Mittal <anuj.mittal@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-kernel')
-rw-r--r--meta/recipes-kernel/kern-tools/kern-tools-native_git.bb5
1 files changed, 2 insertions, 3 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 ef035aed23..95983fe69b 100644
--- a/meta/recipes-kernel/kern-tools/kern-tools-native_git.bb
+++ b/meta/recipes-kernel/kern-tools/kern-tools-native_git.bb
@@ -8,9 +8,8 @@ LIC_FILES_CHKSUM = "file://tools/kgit;beginline=5;endline=9;md5=9c30e971d435e249
8 8
9DEPENDS = "git-native" 9DEPENDS = "git-native"
10 10
11SRCREV = "d220b063852245fdd16b9731a395ace525f932d6" 11SRCREV = "90598a5fae1172e3f7782a1b02f7b7518efd32c8"
12PR = "r12" 12PV = "0.3+git${SRCPV}"
13PV = "0.2+git${SRCPV}"
14 13
15inherit native 14inherit native
16 15