[PATCH] yocto-bsp/6.17: correct branch name
Peter Marko <[email protected]> Tue, 4 Nov 2025 11:31:34 +0100
| Newsgroups | org.yoctoproject.lists.poky |
|---|---|
| Message-ID | <[email protected]> |
From: Peter Marko <[email protected]> 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 <[email protected]> Cc: Bruce Ashfield <[email protected]> --- 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"