Message ID | 20241213062032.220169-1-naveen.kumar.saini@intel.com |
---|---|
State | New |
Headers | show |
Series | [meta-zephyr] zephyr-sdk: fix COMPATIBLE_HOST build failure | expand |
diff --git a/meta-zephyr-core/recipes-devtools/zephyr-sdk/zephyr-sdk_0.16.9.bb b/meta-zephyr-core/recipes-devtools/zephyr-sdk/zephyr-sdk_0.16.9.bb index 57fe777..da30b17 100644 --- a/meta-zephyr-core/recipes-devtools/zephyr-sdk/zephyr-sdk_0.16.9.bb +++ b/meta-zephyr-core/recipes-devtools/zephyr-sdk/zephyr-sdk_0.16.9.bb @@ -1,7 +1,7 @@ SUMMARY = "Zephyr SDK Bundle" DESCRIPTION = "Official SDK built using crosstool-ng, distributed by the \ Zephyr project" -COMPATIBLE_HOST = "(x86_64|aarch64).*-linux" +COMPATIBLE_HOST = "(x86_64|aarch64).*-(linux|elf)" LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Apache-2.0;md5=89aea4e17d99a7cacdbeed46a0096b10"
ERROR: Nothing PROVIDES 'zephyr-sdk' zephyr-sdk was skipped: incompatible with host i586-yocto-elf (not in COMPATIBLE_HOST) Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> --- .../recipes-devtools/zephyr-sdk/zephyr-sdk_0.16.9.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)