[7/7] kern-tools: bug fixes and kgit-gconfig

Message ID 96df7ebc8b23eb2bf612b7f80115cb21b483756e.1638895732.git.bruce.ashfield@gmail.com
State Accepted, archived
Commit 88439875530bf36e301dbba12de5cf0dc664ba51
Headers show
Series [1/7] linux-yocto/5.15: update to v5.15.5 | expand

Commit Message

Bruce Ashfield Dec. 7, 2021, 4:52 p.m. UTC
From: Bruce Ashfield <bruce.ashfield@gmail.com>

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>
---
 meta/recipes-kernel/kern-tools/kern-tools-native_git.bb | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Comments

Khem Raj Dec. 7, 2021, 5:36 p.m. UTC | #1
On Tue, Dec 7, 2021 at 8:52 AM Bruce Ashfield <bruce.ashfield@gmail.com> wrote:
>
> From: Bruce Ashfield <bruce.ashfield@gmail.com>
>
> 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>
> ---
>  meta/recipes-kernel/kern-tools/kern-tools-native_git.bb | 4 ++--
>  1 file changed, 2 insertions(+), 2 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..018e34dfe6 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,9 @@ LIC_FILES_CHKSUM = "file://tools/kgit;beginline=5;endline=9;md5=9c30e971d435e249
>
>  DEPENDS = "git-native"
>
> -SRCREV = "d220b063852245fdd16b9731a395ace525f932d6"
> +SRCREV = "90598a5fae1172e3f7782a1b02f7b7518efd32c8"
>  PR = "r12"

Drop PR perhaps ?

> -PV = "0.2+git${SRCPV}"
> +PV = "0.3+git${SRCPV}"
>
>  inherit native
>
> --
> 2.19.1
>
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#159322): https://lists.openembedded.org/g/openembedded-core/message/159322
> Mute This Topic: https://lists.openembedded.org/mt/87568955/1997914
> Group Owner: openembedded-core+owner@lists.openembedded.org
> Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [raj.khem@gmail.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>

Patch

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..018e34dfe6 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,9 @@  LIC_FILES_CHKSUM = "file://tools/kgit;beginline=5;endline=9;md5=9c30e971d435e249
 
 DEPENDS = "git-native"
 
-SRCREV = "d220b063852245fdd16b9731a395ace525f932d6"
+SRCREV = "90598a5fae1172e3f7782a1b02f7b7518efd32c8"
 PR = "r12"
-PV = "0.2+git${SRCPV}"
+PV = "0.3+git${SRCPV}"
 
 inherit native