summaryrefslogtreecommitdiffstats
path: root/browser-layer/recipes-browser/chromium/chromium-imx.inc
diff options
context:
space:
mode:
Diffstat (limited to 'browser-layer/recipes-browser/chromium/chromium-imx.inc')
-rw-r--r--browser-layer/recipes-browser/chromium/chromium-imx.inc10
1 files changed, 4 insertions, 6 deletions
diff --git a/browser-layer/recipes-browser/chromium/chromium-imx.inc b/browser-layer/recipes-browser/chromium/chromium-imx.inc
index 02a027d..f955c80 100644
--- a/browser-layer/recipes-browser/chromium/chromium-imx.inc
+++ b/browser-layer/recipes-browser/chromium/chromium-imx.inc
@@ -4,9 +4,9 @@ DEPENDS_append = " libfslvpuwrap"
4# 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
5# chromium source directory, and applies the patches. 5# chromium source directory, and applies the patches.
6 6
7CHROMIUM_IMX_BRANCH = "master" 7CHROMIUM_IMX_BRANCH ?= "master"
8CHROMIUM_IMX_SRCREV = "5c5cadd40ad04e66ec9b14a7a29370b76ed5c4f4" 8CHROMIUM_IMX_SRCREV ?= "HEAD"
9CHROMIUM_IMX_DESTSUFFIX = "chromium-imx-git" 9CHROMIUM_IMX_DESTSUFFIX ?= "chromium-imx-git"
10 10
11PATCH_BASE_DIR = "${WORKDIR}/${CHROMIUM_IMX_DESTSUFFIX}/patches" 11PATCH_BASE_DIR = "${WORKDIR}/${CHROMIUM_IMX_DESTSUFFIX}/patches"
12 12
@@ -22,12 +22,10 @@ do_unpack[postfuncs] += "copy_chromium_imx_files"
22# patches to the OZONE_WAYLAND_EXTRA_PATCHES variable 22# patches to the OZONE_WAYLAND_EXTRA_PATCHES variable
23do_patch[prefuncs] =+ "add_chromium_imx_patches" 23do_patch[prefuncs] =+ "add_chromium_imx_patches"
24 24
25# * component build is on by default to reduce memory usage while compiling and to
26# make it easier to patch binaries on the targets if necessary
27# * Lost context problems are not known to happen with Vivante GPUs, 25# * Lost context problems are not known to happen with Vivante GPUs,
28# so it is safe to use ignore-lost-context 26# so it is safe to use ignore-lost-context
29# * EGL is on by default due to the GPU on the i.MX6 27# * EGL is on by default due to the GPU on the i.MX6
30PACKAGECONFIG_append = " component-build use-egl ignore-lost-context" 28PACKAGECONFIG_append = " use-egl ignore-lost-context"
31 29
32copy_chromium_imx_files() { 30copy_chromium_imx_files() {
33 # sources in src/ are already organized in a manner 31 # sources in src/ are already organized in a manner