X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;ds=sidebyside;f=templates%2Fmachine%2Fdra7xx-evm%2F50_local.conf.inc;h=73819807a7844ed921a237481560da3eefa64302;hb=refs%2Fchanges%2F67%2F7167%2F3;hp=8f6312d5c15619c4e6830f3961540b845d81cfb4;hpb=c1ddae6f941c580917c06fbdba34651d5be16099;p=AGL%2Fmeta-agl.git diff --git a/templates/machine/dra7xx-evm/50_local.conf.inc b/templates/machine/dra7xx-evm/50_local.conf.inc index 8f6312d5c..73819807a 100644 --- a/templates/machine/dra7xx-evm/50_local.conf.inc +++ b/templates/machine/dra7xx-evm/50_local.conf.inc @@ -1,5 +1,8 @@ MACHINE = "dra7xx-evm" +#------------------------------------------------- +## Graphics section ## +#------------------------------------------------- PACKAGES_GFX_${MACHINE} = "omapdrm-pvr" # Enable Gfx Pkgs @@ -18,10 +21,27 @@ PREFERRED_PROVIDER_libgbm = "libgbm" #Preferred versions PREFERRED_VERSION_libgbm = "10.0.0" +#------------------------------------------------- +## Multimedia section ## +#------------------------------------------------- + +GSTREAMER_PLUGINS = " \ + gstreamer1.0-plugins-bad-meta \ + gstreamer1.0-plugins-ducati \ + gstreamer1.0-plugins-vpe \ +" +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} \ + ${PACKAGES_MULTIMEDIA} \ " ## ATTENTION, this is needed right now to build meta-ti with AGL: ##