diff options
Diffstat (limited to 'templates/machine/dra7xx-evm')
-rw-r--r-- | templates/machine/dra7xx-evm/50_local.conf.inc | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/templates/machine/dra7xx-evm/50_local.conf.inc b/templates/machine/dra7xx-evm/50_local.conf.inc index ca693c30c..291f10d75 100644 --- a/templates/machine/dra7xx-evm/50_local.conf.inc +++ b/templates/machine/dra7xx-evm/50_local.conf.inc @@ -25,13 +25,17 @@ PREFERRED_VERSION_libgbm = "10.0.0" ## Multimedia section ## #------------------------------------------------- +GSTREAMER_PLUGINS = " \ + gstreamer1.0-plugins-bad-meta \ +" + PACKAGES_MULTIMEDIA = " \ ipumm-fw \ pulseaudio-misc \ + ${GSTREAMER_PLUGINS} \ " PREFERRED_VERSION_ipumm-fw = "3.00.08.02" - # Distribution-specific runtime components IMAGE_INSTALL_append = " \ ${PACKAGES_GFX} \ |