]> code.ossystems Code Review - openembedded-core.git/commitdiff
kern-tools: bug fixes and kgit-gconfig
authorBruce Ashfield <bruce.ashfield@gmail.com>
Tue, 7 Dec 2021 16:52:08 +0000 (11:52 -0500)
committerAnuj Mittal <anuj.mittal@intel.com>
Fri, 10 Dec 2021 03:31:00 +0000 (11:31 +0800)
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

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>
meta/recipes-kernel/kern-tools/kern-tools-native_git.bb

index ef035aed2387a1d802dd81bbb728f0453f82bc8a..95983fe69b782ab8eac1253d8ea06e52dc6eb47a 100644 (file)
@@ -8,9 +8,8 @@ LIC_FILES_CHKSUM = "file://tools/kgit;beginline=5;endline=9;md5=9c30e971d435e249
 
 DEPENDS = "git-native"
 
-SRCREV = "d220b063852245fdd16b9731a395ace525f932d6"
-PR = "r12"
-PV = "0.2+git${SRCPV}"
+SRCREV = "90598a5fae1172e3f7782a1b02f7b7518efd32c8"
+PV = "0.3+git${SRCPV}"
 
 inherit native