summaryrefslogtreecommitdiffstats
path: root/meta-yocto-bsp/recipes-kernel
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@arm.com>2024-02-28 11:44:15 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2024-03-05 12:26:21 +0000
commit2f4f72fff2b642beff179530a74403fa2c608b64 (patch)
tree14cef82a3e98f307d3c4a131e9360f2541b348d9 /meta-yocto-bsp/recipes-kernel
parentbe10de34231d2b0081aa0ff7cbc36aef110d7fee (diff)
downloadpoky-2f4f72fff2b642beff179530a74403fa2c608b64.tar.gz
Add genericarm64 MACHINE
This is a new 64-bit "generic" Arm machine, that expects the hardware to be SystemReady IR compatible. (From meta-yocto rev: 68de209f58917d8e7108caacfefc55bbe0e0c5a2) Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta-yocto-bsp/recipes-kernel')
-rw-r--r--meta-yocto-bsp/recipes-kernel/linux/linux-yocto_6.6.bbappend5
1 files changed, 5 insertions, 0 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 8e465c241e..ca7b2b09df 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,19 +1,24 @@
1KBRANCH:genericarm64 = "v6.6/standard/base"
1KBRANCH:genericx86 = "v6.6/standard/base" 2KBRANCH:genericx86 = "v6.6/standard/base"
2KBRANCH:genericx86-64 = "v6.6/standard/base" 3KBRANCH:genericx86-64 = "v6.6/standard/base"
3KBRANCH:beaglebone-yocto = "v6.6/standard/beaglebone" 4KBRANCH:beaglebone-yocto = "v6.6/standard/beaglebone"
4 5
6KMACHINE:genericarm64 ?= "genericarm64"
5KMACHINE:genericx86 ?= "common-pc" 7KMACHINE:genericx86 ?= "common-pc"
6KMACHINE:genericx86-64 ?= "common-pc-64" 8KMACHINE:genericx86-64 ?= "common-pc-64"
7KMACHINE:beaglebone-yocto ?= "beaglebone" 9KMACHINE:beaglebone-yocto ?= "beaglebone"
8 10
11SRCREV_machine:genericarm64 ?= "e064a7d658a30b027b999183e21cd37305caff2a"
9SRCREV_machine:genericx86 ?= "332d4668fcc32826907d4f3c4938845206006089" 12SRCREV_machine:genericx86 ?= "332d4668fcc32826907d4f3c4938845206006089"
10SRCREV_machine:genericx86-64 ?= "332d4668fcc32826907d4f3c4938845206006089" 13SRCREV_machine:genericx86-64 ?= "332d4668fcc32826907d4f3c4938845206006089"
11SRCREV_machine:beaglebone-yocto ?= "332d4668fcc32826907d4f3c4938845206006089" 14SRCREV_machine:beaglebone-yocto ?= "332d4668fcc32826907d4f3c4938845206006089"
12 15
16COMPATIBLE_MACHINE:genericarm64 = "genericarm64"
13COMPATIBLE_MACHINE:genericx86 = "genericx86" 17COMPATIBLE_MACHINE:genericx86 = "genericx86"
14COMPATIBLE_MACHINE:genericx86-64 = "genericx86-64" 18COMPATIBLE_MACHINE:genericx86-64 = "genericx86-64"
15COMPATIBLE_MACHINE:beaglebone-yocto = "beaglebone-yocto" 19COMPATIBLE_MACHINE:beaglebone-yocto = "beaglebone-yocto"
16 20
21LINUX_VERSION:genericarm64 = "6.6.18"
17LINUX_VERSION:genericx86 = "6.6.15" 22LINUX_VERSION:genericx86 = "6.6.15"
18LINUX_VERSION:genericx86-64 = "6.6.15" 23LINUX_VERSION:genericx86-64 = "6.6.15"
19LINUX_VERSION:beaglebone-yocto = "6.6.15" 24LINUX_VERSION:beaglebone-yocto = "6.6.15"