diff options
author | Ross Burton <ross.burton@arm.com> | 2024-02-28 11:44:15 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-03-05 12:26:21 +0000 |
commit | 2f4f72fff2b642beff179530a74403fa2c608b64 (patch) | |
tree | 14cef82a3e98f307d3c4a131e9360f2541b348d9 /meta-yocto-bsp/recipes-kernel | |
parent | be10de34231d2b0081aa0ff7cbc36aef110d7fee (diff) | |
download | poky-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.bbappend | 5 |
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 @@ | |||
1 | KBRANCH:genericarm64 = "v6.6/standard/base" | ||
1 | KBRANCH:genericx86 = "v6.6/standard/base" | 2 | KBRANCH:genericx86 = "v6.6/standard/base" |
2 | KBRANCH:genericx86-64 = "v6.6/standard/base" | 3 | KBRANCH:genericx86-64 = "v6.6/standard/base" |
3 | KBRANCH:beaglebone-yocto = "v6.6/standard/beaglebone" | 4 | KBRANCH:beaglebone-yocto = "v6.6/standard/beaglebone" |
4 | 5 | ||
6 | KMACHINE:genericarm64 ?= "genericarm64" | ||
5 | KMACHINE:genericx86 ?= "common-pc" | 7 | KMACHINE:genericx86 ?= "common-pc" |
6 | KMACHINE:genericx86-64 ?= "common-pc-64" | 8 | KMACHINE:genericx86-64 ?= "common-pc-64" |
7 | KMACHINE:beaglebone-yocto ?= "beaglebone" | 9 | KMACHINE:beaglebone-yocto ?= "beaglebone" |
8 | 10 | ||
11 | SRCREV_machine:genericarm64 ?= "e064a7d658a30b027b999183e21cd37305caff2a" | ||
9 | SRCREV_machine:genericx86 ?= "332d4668fcc32826907d4f3c4938845206006089" | 12 | SRCREV_machine:genericx86 ?= "332d4668fcc32826907d4f3c4938845206006089" |
10 | SRCREV_machine:genericx86-64 ?= "332d4668fcc32826907d4f3c4938845206006089" | 13 | SRCREV_machine:genericx86-64 ?= "332d4668fcc32826907d4f3c4938845206006089" |
11 | SRCREV_machine:beaglebone-yocto ?= "332d4668fcc32826907d4f3c4938845206006089" | 14 | SRCREV_machine:beaglebone-yocto ?= "332d4668fcc32826907d4f3c4938845206006089" |
12 | 15 | ||
16 | COMPATIBLE_MACHINE:genericarm64 = "genericarm64" | ||
13 | COMPATIBLE_MACHINE:genericx86 = "genericx86" | 17 | COMPATIBLE_MACHINE:genericx86 = "genericx86" |
14 | COMPATIBLE_MACHINE:genericx86-64 = "genericx86-64" | 18 | COMPATIBLE_MACHINE:genericx86-64 = "genericx86-64" |
15 | COMPATIBLE_MACHINE:beaglebone-yocto = "beaglebone-yocto" | 19 | COMPATIBLE_MACHINE:beaglebone-yocto = "beaglebone-yocto" |
16 | 20 | ||
21 | LINUX_VERSION:genericarm64 = "6.6.18" | ||
17 | LINUX_VERSION:genericx86 = "6.6.15" | 22 | LINUX_VERSION:genericx86 = "6.6.15" |
18 | LINUX_VERSION:genericx86-64 = "6.6.15" | 23 | LINUX_VERSION:genericx86-64 = "6.6.15" |
19 | LINUX_VERSION:beaglebone-yocto = "6.6.15" | 24 | LINUX_VERSION:beaglebone-yocto = "6.6.15" |