summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--browser-layer/recipes-browser/chromium/chromium-imx.inc3
-rw-r--r--browser-layer/recipes-browser/chromium/chromium_48.0.2548.0.bbappend5
2 files changed, 2 insertions, 6 deletions
diff --git a/browser-layer/recipes-browser/chromium/chromium-imx.inc b/browser-layer/recipes-browser/chromium/chromium-imx.inc
index 6b63165..f8ba268 100644
--- a/browser-layer/recipes-browser/chromium/chromium-imx.inc
+++ b/browser-layer/recipes-browser/chromium/chromium-imx.inc
@@ -1,5 +1,4 @@
1DEPENDS_append_mx6q = " imx-vpuwrap" 1DEPENDS_append_imxvpu = " imx-vpuwrap"
2DEPENDS_append_mx6dl = " imx-vpuwrap"
3 2
4# Additional imx code and patches are included in the chromium-imx git repository. 3# Additional imx code and patches are included in the chromium-imx git repository.
5# The code below fetches this repository, copies the extra source over to the main 4# The code below fetches this repository, copies the extra source over to the main
diff --git a/browser-layer/recipes-browser/chromium/chromium_48.0.2548.0.bbappend b/browser-layer/recipes-browser/chromium/chromium_48.0.2548.0.bbappend
index 8c8f801..54a0a99 100644
--- a/browser-layer/recipes-browser/chromium/chromium_48.0.2548.0.bbappend
+++ b/browser-layer/recipes-browser/chromium/chromium_48.0.2548.0.bbappend
@@ -4,9 +4,6 @@ CHROMIUM_IMX_BRANCH = "master"
4CHROMIUM_IMX_SRCREV = "4a2d15ab899b9944bb3adb2ddd250530da5b2e1a" 4CHROMIUM_IMX_SRCREV = "4a2d15ab899b9944bb3adb2ddd250530da5b2e1a"
5CHROMIUM_IMX_COMMON_PATCHES += "file://${PATCH_BASE_DIR}/common/0001-Enable-share-group-workaround-for-Vivante-GPUs.patch" 5CHROMIUM_IMX_COMMON_PATCHES += "file://${PATCH_BASE_DIR}/common/0001-Enable-share-group-workaround-for-Vivante-GPUs.patch"
6 6
7VPU_PATCHES = "file://${PATCH_BASE_DIR}/common/0002-Add-VPU-video-decode-accelerator-to-Chromium-GPU-.patch" 7CHROMIUM_IMX_VPU_PATCHES_imxvpu += "file://${PATCH_BASE_DIR}/common/0002-Add-VPU-video-decode-accelerator-to-Chromium-GPU-.patch"
8
9CHROMIUM_IMX_VPU_PATCHES_mx6q += "${VPU_PATCHES}"
10CHROMIUM_IMX_VPU_PATCHES_mx6dl += "${VPU_PATCHES}"
11 8
12CHROMIUM_IMX_WAYLAND_PATCHES += "file://${PATCH_BASE_DIR}/wayland/0001-Modify-eglwayland-versions-for-Vivante-GPUs.patch" 9CHROMIUM_IMX_WAYLAND_PATCHES += "file://${PATCH_BASE_DIR}/wayland/0001-Modify-eglwayland-versions-for-Vivante-GPUs.patch"