diff options
author | Karthik Ramanan <a0393906@ti.com> | 2016-11-11 13:42:19 +0530 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2016-11-13 20:04:21 +0000 |
commit | 2380bc09b584ae176f2275c6ac72d94ebfbf7c3b (patch) | |
tree | b042e8eafa078df997d644ce7911bf64c5b3560e /templates | |
parent | 3bd99fb9c93da89564d31cf6579d49213915d2f7 (diff) |
dra7xx-evm: add support for multimedia acceleration
TI Jacinto 6 has hardware multimedia acceleration capability.
This patch introduces the firmware and IPC components that
are needed to control the hardware accelerators.
Change-Id: I795c820f9bb87dd77ad227ce7c80f879dd935e54
Signed-off-by: Karthik Ramanan <a0393906@ti.com>
Diffstat (limited to 'templates')
-rw-r--r-- | templates/machine/dra7xx-evm/50_local.conf.inc | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/templates/machine/dra7xx-evm/50_local.conf.inc b/templates/machine/dra7xx-evm/50_local.conf.inc index 8f6312d5c..ca693c30c 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,21 @@ PREFERRED_PROVIDER_libgbm = "libgbm" #Preferred versions PREFERRED_VERSION_libgbm = "10.0.0" +#------------------------------------------------- +## Multimedia section ## +#------------------------------------------------- + +PACKAGES_MULTIMEDIA = " \ + ipumm-fw \ + pulseaudio-misc \ +" +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: ## |