Disable gstreamer plugins on vayu due to FTBS on morty 11/8211/2
authorJan-Simon Möller <jsmoeller@linuxfoundation.org>
Wed, 11 Jan 2017 13:56:27 +0000 (14:56 +0100)
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>
Wed, 11 Jan 2017 19:00:02 +0000 (19:00 +0000)
The three gstreamer plugins do not build right now.
Disable until fixed.

Change-Id: Ie3d60c88fc73423509dbf36055f7585ab8e81e30
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
templates/machine/dra7xx-evm/50_local.conf.inc

index 2ecfd14..24f51ae 100644 (file)
@@ -26,10 +26,13 @@ PREFERRED_VERSION_libgbm            = "10.0.0"
 #-------------------------------------------------
 
 GSTREAMER_PLUGINS = " \
-     gstreamer1.0-plugins-bad-meta \
-     gstreamer1.0-plugins-ducati \
-     gstreamer1.0-plugins-vpe \
-"
+                    "
+# Disable due to broken build in morty
+#     gstreamer1.0-plugins-bad-meta \
+#     gstreamer1.0-plugins-ducati \
+#     gstreamer1.0-plugins-vpe \
+#"
+
 PACKAGES_MULTIMEDIA   = " \
     ipumm-fw \
     pulseaudio-misc      \