From 9c801795c886578bc4cd72d040143b18532b145d Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Wed, 28 Nov 2018 19:00:43 -0800 Subject: [PATCH] u-boot-fslc-mxsboot: When building target recipe, limit it to fsl machines 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 Signed-off-by: Otavio Salvador --- recipes-bsp/u-boot/u-boot-fslc-mxsboot_2018.11.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/recipes-bsp/u-boot/u-boot-fslc-mxsboot_2018.11.bb b/recipes-bsp/u-boot/u-boot-fslc-mxsboot_2018.11.bb index e582ea8c..9123b331 100644 --- a/recipes-bsp/u-boot/u-boot-fslc-mxsboot_2018.11.bb +++ b/recipes-bsp/u-boot/u-boot-fslc-mxsboot_2018.11.bb @@ -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" -- 2.40.1