It fails to build for non-arm machines anyway since it does not provide the needed env file for anything other than arm and aarch64
Let cross version build too Signed-off-by: Khem Raj <raj.k...@gmail.com> --- recipes-bsp/u-boot/u-boot-boundary-fw-utils_2018.07.bb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/recipes-bsp/u-boot/u-boot-boundary-fw-utils_2018.07.bb b/recipes-bsp/u-boot/u-boot-boundary-fw-utils_2018.07.bb index 56ba151..0a7697a 100644 --- a/recipes-bsp/u-boot/u-boot-boundary-fw-utils_2018.07.bb +++ b/recipes-bsp/u-boot/u-boot-boundary-fw-utils_2018.07.bb @@ -42,3 +42,6 @@ uboot_fw_utils_cross() { RPROVIDES_${PN} += "u-boot-fw-utils" BBCLASSEXTEND = "cross" + +COMPATIBLE_MACHINE = "(imx)" +COMPATIBLE_MACHINE_class-cross = "(.*)" -- 2.19.1 -- _______________________________________________ meta-freescale mailing list meta-freescale@yoctoproject.org https://lists.yoctoproject.org/listinfo/meta-freescale