[meta-ti] [master][PATCH] ti-unpack.inc: also set COMPATIBLE_HOST for nativesdk

Denys Dmytriyenko denys at ti.com
Thu Oct 18 19:02:41 PDT 2018


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 at ti.com>
---
 recipes-ti/includes/ti-unpack.inc | 1 +
 1 file changed, 1 insertion(+)

diff --git a/recipes-ti/includes/ti-unpack.inc b/recipes-ti/includes/ti-unpack.inc
index 9da11ed..dbc4949 100644
--- a/recipes-ti/includes/ti-unpack.inc
+++ b/recipes-ti/includes/ti-unpack.inc
@@ -83,3 +83,4 @@ python ti_bin_do_unpack() {
 COMPATIBLE_HOST ?= "null"
 COMPATIBLE_HOST_ti-soc = "(.*)"
 COMPATIBLE_HOST_class-native = "(.*)"
+COMPATIBLE_HOST_class-nativesdk = "(.*)"
-- 
2.7.4



More information about the meta-ti mailing list