As cfa10036-based machines use linux-cfa which is based on Linux mainline it cannot building the gst-fsl-plugin due missing FSL-specific headers.
Change-Id: Iba09f1af37e08a0ae6b8aa15f2d0f554ad58a73e Cc: Alexandre Belloni <[email protected]> Signed-off-by: Otavio Salvador <[email protected]> --- conf/machine/include/cfa10036.inc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/conf/machine/include/cfa10036.inc b/conf/machine/include/cfa10036.inc index 0adea54..f774d92 100644 --- a/conf/machine/include/cfa10036.inc +++ b/conf/machine/include/cfa10036.inc @@ -8,6 +8,9 @@ MACHINEOVERRIDES =. "cfa10036:" PREFERRED_PROVIDER_virtual/kernel = "linux-cfa" +# Avoid adding gst-fsl-plugin as we use non-FSL kernel +MACHINE_GSTREAMER_PLUGIN = "" + IMAGE_BOOTLOADER = "barebox" BAREBOX_BINARY = "barebox" -- 1.8.4.rc3 _______________________________________________ meta-freescale mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-freescale
