u-boot-boundary-fw-utils: Limit the target to imx machines only

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@gmail.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
This commit is contained in:
Khem Raj 2018-10-09 13:41:30 -07:00 committed by Otavio Salvador
parent f5573c6b9c
commit f18ad6fe4d

View File

@ -42,3 +42,6 @@ uboot_fw_utils_cross() {
RPROVIDES_${PN} += "u-boot-fw-utils"
BBCLASSEXTEND = "cross"
COMPATIBLE_MACHINE = "(imx)"
COMPATIBLE_MACHINE_class-cross = "(.*)"