Skip to content

Commit 4b98e06

Browse files
authored
chromium: update to 111.0.5563.147 (#705)
Release notes: https://chromereleases.googleblog.com/2023/03/stable-channel-update-for-desktop_27.html Summary: -------- The upgrade builds successfully for all the branches. For dunfell, all systems work well except rpi4, see below. For master, all systems work well except qemuarm & qemuarm64, see below. Build and patch changes: ------------------------ No changes required. License changes: ---------------- No license changes. Test-built: ----------- * chromium-ozone-wayland: - master, clang, MACHINE=qemux86-64, qemuarm64 - kirkstone, clang, MACHINE=qemux86-64, qemuarm64 * chromium-x11 - master, clang, MACHINE=raspberrypi4-64, qemux86-64, qemuarm64, qemuarm - kirkstone, clang, MACHINE=raspberrypi4-64, qemux86-64, qemuarm64, qemuarm - dunfell, clang**, MACHINE=raspberrypi3, qemux86-64, qemuarm64, qemuarm ** Please note that Chromium requires clang version to be >= 12. For that, when on dunfell branch, use the latest meta-clang/dunfell-clang12 branch. Runtime Test Status: -------------------- For dunfell, we see the following error: Network service crashed, restarting service. For master, which is using the 6.1.20 kernel, we see the following errors: qemuarm: vmap allocation for size 4100096 failed: use vmalloc=<size> to increase size qemuarm64: system appears to boot well but, user-interface is not responding. Signed-off-by: Narpat Mali <narpat.mali@windriver.com>
1 parent 69fac7c commit 4b98e06

File tree

4 files changed

+1
-1
lines changed

4 files changed

+1
-1
lines changed

meta-chromium/recipes-browser/chromium/chromium.inc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ HOMEPAGE = "https://www.chromium.org/Home"
44
CVE_PRODUCT = "chromium:chromium google:chrome"
55

66
SRC_URI = "https://commondatastorage.googleapis.com/chromium-browser-official/chromium-${PV}.tar.xz"
7-
SRC_URI[sha256sum] = "7d5ca0e2bdb22a97713e6bfce74c651006d71aa883056c8e2c2a148039fe4074"
7+
SRC_URI[sha256sum] = "c49d4e0bd01b264529991e74ab58aeac33903532e413cc62bfa9fca99bf77a29"
88

99
S = "${WORKDIR}/chromium-${PV}"
1010

0 commit comments

Comments
 (0)