mirror of
https://git.yoctoproject.org/poky
synced 2026-05-31 00:39:46 +00:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
be10de3423
commit
2f4f72fff2
@@ -1,19 +1,24 @@
|
||||
KBRANCH:genericarm64 = "v6.6/standard/base"
|
||||
KBRANCH:genericx86 = "v6.6/standard/base"
|
||||
KBRANCH:genericx86-64 = "v6.6/standard/base"
|
||||
KBRANCH:beaglebone-yocto = "v6.6/standard/beaglebone"
|
||||
|
||||
KMACHINE:genericarm64 ?= "genericarm64"
|
||||
KMACHINE:genericx86 ?= "common-pc"
|
||||
KMACHINE:genericx86-64 ?= "common-pc-64"
|
||||
KMACHINE:beaglebone-yocto ?= "beaglebone"
|
||||
|
||||
SRCREV_machine:genericarm64 ?= "e064a7d658a30b027b999183e21cd37305caff2a"
|
||||
SRCREV_machine:genericx86 ?= "332d4668fcc32826907d4f3c4938845206006089"
|
||||
SRCREV_machine:genericx86-64 ?= "332d4668fcc32826907d4f3c4938845206006089"
|
||||
SRCREV_machine:beaglebone-yocto ?= "332d4668fcc32826907d4f3c4938845206006089"
|
||||
|
||||
COMPATIBLE_MACHINE:genericarm64 = "genericarm64"
|
||||
COMPATIBLE_MACHINE:genericx86 = "genericx86"
|
||||
COMPATIBLE_MACHINE:genericx86-64 = "genericx86-64"
|
||||
COMPATIBLE_MACHINE:beaglebone-yocto = "beaglebone-yocto"
|
||||
|
||||
LINUX_VERSION:genericarm64 = "6.6.18"
|
||||
LINUX_VERSION:genericx86 = "6.6.15"
|
||||
LINUX_VERSION:genericx86-64 = "6.6.15"
|
||||
LINUX_VERSION:beaglebone-yocto = "6.6.15"
|
||||
|
||||
Reference in New Issue
Block a user