summaryrefslogtreecommitdiffstats
path: root/browser-layer/recipes-browser/chromium/chromium_35.0.1916.114.bbappend
diff options
context:
space:
mode:
authorCarlos Rafael Giani <dv@pseudoterminal.org>2014-08-24 21:39:48 +0200
committerOtavio Salvador <otavio@ossystems.com.br>2014-08-25 10:23:33 -0300
commit3dc5823ecb9cc402c1d3bcfdbf48ac45d854e562 (patch)
tree969ea3d94bd36d66e90ee02964ed5e174e216e96 /browser-layer/recipes-browser/chromium/chromium_35.0.1916.114.bbappend
parent79bec9dd83424d4ec2d4d1fa945b33a6b1fda00d (diff)
downloadmeta-fsl-arm-3dc5823ecb9cc402c1d3bcfdbf48ac45d854e562.tar.gz
chromium: Add bbappend for GPU specific modifications and VPU support
* Adds ozone-wayland patches which modify the required EGL versions in the GYP files * Turns on h.264 and MP4 support in Chromium's FFmpeg copy * Enables a workaround for the Vivante GPU that prevents translucent canvas regions to show up with a blue color * Adds hardware-accelerated video decoding using the VPU by fetching chromium-imx sources and integrating them into the Chromium source tree and the GYP files Signed-off-by: Carlos Rafael Giani <dv@pseudoterminal.org> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'browser-layer/recipes-browser/chromium/chromium_35.0.1916.114.bbappend')
-rw-r--r--browser-layer/recipes-browser/chromium/chromium_35.0.1916.114.bbappend4
1 files changed, 4 insertions, 0 deletions
diff --git a/browser-layer/recipes-browser/chromium/chromium_35.0.1916.114.bbappend b/browser-layer/recipes-browser/chromium/chromium_35.0.1916.114.bbappend
new file mode 100644
index 0000000..561aec2
--- /dev/null
+++ b/browser-layer/recipes-browser/chromium/chromium_35.0.1916.114.bbappend
@@ -0,0 +1,4 @@
1include chromium-imx.inc
2
3CHROMIUM_IMX_COMMON_PATCHES += "file://${PATCH_BASE_DIR}/common/0001-Enable-share-group-workaround-for-Vivante-GPUs.patch \
4 file://${PATCH_BASE_DIR}/common/0002-Add-VPU-video-decode-accelerator-to-Chromium-35-GPU-.patch"