1
0
mirror of https://git.yoctoproject.org/meta-arm synced 2026-07-26 19:17:05 +00:00

arm/hafnium: mark compatible with just qemuarm64-secureboot

Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Jon Mason <jon.mason@arm.com>
This commit is contained in:
Ross Burton
2025-08-05 18:18:58 +01:00
committed by Jon Mason
parent 4c0b54632a
commit d5bdaf37c0
@@ -20,14 +20,14 @@ SRCREV = "2cf2ca7c4b81ab18e9cd363d9a5c8288e2a94fda"
B = "${WORKDIR}/build" B = "${WORKDIR}/build"
COMPATIBLE_MACHINE ?= "invalid" COMPATIBLE_MACHINE ?= "invalid"
COMPATIBLE_MACHINE:qemuarm64 = "qemuarm64" COMPATIBLE_MACHINE:qemuarm64-secureboot = "qemuarm64"
# Default build 'reference' # Default build 'reference'
HAFNIUM_PROJECT ?= "reference" HAFNIUM_PROJECT ?= "reference"
# Platform must be set for each machine # Platform must be set for each machine
HAFNIUM_PLATFORM ?= "invalid" HAFNIUM_PLATFORM ?= "invalid"
HAFNIUM_PLATFORM:qemuarm64 = "secure_qemu_aarch64" HAFNIUM_PLATFORM:qemuarm64-secureboot = "secure_qemu_aarch64"
# do_deploy will install everything listed in this variable. It is set by # do_deploy will install everything listed in this variable. It is set by
# default to hafnium # default to hafnium