summaryrefslogtreecommitdiffstats
path: root/recipes-ti/includes/ti-unpack.inc
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-ti/includes/ti-unpack.inc')
-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 = "(.*)"