diff options
Diffstat (limited to 'templates/machine')
-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 \ |