diff mbox series

yocto-bsp/6.17: correct branch name

Message ID 20251104073805.8102-1-peter.marko@siemens.com
State New
Headers show
Series yocto-bsp/6.17: correct branch name | expand

Commit Message

Peter Marko Nov. 4, 2025, 7:38 a.m. UTC
6.16 in branch name for 6.17 kernel does not look correct.
$ git branch -r --contains 459fdea93914f4db040bd8ebf8bce134a4cd6388
  linux-yocto/v6.17/standard/genericarm64

Signed-off-by: Peter Marko <peter.marko@siemens.com>
Cc: Bruce Ashfield <bruce.ashfield@gmail.com>
---
 meta-yocto-bsp/recipes-kernel/linux/linux-yocto_6.17.bbappend | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Paul Barker Nov. 4, 2025, 10:21 a.m. UTC | #1
On Tue, 2025-11-04 at 08:38 +0100, Peter Marko wrote:
> 6.16 in branch name for 6.17 kernel does not look correct.
> $ git branch -r --contains 459fdea93914f4db040bd8ebf8bce134a4cd6388
>   linux-yocto/v6.17/standard/genericarm64
> 
> Signed-off-by: Peter Marko <peter.marko@siemens.com>
> Cc: Bruce Ashfield <bruce.ashfield@gmail.com>
> ---
>  meta-yocto-bsp/recipes-kernel/linux/linux-yocto_6.17.bbappend | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/meta-yocto-bsp/recipes-kernel/linux/linux-yocto_6.17.bbappend b/meta-yocto-bsp/recipes-kernel/linux/linux-yocto_6.17.bbappend
> index 51b61b1552..603a967f2a 100644
> --- a/meta-yocto-bsp/recipes-kernel/linux/linux-yocto_6.17.bbappend
> +++ b/meta-yocto-bsp/recipes-kernel/linux/linux-yocto_6.17.bbappend
> @@ -7,5 +7,5 @@ KMACHINE:beaglebone-yocto ?= "beaglebone"
>  KMACHINE:genericx86 ?= "common-pc"
>  KMACHINE:genericx86-64 ?= "common-pc-64"
>  
> -KBRANCH:genericarm64 ?= "v6.16/standard/genericarm64"
> +KBRANCH:genericarm64 ?= "v6.17/standard/genericarm64"
>  SRCREV_machine:genericarm64 ?= "459fdea93914f4db040bd8ebf8bce134a4cd6388"

Thanks for the patch!

As this is for meta-yocto-bsp, it should go to the poky@lists.yoctoproject.org
list. See the meta-yocto-bsp README [1] for more info.

[1]: https://git.yoctoproject.org/meta-yocto/tree/meta-yocto-bsp/README.hardware.md

Best regards,
Peter Marko Nov. 4, 2025, 10:25 a.m. UTC | #2
Thanks for the note, I'll resend.
I guess these wrong submissions end when I will have to stop using poky combo-layer.

Peter

> -----Original Message-----
> From: Paul Barker <paul@pbarker.dev>
> Sent: Tuesday, November 4, 2025 11:22
> To: Marko, Peter (FT D EU SK BFS1) <Peter.Marko@siemens.com>;
> openembedded-core@lists.openembedded.org
> Cc: Bruce Ashfield <bruce.ashfield@gmail.com>
> Subject: Re: [OE-core][PATCH] yocto-bsp/6.17: correct branch name
> 
> On Tue, 2025-11-04 at 08:38 +0100, Peter Marko wrote:
> > 6.16 in branch name for 6.17 kernel does not look correct.
> > $ git branch -r --contains 459fdea93914f4db040bd8ebf8bce134a4cd6388
> >   linux-yocto/v6.17/standard/genericarm64
> >
> > Signed-off-by: Peter Marko <peter.marko@siemens.com>
> > Cc: Bruce Ashfield <bruce.ashfield@gmail.com>
> > ---
> >  meta-yocto-bsp/recipes-kernel/linux/linux-yocto_6.17.bbappend | 2 +-
> >  1 file changed, 1 insertion(+), 1 deletion(-)
> >
> > diff --git a/meta-yocto-bsp/recipes-kernel/linux/linux-yocto_6.17.bbappend
> b/meta-yocto-bsp/recipes-kernel/linux/linux-yocto_6.17.bbappend
> > index 51b61b1552..603a967f2a 100644
> > --- a/meta-yocto-bsp/recipes-kernel/linux/linux-yocto_6.17.bbappend
> > +++ b/meta-yocto-bsp/recipes-kernel/linux/linux-yocto_6.17.bbappend
> > @@ -7,5 +7,5 @@ KMACHINE:beaglebone-yocto ?= "beaglebone"
> >  KMACHINE:genericx86 ?= "common-pc"
> >  KMACHINE:genericx86-64 ?= "common-pc-64"
> >
> > -KBRANCH:genericarm64 ?= "v6.16/standard/genericarm64"
> > +KBRANCH:genericarm64 ?= "v6.17/standard/genericarm64"
> >  SRCREV_machine:genericarm64 ?=
> "459fdea93914f4db040bd8ebf8bce134a4cd6388"
> 
> Thanks for the patch!
> 
> As this is for meta-yocto-bsp, it should go to the poky@lists.yoctoproject.org
> list. See the meta-yocto-bsp README [1] for more info.
> 
> [1]: https://git.yoctoproject.org/meta-yocto/tree/meta-yocto-
> bsp/README.hardware.md
> 
> Best regards,
> 
> --
> Paul Barker
Bruce Ashfield Nov. 4, 2025, 1:05 p.m. UTC | #3
I've already fixed this.

If I decide to go forward with the series, it will be in my next full send.

Whoever is queuing patches, don't bother to grab this.

Bruce

On Tue, Nov 4, 2025 at 2:38 AM Peter Marko <peter.marko@siemens.com> wrote:

> 6.16 in branch name for 6.17 kernel does not look correct.
> $ git branch -r --contains 459fdea93914f4db040bd8ebf8bce134a4cd6388
>   linux-yocto/v6.17/standard/genericarm64
>
> Signed-off-by: Peter Marko <peter.marko@siemens.com>
> Cc: Bruce Ashfield <bruce.ashfield@gmail.com>
> ---
>  meta-yocto-bsp/recipes-kernel/linux/linux-yocto_6.17.bbappend | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/meta-yocto-bsp/recipes-kernel/linux/linux-yocto_6.17.bbappend
> b/meta-yocto-bsp/recipes-kernel/linux/linux-yocto_6.17.bbappend
> index 51b61b1552..603a967f2a 100644
> --- a/meta-yocto-bsp/recipes-kernel/linux/linux-yocto_6.17.bbappend
> +++ b/meta-yocto-bsp/recipes-kernel/linux/linux-yocto_6.17.bbappend
> @@ -7,5 +7,5 @@ KMACHINE:beaglebone-yocto ?= "beaglebone"
>  KMACHINE:genericx86 ?= "common-pc"
>  KMACHINE:genericx86-64 ?= "common-pc-64"
>
> -KBRANCH:genericarm64 ?= "v6.16/standard/genericarm64"
> +KBRANCH:genericarm64 ?= "v6.17/standard/genericarm64"
>  SRCREV_machine:genericarm64 ?= "459fdea93914f4db040bd8ebf8bce134a4cd6388"
>
diff mbox series

Patch

diff --git a/meta-yocto-bsp/recipes-kernel/linux/linux-yocto_6.17.bbappend b/meta-yocto-bsp/recipes-kernel/linux/linux-yocto_6.17.bbappend
index 51b61b1552..603a967f2a 100644
--- a/meta-yocto-bsp/recipes-kernel/linux/linux-yocto_6.17.bbappend
+++ b/meta-yocto-bsp/recipes-kernel/linux/linux-yocto_6.17.bbappend
@@ -7,5 +7,5 @@  KMACHINE:beaglebone-yocto ?= "beaglebone"
 KMACHINE:genericx86 ?= "common-pc"
 KMACHINE:genericx86-64 ?= "common-pc-64"
 
-KBRANCH:genericarm64 ?= "v6.16/standard/genericarm64"
+KBRANCH:genericarm64 ?= "v6.17/standard/genericarm64"
 SRCREV_machine:genericarm64 ?= "459fdea93914f4db040bd8ebf8bce134a4cd6388"