summaryrefslogtreecommitdiffstats
path: root/recipes-ti/includes
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/includes
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/includes')
-rw-r--r--recipes-ti/includes/ti-unpack.inc4
1 files changed, 4 insertions, 0 deletions
diff --git a/recipes-ti/includes/ti-unpack.inc b/recipes-ti/includes/ti-unpack.inc
index a571fd5d..9da11ede 100644
--- a/recipes-ti/includes/ti-unpack.inc
+++ b/recipes-ti/includes/ti-unpack.inc
@@ -79,3 +79,7 @@ python ti_bin_do_unpack() {
79 # Return to the previous directory 79 # Return to the previous directory
80 os.chdir(save_cwd) 80 os.chdir(save_cwd)
81} 81}
82
83COMPATIBLE_HOST ?= "null"
84COMPATIBLE_HOST_ti-soc = "(.*)"
85COMPATIBLE_HOST_class-native = "(.*)"