[meta-freescale] [3rdparty][PATCH] u-boot-boundary-fw-utils: Limit the target to imx machines only

Khem Raj raj.khem at gmail.com
Tue Oct 9 13:41:30 PDT 2018


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.khem at 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



More information about the meta-freescale mailing list