diff options
author | Carlos Rafael Giani <dv@pseudoterminal.org> | 2014-09-04 19:49:00 +0200 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2014-09-04 14:51:23 -0300 |
commit | 7b734e2094bc594e9a17e7dfdae6a9564fb7819a (patch) | |
tree | 4d090859e702227024befd33a8ce8ee9c8c70a27 /browser-layer/recipes-browser/chromium | |
parent | 19f9ecc3e624caad58a788be8c150f2c871823ef (diff) | |
download | meta-fsl-arm-7b734e2094bc594e9a17e7dfdae6a9564fb7819a.tar.gz |
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 <dv@pseudoterminal.org>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'browser-layer/recipes-browser/chromium')
-rw-r--r-- | browser-layer/recipes-browser/chromium/chromium-imx.inc | 2 | ||||
-rw-r--r-- | browser-layer/recipes-browser/chromium/chromium_37.0.2062.94.bbappend (renamed from browser-layer/recipes-browser/chromium/chromium_37.0.2062.0.bbappend) | 0 |
2 files changed, 1 insertions, 1 deletions
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" | |||
5 | # chromium source directory, and applies the patches. | 5 | # chromium source directory, and applies the patches. |
6 | 6 | ||
7 | CHROMIUM_IMX_BRANCH = "master" | 7 | CHROMIUM_IMX_BRANCH = "master" |
8 | CHROMIUM_IMX_SRCREV = "0aacc892d0977f691d683db1c1f1f6f9e33da911" | 8 | CHROMIUM_IMX_SRCREV = "5c5cadd40ad04e66ec9b14a7a29370b76ed5c4f4" |
9 | CHROMIUM_IMX_DESTSUFFIX = "chromium-imx-git" | 9 | CHROMIUM_IMX_DESTSUFFIX = "chromium-imx-git" |
10 | 10 | ||
11 | PATCH_BASE_DIR = "${WORKDIR}/${CHROMIUM_IMX_DESTSUFFIX}/patches" | 11 | 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.94.bbappend index 1eb6490..1eb6490 100644 --- a/browser-layer/recipes-browser/chromium/chromium_37.0.2062.0.bbappend +++ b/browser-layer/recipes-browser/chromium/chromium_37.0.2062.94.bbappend | |||