mirror of
https://git.yoctoproject.org/meta-arm
synced 2026-05-08 05:09:56 +00:00
arm/hafnium: enable qemuarm64
Hafnium can do a qemu/aarch64 build, so enable that for future testing purposes. Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Jon Mason <jon.mason@arm.com>
This commit is contained in:
@@ -18,12 +18,14 @@ S = "${WORKDIR}/git"
|
||||
B = "${WORKDIR}/build"
|
||||
|
||||
COMPATIBLE_MACHINE ?= "invalid"
|
||||
COMPATIBLE_MACHINE:qemuarm64 = "qemuarm64"
|
||||
|
||||
# Default build 'reference'
|
||||
HAFNIUM_PROJECT ?= "reference"
|
||||
|
||||
# Platform must be set for each machine
|
||||
HAFNIUM_PLATFORM ?= "invalid"
|
||||
HAFNIUM_PLATFORM:qemuarm64 = "qemu_aarch64"
|
||||
|
||||
# do_deploy will install everything listed in this variable. It is set by
|
||||
# default to hafnium
|
||||
|
||||
Reference in New Issue
Block a user