summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@arm.com>2024-03-12 18:11:14 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2024-03-20 18:21:06 +0000
commit5e69d4ba0fb32ba0583af4cb9ca18f490f37747b (patch)
treecbeac206623fd6cca5649e4782e8786b20f54b23
parente83129f4a3a08e0eb8744bd0d7eece484487288a (diff)
downloadpoky-5e69d4ba0fb32ba0583af4cb9ca18f490f37747b.tar.gz
linux-yocto: put COMPATIBLE_MACHINE first
Move the COMPATIBLE_MACHINE assignments to the top of the file as they effectively control what machines this bbappend is for. (From meta-yocto rev: b9c5cd28856d2b86fb00b5c90d346638bf729c29) Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta-yocto-bsp/recipes-kernel/linux/linux-yocto_6.6.bbappend10
1 files changed, 5 insertions, 5 deletions
diff --git a/meta-yocto-bsp/recipes-kernel/linux/linux-yocto_6.6.bbappend b/meta-yocto-bsp/recipes-kernel/linux/linux-yocto_6.6.bbappend
index ca7b2b09df..7a1fb6f245 100644
--- a/meta-yocto-bsp/recipes-kernel/linux/linux-yocto_6.6.bbappend
+++ b/meta-yocto-bsp/recipes-kernel/linux/linux-yocto_6.6.bbappend
@@ -1,3 +1,8 @@
1COMPATIBLE_MACHINE:genericarm64 = "genericarm64"
2COMPATIBLE_MACHINE:genericx86 = "genericx86"
3COMPATIBLE_MACHINE:genericx86-64 = "genericx86-64"
4COMPATIBLE_MACHINE:beaglebone-yocto = "beaglebone-yocto"
5
1KBRANCH:genericarm64 = "v6.6/standard/base" 6KBRANCH:genericarm64 = "v6.6/standard/base"
2KBRANCH:genericx86 = "v6.6/standard/base" 7KBRANCH:genericx86 = "v6.6/standard/base"
3KBRANCH:genericx86-64 = "v6.6/standard/base" 8KBRANCH:genericx86-64 = "v6.6/standard/base"
@@ -13,11 +18,6 @@ SRCREV_machine:genericx86 ?= "332d4668fcc32826907d4f3c4938845206006089"
13SRCREV_machine:genericx86-64 ?= "332d4668fcc32826907d4f3c4938845206006089" 18SRCREV_machine:genericx86-64 ?= "332d4668fcc32826907d4f3c4938845206006089"
14SRCREV_machine:beaglebone-yocto ?= "332d4668fcc32826907d4f3c4938845206006089" 19SRCREV_machine:beaglebone-yocto ?= "332d4668fcc32826907d4f3c4938845206006089"
15 20
16COMPATIBLE_MACHINE:genericarm64 = "genericarm64"
17COMPATIBLE_MACHINE:genericx86 = "genericx86"
18COMPATIBLE_MACHINE:genericx86-64 = "genericx86-64"
19COMPATIBLE_MACHINE:beaglebone-yocto = "beaglebone-yocto"
20
21LINUX_VERSION:genericarm64 = "6.6.18" 21LINUX_VERSION:genericarm64 = "6.6.18"
22LINUX_VERSION:genericx86 = "6.6.15" 22LINUX_VERSION:genericx86 = "6.6.15"
23LINUX_VERSION:genericx86-64 = "6.6.15" 23LINUX_VERSION:genericx86-64 = "6.6.15"