mirror of
https://github.com/Freescale/meta-freescale-3rdparty.git
synced 2025-07-19 12:09:01 +02:00
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:
parent
f5573c6b9c
commit
f18ad6fe4d
|
@ -42,3 +42,6 @@ uboot_fw_utils_cross() {
|
|||
RPROVIDES_${PN} += "u-boot-fw-utils"
|
||||
|
||||
BBCLASSEXTEND = "cross"
|
||||
|
||||
COMPATIBLE_MACHINE = "(imx)"
|
||||
COMPATIBLE_MACHINE_class-cross = "(.*)"
|
||||
|
|
Loading…
Reference in New Issue
Block a user