chromium: Upgrade to 145.0.7632.159 (whinlatter)#966
Merged
MaxIhlenfeldt merged 1 commit intoOSSystems:whinlatterfrom Mar 26, 2026
Merged
chromium: Upgrade to 145.0.7632.159 (whinlatter)#966MaxIhlenfeldt merged 1 commit intoOSSystems:whinlatterfrom
MaxIhlenfeldt merged 1 commit intoOSSystems:whinlatterfrom
Conversation
* chromium: Set the expected NodeJS version to the one Yocto has Chromium is tested against a specific NodeJS version to build with, but it works with slightly older versions, too. Signed-off-by: Zoltán Böszörményi <zboszor@gmail.com> * gn: Update revision The new version is needed by Chromium 145. Only an older version of gn is in whinlatter at the moment. Signed-off-by: Zoltán Böszörményi <zboszor@gmail.com> * chromium: 145.0.7632.159 Release Notes: https://chromereleases.googleblog.com/2026/03/stable-channel-update-for-desktop.html Build and patch changes: ------------------------ Removed patches: None Modified patches: * 0001-Drop-GN-compiler-settings-conflicting-with-OE.patch * 0001-Fix-building-gpu_host_impl.cc-on-Linux.patch * 0003-wrapper-extra-flags.patch * 0009-Adjust-the-Rust-build-to-our-needs.patch * 0013-Reduce-minimum-browser-window-width-to-480px.patch New patches: * chromium-145-zip_ffi_glue-use-edition2024.patch zip_ffi_glue needs Rust 2024 Edition due to the let chains used in Chromium 145 License changes: ---------------- Added licenses: * third_party/android_deps/autorolled/committed/libs/org_jetbrains_kotlinx_atomicfu_jvm/LICENSE * third_party/litert/LICENSE * third_party/nlohmann_json/LICENSE Removed licenses: * third_party/android_deps/libs/org_jetbrains_kotlinx_atomicfu_jvm/LICENSE * third_party/webrtc/rtc_base/third_party/sigslot/LICENSE Updated licenses: * third_party/ffmpeg/CREDITS.chromium * third_party/screen-ai/THIRD_PARTY_LICENSES Test-built: ----------- * chromium-ozone-wayland * MACHINE=intel-corei7-64, qemuarm64, raspberrypi3 * chromium-x11 * MACHINE=intel-corei7-64, qemuarm64, raspberrypi3 Test dependencies: ------------------ * URI: git://git.openembedded.org/openembedded-core - branch: master - revision: 531f87111d83430615f2e20dd41a3dd5fc25c7ab * URI: git://git.openembedded.org/meta-openembedded - layers: meta-oe - branch: master - revision: 6b55bede28261c38fb1da1474ca5c991ac414c93 * URI: git://git.yoctoproject.org/meta-intel - branch: master - revision: a885c3a6fe5475de198899f4c40435b254fcbccc * URI: https://github.com/agherzan/meta-raspberrypi - branch: master - revision: 9720dc611cf38ff2990bdf0f6afa106645ca1f93 Signed-off-by: Zoltán Böszörményi <zboszor@gmail.com> --------- Signed-off-by: Zoltán Böszörményi <zboszor@gmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Cherry picked #963 into whinlatter.