diff options
| author | Khem Raj <raj.khem@gmail.com> | 2018-11-28 19:00:43 -0800 |
|---|---|---|
| committer | Otavio Salvador <otavio@ossystems.com.br> | 2018-11-30 17:23:34 -0200 |
| commit | 9c801795c886578bc4cd72d040143b18532b145d (patch) | |
| tree | d7b480cdd3fd9a5168438cd474dede4978e1975d | |
| parent | f7c2d4dedf0ba36df8a757118728fbc6877c9106 (diff) | |
| download | meta-freescale-9c801795c886578bc4cd72d040143b18532b145d.tar.gz | |
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 <raj.khem@gmail.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
| -rw-r--r-- | recipes-bsp/u-boot/u-boot-fslc-mxsboot_2018.11.bb | 2 |
1 files changed, 2 insertions, 0 deletions
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 e582ea8c0..9123b3314 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 () { | |||
| 27 | ln -sf uboot-mxsboot ${D}${bindir}/mxsboot | 27 | ln -sf uboot-mxsboot ${D}${bindir}/mxsboot |
| 28 | } | 28 | } |
| 29 | 29 | ||
| 30 | COMPATIBLE_MACHINE_class-target = "(mxs|mx5|mx6|mx7|vf|use-mainline-bsp)" | ||
| 31 | |||
| 30 | BBCLASSEXTEND = "native nativesdk" | 32 | BBCLASSEXTEND = "native nativesdk" |
