chromium: Upgrade to 150.0.7871.114 (whinlatter)#1008
Merged
MaxIhlenfeldt merged 2 commits intoJul 14, 2026
Conversation
9bd39d9 to
3d4b789
Compare
This bbappend is obsolete since chromium-gn-native was introduced. Signed-off-by: Zoltán Böszörményi <zboszor@gmail.com>
3d4b789 to
93f0da3
Compare
Contributor
Author
|
@MaxIhlenfeldt My whinlatter builds have finished. |
Collaborator
|
Sorry, I didn't have time this week to review your patches, I'll try to get to them on Monday. |
93f0da3 to
092bb90
Compare
092bb90 to
2315263
Compare
Release notes: 150.0.7871.46: https://chromereleases.googleblog.com/2026/06/stable-channel-update-for-desktop_0175352312.html 150.0.7871.100: https://chromereleases.googleblog.com/2026/07/stable-channel-update-for-desktop.html 150.0.7871.114: https://chromereleases.googleblog.com/2026/07/stable-channel-update-for-desktop_01162222768.html Build and patch changes: ------------------------ Added patches: * Backport-151-Only-pass-sysroot-if-use_sysroot.patch Backported from git to protect from a gn error that complains about empty sysroot. * Backport-151-build-Omit-ar-from-inputs-when-resolved-via-PATH.patch * Backport-151-build-Fix-get_path_info-on-empty-ar-in-unbundle-tool.patch Backported from git to fix a dependency error for llvm-ar. Previously, Chromium shipped a pre-built llvm-ar which was used behind the scenes instead of the one from recipe-sysroot-native. With that gone, Chromium 150.0.7871.46 threw an error: | ninja: error: 'llvm-ar', needed by 'yocto_native_for_rust_host_build_tools/obj/build/rust/allocator/liballoc_error_handler_impl.a', missing and no known rule to make it The two backported patches make existing llvm-ar and possibly other build tools to get picked up from PATH. Removed patches: None Modified patches: * 0001-Drop-GN-compiler-settings-conflicting-with-OE.patch BUILD.gn files were rearranged again, the patch had to be adapted. License changes: ---------------- Added licenses: * third_party/androidx/committed/libs/androidx_car_app_app/LICENSE * third_party/devtools-frontend/src/front_end/third_party/chromium/LICENSE * third_party/libjpeg_turbo/LICENSE.md.chromium * third_party/openscreen/src/third_party/getopt/LICENSE * third_party/rust/chromium_crates_io/vendor/aho-corasick-v1/LICENSE-MIT * third_party/rust/chromium_crates_io/vendor/getrandom-v0_3/LICENSE-APACHE * third_party/rust/chromium_crates_io/vendor/getrandom-v0_4/LICENSE-APACHE * third_party/rust/chromium_crates_io/vendor/harfrust-v0_8/LICENSE * third_party/rust/chromium_crates_io/vendor/regex-lite-v0_1/LICENSE-APACHE * third_party/rust/chromium_crates_io/vendor/shared-brotli-patch-decoder-v0_1/LICENSE-APACHE * third_party/rust/chromium_crates_io/vendor/symphonia-bundle-flac-v0_6/LICENSE * third_party/rust/chromium_crates_io/vendor/symphonia-bundle-mp3-v0_6/LICENSE * third_party/rust/chromium_crates_io/vendor/symphonia-codec-pcm-v0_6/LICENSE * third_party/rust/chromium_crates_io/vendor/symphonia-codec-vorbis-v0_6/LICENSE * third_party/rust/chromium_crates_io/vendor/symphonia-common-v0_6/LICENSE * third_party/rust/chromium_crates_io/vendor/symphonia-core-v0_6/LICENSE * third_party/rust/chromium_crates_io/vendor/symphonia-metadata-v0_6/LICENSE * third_party/rust/chromium_crates_io/vendor/symphonia-v0_6/LICENSE * third_party/sframe/src/LICENSE Removed licenses: * third_party/androidx/committed/libs/androidx_asynclayoutinflater_asynclayoutinflater_appcompat/LICENSE * third_party/libjpeg_turbo/LICENSE.md * third_party/rust/chromium_crates_io/vendor/arrayvec-v0_7/LICENSE-APACHE * third_party/rust/chromium_crates_io/vendor/bitflags-v1/LICENSE-APACHE * third_party/rust/chromium_crates_io/vendor/encoding_rs-v0_8/LICENSE-APACHE * third_party/rust/chromium_crates_io/vendor/symphonia-bundle-flac-v0_5/LICENSE * third_party/rust/chromium_crates_io/vendor/symphonia-bundle-mp3-v0_5/LICENSE * third_party/rust/chromium_crates_io/vendor/symphonia-codec-pcm-v0_5/LICENSE * third_party/rust/chromium_crates_io/vendor/symphonia-codec-vorbis-v0_5/LICENSE * third_party/rust/chromium_crates_io/vendor/symphonia-core-v0_5/LICENSE * third_party/rust/chromium_crates_io/vendor/symphonia-metadata-v0_5/LICENSE * third_party/rust/chromium_crates_io/vendor/symphonia-utils-xiph-v0_5/LICENSE * third_party/rust/chromium_crates_io/vendor/symphonia-v0_5/LICENSE Updated licenses: * base/third_party/nspr/LICENSE * third_party/android_deps/autorolled/committed/libs/com_google_android_gms_play_services_fido/LICENSE * third_party/private_membership/LICENSE Test dependencies: ------------------ * URI: git://git.openembedded.org/openembedded-core - branch: whinlatter - revision: 8751ec83421192fc0f8495fb95798f9eb7be77a0 * URI: git://git.openembedded.org/meta-openembedded - layers: meta-oe - branch: whinlatter - revision: f52f32952cb9717949f8bc3d3ccf6c4c5a59521f * URI: git://git.yoctoproject.org/meta-intel - branch: master - revision: 92488f89f7f7c06f2d7f9c77ac1f7c7305d36502 * URI: https://github.com/agherzan/meta-raspberrypi - branch: whinlatter - revision: 469e232c77d74cb030fe8a9af4ffe9127214a29b Signed-off-by: Zoltán Böszörményi <zboszor@gmail.com>
2315263 to
85ea84e
Compare
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.
Uh oh!
There was an error while loading. Please reload this page.