diff options
| author | Peter Marko <peter.marko@siemens.com> | 2025-11-04 11:31:34 +0100 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-11-04 10:34:50 +0000 |
| commit | 07c35eec54153f3aab0501aa880dfc8824ccb08b (patch) | |
| tree | 5f52bce1239ea8660f6d45486780ddc898c1d983 | |
| parent | 1a5c5430534cd43f626dda10c06aaf2aee5a0f1b (diff) | |
| download | poky-07c35eec54153f3aab0501aa880dfc8824ccb08b.tar.gz | |
yocto-bsp/6.17: correct branch name
6.16 in branch name for 6.17 kernel does not look correct.
$ git branch -r --contains 459fdea93914f4db040bd8ebf8bce134a4cd6388
linux-yocto/v6.17/standard/genericarm64
(From meta-yocto rev: 66ea31cee15309af07afeee8dec8a6fe1d92d28e)
Signed-off-by: Peter Marko <peter.marko@siemens.com>
Cc: Bruce Ashfield <bruce.ashfield@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
| -rw-r--r-- | meta-yocto-bsp/recipes-kernel/linux/linux-yocto_6.17.bbappend | 2 |
1 files changed, 1 insertions, 1 deletions
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" | |||
| 7 | KMACHINE:genericx86 ?= "common-pc" | 7 | KMACHINE:genericx86 ?= "common-pc" |
| 8 | KMACHINE:genericx86-64 ?= "common-pc-64" | 8 | KMACHINE:genericx86-64 ?= "common-pc-64" |
| 9 | 9 | ||
| 10 | KBRANCH:genericarm64 ?= "v6.16/standard/genericarm64" | 10 | KBRANCH:genericarm64 ?= "v6.17/standard/genericarm64" |
| 11 | SRCREV_machine:genericarm64 ?= "459fdea93914f4db040bd8ebf8bce134a4cd6388" | 11 | SRCREV_machine:genericarm64 ?= "459fdea93914f4db040bd8ebf8bce134a4cd6388" |
