diff options
author | Denys Dmytriyenko <denys@ti.com> | 2018-10-19 08:02:41 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2018-10-19 06:11:13 +0000 |
commit | 0ffe4809c29ce3b5359e71d682245d980675e0bf (patch) | |
tree | 0bb1abdc2f054ae1f1003f3e6978d8b9de3ceda2 /recipes-ti/includes/ti-unpack.inc | |
parent | 469d9b24d7265d5e9663a1b022b678bd79a3e3b8 (diff) | |
download | meta-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.inc | 1 |
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() { | |||
83 | COMPATIBLE_HOST ?= "null" | 83 | COMPATIBLE_HOST ?= "null" |
84 | COMPATIBLE_HOST_ti-soc = "(.*)" | 84 | COMPATIBLE_HOST_ti-soc = "(.*)" |
85 | COMPATIBLE_HOST_class-native = "(.*)" | 85 | COMPATIBLE_HOST_class-native = "(.*)" |
86 | COMPATIBLE_HOST_class-nativesdk = "(.*)" | ||