Several Yocto images fail to build because they're using packages that require imx6-specific hardware support (GPU3D), which is not available in the mainline kernel. This patch fixes the following image builds: - fsl-image-multimedia - fsl-image-multimedia-full - fsl-image-machine-test
Signed-off-by: Nikolay Dimitrov <[email protected]> --- recipes-fsl/packagegroups/packagegroup-fsl-gstreamer-full.bb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/recipes-fsl/packagegroups/packagegroup-fsl-gstreamer-full.bb b/recipes-fsl/packagegroups/packagegroup-fsl-gstreamer-full.bb index 25b26f6..97aab66 100644 --- a/recipes-fsl/packagegroups/packagegroup-fsl-gstreamer-full.bb +++ b/recipes-fsl/packagegroups/packagegroup-fsl-gstreamer-full.bb @@ -25,3 +25,6 @@ RDEPENDS_${PN} = " \ # FIXME: i.MX6SL cannot use mesa for Graphics and it lacks 3D support, # so skip it for now. RDEPENDS_${PN}_remove_mx6sl = "gst-plugins-gl" + +# FIXME: Workaround for building against linux-fslc +RDEPENDS_${PN}_remove_imx6dl-riotboard = "gst-plugins-gl" -- 1.7.10.4 -- _______________________________________________ meta-freescale mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-freescale
