]> code.ossystems Code Review - meta-freescale.git/commitdiff
u-boot-fslc-mxsboot: When building target recipe, limit it to fsl machines
authorKhem Raj <raj.khem@gmail.com>
Thu, 29 Nov 2018 03:00:43 +0000 (19:00 -0800)
committerOtavio Salvador <otavio@ossystems.com.br>
Fri, 30 Nov 2018 19:23:34 +0000 (17:23 -0200)
The latest updates observed that the target recipe is building for qemu
machines as well, which is not useful. see
http://errors.yoctoproject.org/Errors/Details/202502/

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
recipes-bsp/u-boot/u-boot-fslc-mxsboot_2018.11.bb

index e582ea8c03c403eb3d03e8bbaeb73d1c39895b8f..9123b331428e6c2dd8c47f8f117bfcdffc8de0aa 100644 (file)
@@ -27,4 +27,6 @@ do_install () {
     ln -sf uboot-mxsboot ${D}${bindir}/mxsboot
 }
 
+COMPATIBLE_MACHINE_class-target = "(mxs|mx5|mx6|mx7|vf|use-mainline-bsp)"
+
 BBCLASSEXTEND = "native nativesdk"