summaryrefslogtreecommitdiffstats
path: root/recipes-ti/includes/ti-unpack.inc
diff options
context:
space:
mode:
authorDenys Dmytriyenko <denys@ti.com>2018-10-19 08:02:41 +0000
committerDenys Dmytriyenko <denys@ti.com>2018-10-19 06:11:13 +0000
commit0ffe4809c29ce3b5359e71d682245d980675e0bf (patch)
tree0bb1abdc2f054ae1f1003f3e6978d8b9de3ceda2 /recipes-ti/includes/ti-unpack.inc
parent469d9b24d7265d5e9663a1b022b678bd79a3e3b8 (diff)
downloadmeta-ti-0ffe4809c29ce3b5359e71d682245d980675e0bf.tar.gz
ti-unpack.inc: also set COMPATIBLE_HOST for nativesdk
Some recipes that include ti-unpack.inc also need to build nativesdk packages. Fixes errors like this: | ERROR: Nothing RPROVIDES 'nativesdk-ti-cgt-pru' (but .../nativesdk-packagegroup-arago-sdk-host.bb RDEPENDS on or otherwise requires it) | nativesdk-ti-cgt-pru was skipped: incompatible with host x86_64-arago-linux (not in COMPATIBLE_HOST) Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-ti/includes/ti-unpack.inc')
-rw-r--r--recipes-ti/includes/ti-unpack.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes-ti/includes/ti-unpack.inc b/recipes-ti/includes/ti-unpack.inc
index 9da11ede..dbc49491 100644
--- a/recipes-ti/includes/ti-unpack.inc
+++ b/recipes-ti/includes/ti-unpack.inc
@@ -83,3 +83,4 @@ python ti_bin_do_unpack() {
83COMPATIBLE_HOST ?= "null" 83COMPATIBLE_HOST ?= "null"
84COMPATIBLE_HOST_ti-soc = "(.*)" 84COMPATIBLE_HOST_ti-soc = "(.*)"
85COMPATIBLE_HOST_class-native = "(.*)" 85COMPATIBLE_HOST_class-native = "(.*)"
86COMPATIBLE_HOST_class-nativesdk = "(.*)"