1
0
mirror of https://git.yoctoproject.org/meta-arm synced 2026-06-08 03:21:35 +00:00

optee: Use softer assignment to "invalid" for COMPATIBLE_MACHINE

To keep consistency with trusted-firmware-a recipe we should use
softer assignment to "invalid" for COMPATIBLE_MACHINE.

Change-Id: Ib05afcd62b6b2104188b90bad4d952eb055ae443
Issue-Id: SCM-888
Signed-off-by: Diego Sueiro <diego.sueiro@arm.com>
Reviewed-by: Bertrand Marquis <bertrand.marquis@arm.com>
Signed-off-by: Jon Mason <jon.mason@arm.com>
This commit is contained in:
Diego Sueiro
2020-04-30 14:19:15 +01:00
committed by Jon Mason
parent d68e63b965
commit d42632b6b7
+2 -2
View File
@@ -1,2 +1,2 @@
COMPATIBLE_MACHINE = "null"
# Please add supported machines below
COMPATIBLE_MACHINE ?= "invalid"
# Please add supported machines below or set it in .bbappend or .conf