From: Jan-Simon Möller Date: Wed, 11 Jan 2017 13:56:27 +0000 (+0100) Subject: Disable gstreamer plugins on vayu due to FTBS on morty X-Git-Tag: 3.99.1~207 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=8d9e76eebe008a675c36e2460b6f6380c91e3832;p=AGL%2Fmeta-agl.git Disable gstreamer plugins on vayu due to FTBS on morty The three gstreamer plugins do not build right now. Disable until fixed. Change-Id: Ie3d60c88fc73423509dbf36055f7585ab8e81e30 Signed-off-by: Jan-Simon Möller --- diff --git a/templates/machine/dra7xx-evm/50_local.conf.inc b/templates/machine/dra7xx-evm/50_local.conf.inc index 2ecfd14ac..24f51aed6 100644 --- a/templates/machine/dra7xx-evm/50_local.conf.inc +++ b/templates/machine/dra7xx-evm/50_local.conf.inc @@ -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 \