summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2020-05-02 01:14:09 +0000
committerDenys Dmytriyenko <denys@ti.com>2020-05-01 19:27:37 +0000
commita5f3933ca84f58028b80d860feb2e03c536f0be4 (patch)
treeb91df2081c3635676a7ec7ee4d818423c96c4b89
parent3fe08cc5a5f5ff1e9cf0cbdfec98d26fa138c3e5 (diff)
downloadmeta-ti-a5f3933ca84f58028b80d860feb2e03c536f0be4.tar.gz
u-boot-ti: Limit compatibility to TI SOCs
Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
-rw-r--r--recipes-bsp/u-boot/u-boot-ti.inc2
1 files changed, 2 insertions, 0 deletions
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"
38 38
39PACKAGECONFIG_append_aarch64 = " atf optee" 39PACKAGECONFIG_append_aarch64 = " atf optee"
40 40
41COMPATIBLE_MACHINE = "(ti-soc)"
42
41EXTRA_OEMAKE += "${PACKAGECONFIG_CONFARGS}" 43EXTRA_OEMAKE += "${PACKAGECONFIG_CONFARGS}"
42 44
43PROVIDES += "u-boot" 45PROVIDES += "u-boot"