summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@gmail.com>2025-10-30 13:12:17 -0400
committerRichard Purdie <richard.purdie@linuxfoundation.org>2025-11-03 17:40:41 +0000
commite0f756f872fe05ecbaa33c112be273fa3fd7a997 (patch)
tree966e942bbbfa38c72cb137d3d99a7cfbe35fb30e
parent8bd830e39218d83d9419f287ee77076078d2efa6 (diff)
downloadpoky-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.bb4
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
10KBRANCH:qemuarm ?= "v6.17/standard/arm-versatile-926ejs" 10KBRANCH:qemuarm ?= "v6.17/standard/arm-versatile-926ejs"
11KBRANCH:qemuarm64 ?= "v6.17/standard/base" 11KBRANCH:qemuarm64 ?= "v6.17/standard/base"
12KBRANCH:qemumips ?= "v6.17/standard/mti-malta32" 12KBRANCH:qemumips ?= "v6.17/standard/mti-malta"
13KBRANCH:qemuppc ?= "v6.17/standard/qemuppc" 13KBRANCH:qemuppc ?= "v6.17/standard/qemuppc"
14KBRANCH:qemuriscv64 ?= "v6.17/standard/base" 14KBRANCH:qemuriscv64 ?= "v6.17/standard/base"
15KBRANCH:qemuriscv32 ?= "v6.17/standard/base" 15KBRANCH:qemuriscv32 ?= "v6.17/standard/base"
16KBRANCH:qemux86 ?= "v6.17/standard/base" 16KBRANCH:qemux86 ?= "v6.17/standard/base"
17KBRANCH:qemux86-64 ?= "v6.17/standard/base" 17KBRANCH:qemux86-64 ?= "v6.17/standard/base"
18KBRANCH:qemuloongarch64 ?= "v6.17/standard/base" 18KBRANCH:qemuloongarch64 ?= "v6.17/standard/base"
19KBRANCH:qemumips64 ?= "v6.17/standard/mti-malta64" 19KBRANCH:qemumips64 ?= "v6.17/standard/mti-malta"
20 20
21SRCREV_machine:qemuarm ?= "23c78022fc97ea5ebc19ea8fb86d324c23a6fbaa" 21SRCREV_machine:qemuarm ?= "23c78022fc97ea5ebc19ea8fb86d324c23a6fbaa"
22SRCREV_machine:qemuarm64 ?= "d76cb43db46c5d45e25df34484c87f5e545bf4c5" 22SRCREV_machine:qemuarm64 ?= "d76cb43db46c5d45e25df34484c87f5e545bf4c5"