diff options
author | Carlos Rafael Giani <dv@pseudoterminal.org> | 2016-05-22 11:33:07 +0200 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2016-06-02 15:22:35 -0300 |
commit | 1ad1efd540b74032318a21fb60235d146aa12dfb (patch) | |
tree | fe34e9518316d8348984060933441eaeafada0e2 /dynamic-layers | |
parent | 0571bbcbec7bacd09ed78a1eaa1338daf23432ad (diff) | |
download | meta-freescale-1ad1efd540b74032318a21fb60235d146aa12dfb.tar.gz |
chromium: Update bbappend to version 48.0.2548.0
Signed-off-by: Carlos Rafael Giani <dv@pseudoterminal.org>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'dynamic-layers')
-rw-r--r-- | dynamic-layers/browser-layer/recipes-browser/chromium/chromium-imx.inc | 7 | ||||
-rw-r--r-- | dynamic-layers/browser-layer/recipes-browser/chromium/chromium_48.0.2548.0.bbappend (renamed from dynamic-layers/browser-layer/recipes-browser/chromium/chromium_40.0.2214.91.bbappend) | 4 |
2 files changed, 4 insertions, 7 deletions
diff --git a/dynamic-layers/browser-layer/recipes-browser/chromium/chromium-imx.inc b/dynamic-layers/browser-layer/recipes-browser/chromium/chromium-imx.inc index db9580a2..6b631651 100644 --- a/dynamic-layers/browser-layer/recipes-browser/chromium/chromium-imx.inc +++ b/dynamic-layers/browser-layer/recipes-browser/chromium/chromium-imx.inc | |||
@@ -27,7 +27,8 @@ do_patch[prefuncs] =+ "add_chromium_imx_patches" | |||
27 | # * Lost context problems are not known to happen with Vivante GPUs, | 27 | # * Lost context problems are not known to happen with Vivante GPUs, |
28 | # so it is safe to use ignore-lost-context | 28 | # so it is safe to use ignore-lost-context |
29 | # * EGL is on by default due to the GPU on the i.MX6 | 29 | # * EGL is on by default due to the GPU on the i.MX6 |
30 | PACKAGECONFIG_append = " use-egl ignore-lost-context" | 30 | # * Proprietary codecs need to be enabled for h.264 and MP4 support |
31 | PACKAGECONFIG_append = " use-egl ignore-lost-context proprietary-codecs" | ||
31 | 32 | ||
32 | copy_chromium_imx_files() { | 33 | copy_chromium_imx_files() { |
33 | # sources in src/ are already organized in a manner | 34 | # sources in src/ are already organized in a manner |
@@ -42,8 +43,4 @@ python add_chromium_imx_patches() { | |||
42 | d.appendVar('OZONE_WAYLAND_EXTRA_PATCHES', ' ' + d.getVar('CHROMIUM_IMX_WAYLAND_PATCHES', 1)) | 43 | d.appendVar('OZONE_WAYLAND_EXTRA_PATCHES', ' ' + d.getVar('CHROMIUM_IMX_WAYLAND_PATCHES', 1)) |
43 | } | 44 | } |
44 | 45 | ||
45 | # Necessary flags to enable support for h.264 and MP4 in Chromium | ||
46 | # (Parsing is done by ffmpeg) | ||
47 | EXTRA_OEGYP += "-Dproprietary_codecs=1 -Dffmpeg_branding=Chrome" | ||
48 | |||
49 | COMPATIBLE_MACHINE = "(mx6)" | 46 | COMPATIBLE_MACHINE = "(mx6)" |
diff --git a/dynamic-layers/browser-layer/recipes-browser/chromium/chromium_40.0.2214.91.bbappend b/dynamic-layers/browser-layer/recipes-browser/chromium/chromium_48.0.2548.0.bbappend index d9c5d154..8c8f801d 100644 --- a/dynamic-layers/browser-layer/recipes-browser/chromium/chromium_40.0.2214.91.bbappend +++ b/dynamic-layers/browser-layer/recipes-browser/chromium/chromium_48.0.2548.0.bbappend | |||
@@ -1,7 +1,7 @@ | |||
1 | include chromium-imx.inc | 1 | include chromium-imx.inc |
2 | 2 | ||
3 | CHROMIUM_IMX_BRANCH = "chromium-40" | 3 | CHROMIUM_IMX_BRANCH = "master" |
4 | CHROMIUM_IMX_SRCREV = "af13a3dbdfdb4b162a9f9692761216e5d6204e57" | 4 | CHROMIUM_IMX_SRCREV = "4a2d15ab899b9944bb3adb2ddd250530da5b2e1a" |
5 | CHROMIUM_IMX_COMMON_PATCHES += "file://${PATCH_BASE_DIR}/common/0001-Enable-share-group-workaround-for-Vivante-GPUs.patch" | 5 | CHROMIUM_IMX_COMMON_PATCHES += "file://${PATCH_BASE_DIR}/common/0001-Enable-share-group-workaround-for-Vivante-GPUs.patch" |
6 | 6 | ||
7 | VPU_PATCHES = "file://${PATCH_BASE_DIR}/common/0002-Add-VPU-video-decode-accelerator-to-Chromium-GPU-.patch" | 7 | VPU_PATCHES = "file://${PATCH_BASE_DIR}/common/0002-Add-VPU-video-decode-accelerator-to-Chromium-GPU-.patch" |