X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;ds=sidebyside;f=templates%2Fmachine%2Fdra7xx-evm%2F50_local.conf.inc;h=291f10d75a9a2ff5eb7864a349edc996aa9f4828;hb=refs%2Fchanges%2F65%2F7165%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..291f10d75 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,25 @@ PREFERRED_PROVIDER_libgbm = "libgbm" #Preferred versions 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} \ + ${PACKAGES_MULTIMEDIA} \ " ## ATTENTION, this is needed right now to build meta-ti with AGL: ##