From 7b734e2094bc594e9a17e7dfdae6a9564fb7819a Mon Sep 17 00:00:00 2001 From: Carlos Rafael Giani Date: Thu, 4 Sep 2014 19:49:00 +0200 Subject: chromium: Update bbappend to version 37.0.2062.94 Also update chromium-imx revision to support newer v5 Vivante drivers (used in 3.10.31 Beta release). These do not use "GL_VIV_direct_texture" as the name for the Vivante texture extension, but "GL_VIV_tex_direct" instead. v4 drivers (3.10.17 GA release and older) are still supported. Signed-off-by: Carlos Rafael Giani Signed-off-by: Otavio Salvador --- browser-layer/recipes-browser/chromium/chromium-imx.inc | 2 +- browser-layer/recipes-browser/chromium/chromium_37.0.2062.0.bbappend | 5 ----- .../recipes-browser/chromium/chromium_37.0.2062.94.bbappend | 5 +++++ 3 files changed, 6 insertions(+), 6 deletions(-) delete mode 100644 browser-layer/recipes-browser/chromium/chromium_37.0.2062.0.bbappend create mode 100644 browser-layer/recipes-browser/chromium/chromium_37.0.2062.94.bbappend diff --git a/browser-layer/recipes-browser/chromium/chromium-imx.inc b/browser-layer/recipes-browser/chromium/chromium-imx.inc index b204d0d..02a027d 100644 --- a/browser-layer/recipes-browser/chromium/chromium-imx.inc +++ b/browser-layer/recipes-browser/chromium/chromium-imx.inc @@ -5,7 +5,7 @@ DEPENDS_append = " libfslvpuwrap" # chromium source directory, and applies the patches. CHROMIUM_IMX_BRANCH = "master" -CHROMIUM_IMX_SRCREV = "0aacc892d0977f691d683db1c1f1f6f9e33da911" +CHROMIUM_IMX_SRCREV = "5c5cadd40ad04e66ec9b14a7a29370b76ed5c4f4" CHROMIUM_IMX_DESTSUFFIX = "chromium-imx-git" PATCH_BASE_DIR = "${WORKDIR}/${CHROMIUM_IMX_DESTSUFFIX}/patches" diff --git a/browser-layer/recipes-browser/chromium/chromium_37.0.2062.0.bbappend b/browser-layer/recipes-browser/chromium/chromium_37.0.2062.0.bbappend deleted file mode 100644 index 1eb6490..0000000 --- a/browser-layer/recipes-browser/chromium/chromium_37.0.2062.0.bbappend +++ /dev/null @@ -1,5 +0,0 @@ -include chromium-imx.inc - -CHROMIUM_IMX_COMMON_PATCHES += "file://${PATCH_BASE_DIR}/common/0001-Enable-share-group-workaround-for-Vivante-GPUs.patch \ - file://${PATCH_BASE_DIR}/common/0002-Add-VPU-video-decode-accelerator-to-Chromium-37-GPU-.patch" -CHROMIUM_IMX_WAYLAND_PATCHES += "file://${PATCH_BASE_DIR}/wayland/0001-Modify-eglwayland-versions-for-Vivante-GPUs.patch" diff --git a/browser-layer/recipes-browser/chromium/chromium_37.0.2062.94.bbappend b/browser-layer/recipes-browser/chromium/chromium_37.0.2062.94.bbappend new file mode 100644 index 0000000..1eb6490 --- /dev/null +++ b/browser-layer/recipes-browser/chromium/chromium_37.0.2062.94.bbappend @@ -0,0 +1,5 @@ +include chromium-imx.inc + +CHROMIUM_IMX_COMMON_PATCHES += "file://${PATCH_BASE_DIR}/common/0001-Enable-share-group-workaround-for-Vivante-GPUs.patch \ + file://${PATCH_BASE_DIR}/common/0002-Add-VPU-video-decode-accelerator-to-Chromium-37-GPU-.patch" +CHROMIUM_IMX_WAYLAND_PATCHES += "file://${PATCH_BASE_DIR}/wayland/0001-Modify-eglwayland-versions-for-Vivante-GPUs.patch" -- cgit v1.2.3-54-g00ecf