1
0
mirror of https://git.yoctoproject.org/meta-arm synced 2026-06-02 01:20:09 +00:00

arm-bsp: linux-linaro-arm: Set COMPATIBLE_MACHINE to "invalid"

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

Change-Id: I57d0b220d92c4546e0539f95a54d391935f995fc
Issue-Id: SCM-954
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-05-12 16:54:55 +01:00
committed by Jon Mason
parent 8ff8beb6e8
commit f3b1ce69f3
@@ -6,7 +6,7 @@ SECTION = "kernel"
require recipes-kernel/linux/linux-yocto.inc
COMPATIBLE_MACHINE ?= ""
COMPATIBLE_MACHINE ?= "invalid"
# KBRANCH is set to n1sdp by default as there is no master branch on the repository
KBRANCH = "n1sdp"