Khem Raj
2018-10-09 20:41:30 UTC
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 <***@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 = "(.*)"
the needed env file for anything other than arm and aarch64
Let cross version build too
Signed-off-by: Khem Raj <***@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
--
2.19.1
--