From d42632b6b78519c9172300d194a5d45031ce185b Mon Sep 17 00:00:00 2001 From: Diego Sueiro Date: Thu, 30 Apr 2020 14:19:15 +0100 Subject: [PATCH] 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 Reviewed-by: Bertrand Marquis Signed-off-by: Jon Mason --- meta-arm/recipes-security/optee/optee.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta-arm/recipes-security/optee/optee.inc b/meta-arm/recipes-security/optee/optee.inc index a12521dc..b3e52713 100644 --- a/meta-arm/recipes-security/optee/optee.inc +++ b/meta-arm/recipes-security/optee/optee.inc @@ -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