From 1c2e41cfd5ab158b82abd6b81733d6b471722d27 Mon Sep 17 00:00:00 2001 From: Jose Dapena Paz Date: Fri, 20 May 2022 17:28:00 +0200 Subject: 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 Change-Id: Id9f15c42c81341962f1f0c7a91b31824f116a9ef --- recipes-wam/chromium/chromium_git.bb | 4 ---- 1 file changed, 4 deletions(-) (limited to 'recipes-wam/chromium/chromium_git.bb') 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 -- cgit 1.2.3-korg