diff options
author | Jose Dapena Paz <jdapena@igalia.com> | 2022-01-20 17:32:19 +0100 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2022-02-01 21:50:55 +0000 |
commit | ffc37508aa41fadf11dfabd34f7a8d4aa16e06b7 (patch) | |
tree | fc90af1b73e3b2449e9ef16f01f1f2d9d5eb6053 | |
parent | 6c3f371cecacb5ed95f75b9ed644ab994c0bd597 (diff) |
chromium*: remove jumbo build options
Jumbo build is not supported anymore in Chromium. This changeset
removes all references in recipe to that mode.
Bug-AGL: SPEC-4233
Change-Id: I7a667c9a36bd0b825fc3014520d1b23f53828b57
Signed-off-by: Jose Dapena Paz <jdapena@igalia.com>
-rw-r--r-- | recipes-wam/chromium/chromium.inc | 10 | ||||
-rw-r--r-- | recipes-wam/chromium/chromium84_git.bb | 2 |
2 files changed, 1 insertions, 11 deletions
diff --git a/recipes-wam/chromium/chromium.inc b/recipes-wam/chromium/chromium.inc index c6bc949ac..d45dfe79f 100644 --- a/recipes-wam/chromium/chromium.inc +++ b/recipes-wam/chromium/chromium.inc @@ -42,15 +42,7 @@ TARGET = "${WEBRUNTIME_BUILD_TARGET} ${BROWSER_APP_BUILD_TARGET}" # Skip do_install:append of webos_system_bus. It is not compatible with this component. WEBOS_SYSTEM_BUS_FILES_LOCATION = "${S}/files/sysbus" -PACKAGECONFIG ?= "jumbo use-upstream-wayland" - - -# Set a default value for jumbo file merge of 8. This should be good for build -# servers and workstations with a big number of cores. In case build is -# happening in a machine with less cores but still enough RAM a good value could -# be 50. -JUMBO_FILE_MERGE_LIMIT="8" -PACKAGECONFIG[jumbo] = "use_jumbo_build=true jumbo_file_merge_limit=${JUMBO_FILE_MERGE_LIMIT}, use_jumbo_build=false" +PACKAGECONFIG ?= "use-upstream-wayland" PACKAGECONFIG[lttng] = "use_lttng=true,use_lttng=false,lttng-ust,lttng-tools lttng-modules babeltrace" diff --git a/recipes-wam/chromium/chromium84_git.bb b/recipes-wam/chromium/chromium84_git.bb index 354a75cb3..24613db95 100644 --- a/recipes-wam/chromium/chromium84_git.bb +++ b/recipes-wam/chromium/chromium84_git.bb @@ -18,8 +18,6 @@ BROWSER_APPLICATION = "chromium84-browser" BROWSER_APPLICATION_DIR = "/opt/chromium84" MKSNAPSHOT_PATH = "v8_snapshot/" -PACKAGECONFIG:remove="jumbo" - GN_ARGS += "use_gtk=false" # Disable closure_compile |