mirror of
https://git.yoctoproject.org/meta-ti
synced 2026-06-06 10:50:37 +00:00
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>
This commit is contained in:
@@ -83,3 +83,4 @@ python ti_bin_do_unpack() {
|
||||
COMPATIBLE_HOST ?= "null"
|
||||
COMPATIBLE_HOST_ti-soc = "(.*)"
|
||||
COMPATIBLE_HOST_class-native = "(.*)"
|
||||
COMPATIBLE_HOST_class-nativesdk = "(.*)"
|
||||
|
||||
Reference in New Issue
Block a user