From a5f3933ca84f58028b80d860feb2e03c536f0be4 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Sat, 2 May 2020 01:14:09 +0000 Subject: [PATCH] u-boot-ti: Limit compatibility to TI SOCs Signed-off-by: Khem Raj Signed-off-by: Denys Dmytriyenko --- recipes-bsp/u-boot/u-boot-ti.inc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/recipes-bsp/u-boot/u-boot-ti.inc b/recipes-bsp/u-boot/u-boot-ti.inc index 736efc0e..04ff559d 100644 --- a/recipes-bsp/u-boot/u-boot-ti.inc +++ b/recipes-bsp/u-boot/u-boot-ti.inc @@ -38,6 +38,8 @@ PACKAGECONFIG[optee] = "TEE=${STAGING_DIR_HOST}/boot/bl32.bin,,optee-os" PACKAGECONFIG_append_aarch64 = " atf optee" +COMPATIBLE_MACHINE = "(ti-soc)" + EXTRA_OEMAKE += "${PACKAGECONFIG_CONFARGS}" PROVIDES += "u-boot"