mirror of
https://github.com/Freescale/meta-freescale-3rdparty.git
synced 2025-07-19 12:09:01 +02:00
m53evk: Do not enable GStreamer plugin
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: I382759bc05a74c638cb80dd61ce950bf896d33cf Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
This commit is contained in:
parent
78410703f9
commit
3d1464bed2
|
@ -21,3 +21,6 @@ IMAGE_FSTYPES ?= "tar.bz2 ext3 sdcard"
|
|||
SERIAL_CONSOLE = "115200 ttymxc1"
|
||||
|
||||
MACHINE_FEATURES = "apm usbgadget usbhost vfat alsa touchscreen"
|
||||
|
||||
# Avoid adding gst-fsl-plugin as we use non-FSL kernel
|
||||
MACHINE_GSTREAMER_PLUGIN_m53evk = ""
|
||||
|
|
Loading…
Reference in New Issue
Block a user