chromium: Fixes for 142 and wrynose compatibility#965
Merged
MaxIhlenfeldt merged 5 commits intoOSSystems:masterfrom Mar 23, 2026
Merged
chromium: Fixes for 142 and wrynose compatibility#965MaxIhlenfeldt merged 5 commits intoOSSystems:masterfrom
MaxIhlenfeldt merged 5 commits intoOSSystems:masterfrom
Conversation
Use DEBUG_LEVELFLAG to set the debug flag straight instead of DEBUG_FLAGS to remove option -g from and add -g1 to. Signed-off-by: Zoltán Böszörményi <zboszor@gmail.com>
Removed patches: * musl/0008-Use-monotonic-clock-for-pthread_cond_timedwait-with-.patch * musl/0015-fix-libc-version-include.patch Modified patches: * musl/0001-mallinfo-implementation-is-glibc-specific.patch * musl/0004-fontconfig-Musl-does-not-have-rand_r-API.patch * musl/0006-debug-Fix-build-with-musl.patch * musl/0007-mallopt-is-glibc-specific-API.patch * musl/0009-Fix-tab-crashes-on-musl.patch * musl/0011-sys-stat.patch Signed-off-by: Zoltán Böszörményi <zboszor@gmail.com>
RUST_TARGET_SYS contains the complete system name that Chromium needs to find static libraries from the CLANG runtime. Tweak this system name according to Chromium needs. Tested with MACHINE=raspberrypi3 which uses RUST_TARGET_SYS=armv7-oe-linux-gnueabihf, which needs to be changed into armv7-unknown-linux-gnueabihf for CLANG. Signed-off-by: Zoltán Böszörményi <zboszor@gmail.com>
Signed-off-by: Zoltán Böszörményi <zboszor@gmail.com>
The Yocto 6.0 release will happen soon and oe-core and meta-oe already changed their core name to wrynose from whinlatter. Signed-off-by: Zoltán Böszörményi <zboszor@gmail.com>
This was referenced Mar 23, 2026
Contributor
Author
|
FWIW, the musl patches were checked to apply mostly cleanly (no fuzz) up to Chromium 146. But I have not tested to build Chromium for musl, only for glibc. I have just run these commands to see the build and target triplets: Apparently, neither Chromium version will build for musl, because
I don't have any inclination to fix this. See also #580 as a failed / given up attempt. |
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.
This contains most of of #962 without the upgrade to 144.
musl patches were updated for 142. They are also applicable through the 144, 145 and 146 upgrades.