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-poky | |
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-poky')
-rw-r--r-- | meta-poky/conf/templates/default/local.conf.sample | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-poky/conf/templates/default/local.conf.sample b/meta-poky/conf/templates/default/local.conf.sample index 5fb6944f3f..1a93c9bdcf 100644 --- a/meta-poky/conf/templates/default/local.conf.sample +++ b/meta-poky/conf/templates/default/local.conf.sample | |||
@@ -31,6 +31,7 @@ | |||
31 | # demonstration purposes: | 31 | # demonstration purposes: |
32 | # | 32 | # |
33 | #MACHINE ?= "beaglebone-yocto" | 33 | #MACHINE ?= "beaglebone-yocto" |
34 | #MACHINE ?= "genericarm64" | ||
34 | #MACHINE ?= "genericx86" | 35 | #MACHINE ?= "genericx86" |
35 | #MACHINE ?= "genericx86-64" | 36 | #MACHINE ?= "genericx86-64" |
36 | # | 37 | # |