summaryrefslogtreecommitdiffstats
path: root/recipes-ti/devtools
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2018-10-18 02:15:56 +0000
committerDenys Dmytriyenko <denys@ti.com>2018-10-17 22:48:34 +0000
commitb2d62f62bb6ecbb07577a0af9438bcaa017bf1da (patch)
tree768143c3403cc6ef78cd44119d25a59898b83483 /recipes-ti/devtools
parent934fed368d0b6f2880d7e9768176a541a9bc189a (diff)
downloadmeta-ti-b2d62f62bb6ecbb07577a0af9438bcaa017bf1da.tar.gz
recipes: Limit ti specific recipes under ti-soc override
This helps in multi-BSP scenario, where other BSP layers are also present in the layermix Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-ti/devtools')
-rw-r--r--recipes-ti/devtools/ti-xdctools-common.inc5
1 files changed, 5 insertions, 0 deletions
diff --git a/recipes-ti/devtools/ti-xdctools-common.inc b/recipes-ti/devtools/ti-xdctools-common.inc
index a3949cad..27f8f908 100644
--- a/recipes-ti/devtools/ti-xdctools-common.inc
+++ b/recipes-ti/devtools/ti-xdctools-common.inc
@@ -61,3 +61,8 @@ libhpi.so \
61lib.so \ 61lib.so \
62libcairo.so.2 \ 62libcairo.so.2 \
63" 63"
64
65COMPATIBLE_HOST ?= "null"
66COMPATIBLE_HOST_ti-soc = "(.*)"
67COMPATIBLE_HOST_class-native = "(.*)"
68COMPATIBLE_HOST_class-nativesdk = "(.*)"