diff options
author | Jose Dapena Paz <jdapena@igalia.com> | 2022-05-20 17:28:00 +0200 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2022-05-26 20:59:58 +0000 |
commit | 1c2e41cfd5ab158b82abd6b81733d6b471722d27 (patch) | |
tree | 91f0eb0eadf98d739068d9442b39aeb6d35466eb /recipes-wam/chromium/chromium_git.bb | |
parent | b686aa6dc6a0fbd74ee421f1e0a94768b94a6528 (diff) |
chromium: drop browser and mksnapshot packaging.
To reduce how much it is built with Chromium, just remove a couple of
parts that are not used:
* Chromium browser is not used or packaged, and we intend to use a lighter
version with app-shell and enact browser likely.
* mksnapshot cross package was intended for optimizing launch time of
certain web applications. But we are not using it yet.
Bug-AGL: SPEC-4391
Signed-off-by: Jose Dapena Paz <jdapena@igalia.com>
Change-Id: Id9f15c42c81341962f1f0c7a91b31824f116a9ef
Diffstat (limited to 'recipes-wam/chromium/chromium_git.bb')
-rw-r--r-- | recipes-wam/chromium/chromium_git.bb | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/recipes-wam/chromium/chromium_git.bb b/recipes-wam/chromium/chromium_git.bb index 39a216d41..75dc23a37 100644 --- a/recipes-wam/chromium/chromium_git.bb +++ b/recipes-wam/chromium/chromium_git.bb @@ -16,10 +16,6 @@ PV_BRANCH_SUFFIX = "ose11.agl" PV = "${CHROMIUM_VERSION}.${PV_BRANCH_SUFFIX}+git" -BROWSER_APPLICATION = "chromium-browser" -BROWSER_APPLICATION_DIR = "/opt/chromium" -MKSNAPSHOT_PATH = "v8_snapshot/" - GN_ARGS += "use_gtk=false" # Disable closure compile |