diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2013-09-25 22:08:56 -0300 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2013-09-28 03:19:24 -0300 |
commit | 23d5b9c93b3d47fd4996677f620138edfc2d505f (patch) | |
tree | b78e6f16d8b86442e5faa14b7d3ffdfa416d9d4c | |
parent | 57824063fc31fd8c8eacaa680c184cf6c679e9ae (diff) | |
download | meta-fsl-arm-23d5b9c93b3d47fd4996677f620138edfc2d505f.tar.gz |
imx28evk: Drop inherited MACHINE_GSTREAMER_PLUGIN setting
The MACHINE_GSTREAMER_PLUGIN is now set in mxs-base.inc so we don't
need it here.
Change-Id: Ief9de139dd3ca110fb8ea3f636b7df0afca8f465
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
-rw-r--r-- | conf/machine/imx28evk.conf | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/conf/machine/imx28evk.conf b/conf/machine/imx28evk.conf index 2fe546c..f68a23e 100644 --- a/conf/machine/imx28evk.conf +++ b/conf/machine/imx28evk.conf | |||
@@ -23,6 +23,3 @@ IMAGE_FSTYPES ?= "tar.bz2 ext3 uboot.mxsboot-sdcard sdcard" | |||
23 | SERIAL_CONSOLE = "115200 ttyAMA0" | 23 | SERIAL_CONSOLE = "115200 ttyAMA0" |
24 | 24 | ||
25 | MACHINE_FEATURES = "apm usbgadget usbhost vfat alsa touchscreen" | 25 | MACHINE_FEATURES = "apm usbgadget usbhost vfat alsa touchscreen" |
26 | |||
27 | # Gstreamer plugin | ||
28 | MACHINE_GSTREAMER_PLUGIN ?= "gst-fsl-plugin" | ||