diff options
author | Jan-Simon Möller <jsmoeller@linuxfoundation.org> | 2017-01-11 14:56:27 +0100 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2017-01-11 19:00:02 +0000 |
commit | 8d9e76eebe008a675c36e2460b6f6380c91e3832 (patch) | |
tree | ee2bae791eed941aee0b91c6893ccda54a8e3442 /templates | |
parent | 580518e556f73649fb516a350f0906bafb51e6d1 (diff) |
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 <jsmoeller@linuxfoundation.org>
Diffstat (limited to 'templates')
-rw-r--r-- | templates/machine/dra7xx-evm/50_local.conf.inc | 11 |
1 files changed, 7 insertions, 4 deletions
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 \ |