diff options
| author | Bruce Ashfield <bruce.ashfield@gmail.com> | 2025-10-30 13:12:17 -0400 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-11-03 17:40:41 +0000 |
| commit | e0f756f872fe05ecbaa33c112be273fa3fd7a997 (patch) | |
| tree | 966e942bbbfa38c72cb137d3d99a7cfbe35fb30e | |
| parent | 8bd830e39218d83d9419f287ee77076078d2efa6 (diff) | |
| download | poky-e0f756f872fe05ecbaa33c112be273fa3fd7a997.tar.gz | |
linux-yocto/6.17: unify qemumips (malta) branches
The 6.17+ kernel cache is using a single branch for the mti malta
machines, which are what qemumips* emulate. We update our branch
specification to make them buildable.
(From OE-Core rev: 74618dfa1289ad772e5a36240d2b6d180877ed87)
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
| -rw-r--r-- | meta/recipes-kernel/linux/linux-yocto_6.17.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-kernel/linux/linux-yocto_6.17.bb b/meta/recipes-kernel/linux/linux-yocto_6.17.bb index 2180f0f36f..9d2f51ad41 100644 --- a/meta/recipes-kernel/linux/linux-yocto_6.17.bb +++ b/meta/recipes-kernel/linux/linux-yocto_6.17.bb | |||
| @@ -9,14 +9,14 @@ include recipes-kernel/linux/cve-exclusion_6.17.inc | |||
| 9 | # board specific branches | 9 | # board specific branches |
| 10 | KBRANCH:qemuarm ?= "v6.17/standard/arm-versatile-926ejs" | 10 | KBRANCH:qemuarm ?= "v6.17/standard/arm-versatile-926ejs" |
| 11 | KBRANCH:qemuarm64 ?= "v6.17/standard/base" | 11 | KBRANCH:qemuarm64 ?= "v6.17/standard/base" |
| 12 | KBRANCH:qemumips ?= "v6.17/standard/mti-malta32" | 12 | KBRANCH:qemumips ?= "v6.17/standard/mti-malta" |
| 13 | KBRANCH:qemuppc ?= "v6.17/standard/qemuppc" | 13 | KBRANCH:qemuppc ?= "v6.17/standard/qemuppc" |
| 14 | KBRANCH:qemuriscv64 ?= "v6.17/standard/base" | 14 | KBRANCH:qemuriscv64 ?= "v6.17/standard/base" |
| 15 | KBRANCH:qemuriscv32 ?= "v6.17/standard/base" | 15 | KBRANCH:qemuriscv32 ?= "v6.17/standard/base" |
| 16 | KBRANCH:qemux86 ?= "v6.17/standard/base" | 16 | KBRANCH:qemux86 ?= "v6.17/standard/base" |
| 17 | KBRANCH:qemux86-64 ?= "v6.17/standard/base" | 17 | KBRANCH:qemux86-64 ?= "v6.17/standard/base" |
| 18 | KBRANCH:qemuloongarch64 ?= "v6.17/standard/base" | 18 | KBRANCH:qemuloongarch64 ?= "v6.17/standard/base" |
| 19 | KBRANCH:qemumips64 ?= "v6.17/standard/mti-malta64" | 19 | KBRANCH:qemumips64 ?= "v6.17/standard/mti-malta" |
| 20 | 20 | ||
| 21 | SRCREV_machine:qemuarm ?= "23c78022fc97ea5ebc19ea8fb86d324c23a6fbaa" | 21 | SRCREV_machine:qemuarm ?= "23c78022fc97ea5ebc19ea8fb86d324c23a6fbaa" |
| 22 | SRCREV_machine:qemuarm64 ?= "d76cb43db46c5d45e25df34484c87f5e545bf4c5" | 22 | SRCREV_machine:qemuarm64 ?= "d76cb43db46c5d45e25df34484c87f5e545bf4c5" |
