From f3b1ce69f37895563fbc49ef7adf7a12a0b8583a Mon Sep 17 00:00:00 2001 From: Diego Sueiro Date: Tue, 12 May 2020 16:54:55 +0100 Subject: [PATCH] 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 Reviewed-by: Bertrand Marquis Signed-off-by: Jon Mason --- meta-arm-bsp/recipes-kernel/linux/linux-linaro-arm_5.4.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-arm-bsp/recipes-kernel/linux/linux-linaro-arm_5.4.bb b/meta-arm-bsp/recipes-kernel/linux/linux-linaro-arm_5.4.bb index cc68ed3e..fcc07a64 100644 --- a/meta-arm-bsp/recipes-kernel/linux/linux-linaro-arm_5.4.bb +++ b/meta-arm-bsp/recipes-kernel/linux/linux-linaro-arm_5.4.bb @@ -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"