The kernel used for this board is based in the mainline kernel and does not provide the Freescale specific headers so we cannot build the GStreamer specific plugin.
Change-Id: Icd9e08c3e774ea3a0df2c532ef52619d378a4fca Signed-off-by: Otavio Salvador <[email protected]> --- conf/machine/m28evk.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/conf/machine/m28evk.conf b/conf/machine/m28evk.conf index abe7c03..76d5b3d 100644 --- a/conf/machine/m28evk.conf +++ b/conf/machine/m28evk.conf @@ -21,3 +21,6 @@ SERIAL_CONSOLE = "115200 ttyAMA0" KERNEL_IMAGETYPE = "uImage" MACHINE_FEATURES = "apm usbgadget usbhost vfat alsa touchscreen" + +# Avoid adding gst-fsl-plugin as we use non-FSL kernel +MACHINE_GSTREAMER_PLUGIN_m28evk = "" -- 1.8.4.rc3 _______________________________________________ meta-freescale mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-freescale
