From 8d9e76eebe008a675c36e2460b6f6380c91e3832 Mon Sep 17 00:00:00 2001 From: Jan-Simon Möller Date: Wed, 11 Jan 2017 14:56:27 +0100 Subject: Disable gstreamer plugins on vayu due to FTBS on morty MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The three gstreamer plugins do not build right now. Disable until fixed. Change-Id: Ie3d60c88fc73423509dbf36055f7585ab8e81e30 Signed-off-by: Jan-Simon Möller --- templates/machine/dra7xx-evm/50_local.conf.inc | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'templates/machine/dra7xx-evm/50_local.conf.inc') 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 \ -- cgit 1.2.3-korg