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 <[email protected]> --- 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 -- _______________________________________________ meta-ti mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-ti
