From b2d62f62bb6ecbb07577a0af9438bcaa017bf1da Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Thu, 18 Oct 2018 02:15:56 +0000 Subject: 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 Signed-off-by: Denys Dmytriyenko --- recipes-ti/devtools/ti-xdctools-common.inc | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'recipes-ti/devtools/ti-xdctools-common.inc') 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 \ lib.so \ libcairo.so.2 \ " + +COMPATIBLE_HOST ?= "null" +COMPATIBLE_HOST_ti-soc = "(.*)" +COMPATIBLE_HOST_class-native = "(.*)" +COMPATIBLE_HOST_class-nativesdk = "(.*)" -- cgit v1.2.3-54-g00ecf