[scarthgap] chromium: Update to 136.0.7103.113#904
Closed
adalessandro wants to merge 5 commits intoOSSystems:scarthgapfrom
Closed
[scarthgap] chromium: Update to 136.0.7103.113#904adalessandro wants to merge 5 commits intoOSSystems:scarthgapfrom
adalessandro wants to merge 5 commits intoOSSystems:scarthgapfrom
Conversation
0fd8a8e to
0d82376
Compare
Contributor
Author
|
Is there any ETA for this PR to be merged? |
Collaborator
|
its still in draft state @adalessandro ? |
Contributor
Author
Sorry for the long delay, was on holidays and totally missed these messages. Let me do a quick check and will update this PR. |
…#882) This adds a section to the readme, explaining the solution to a build error discussed in OSSystems#845. Adding this in the readme makes it easier to be found. Signed-off-by: Matthias Schoepfer <msc@fp-robotics.com>
The current nodejs version in scarthgap is v20.18.2, but chromium
requires v22.11.0. As scarthgap is LTS release, a major update can't be
merged upstream, thus we add the dependency backport here.
This commit backports nodejs v22.11.0 from meta-openembedded master
branch commit:
commit 6652b031d7d4d9cabf16d481f3b82115f7d8e15a
Author: J. S. <schonm@gmail.com>
Date: Fri Nov 1 13:18:40 2024 -0400
nodejs: upgrade 20.18.0 -> 22.11.0
This moves us from the previous Long Term Support version codenamed 'Iron' to the newly
released Long Term Support version 22.11.0 Codename 'Jod'
Changelog: https://github.com/nodejs/node/blob/main/doc/changelogs/CHANGELOG_V22.md#22.11.0
License-Update:
Add amaro dependency under MIT License.
Add swc dependency under Aapche License Version 2.0.
Add simdjson dependency under Apache License Version 2.0.
Add on-exit-leak-free under MIT License.
Remove ESLint.
Remove base64 dependency.
Removed patchs:
182d9c05e78.patch - This was a backport to 20.x it is now integrated in 22.x
Added patches:
Two small patches here to use Bourne Shell instad of BASH.
0001-custom-env.patch
0001-positional-args.patch
This patch from nodejs/node@686da19abb that addressed CVE-2024-22017
0001-deps-disable-io_uring-support-in-libuv.patch
Other patches were refreshed.
Signed-off-by: Jason Schonberg <schonm@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Ariel D'Alessandro <ariel.dalessandro@collabora.com>
0d82376 to
09fa415
Compare
Release notes:
https://chromereleases.googleblog.com/2025/05/stable-channel-update-for-desktop_14.html
Build and patch changes:
------------------------
Added patches:
* 0014-Revert-Remove-libavif-based-AVIF-decoder.patch
* 0015-Revert-Remove-third_party-libavif.patch
Updated patches:
* 0016-Disable-crabbyavif-to-fix-build-errors.patch
* Rebased remaining patches.
Removed patches:
* 0015-Revert-Connect-the-Rust-log-crate-to-the-base-loggin.patch
License changes:
----------------
Added licenses:
* TBD
Removed licenses:
* TBD
Updated licenses:
* TBD
Test-built:
-----------
* chromium-ozone-wayland
* master, clang, MACHINE=qemux86-64, qemuarm, qemuarm64
* chromium-x11
* master, clang, MACHINE=qemux86-64, qemuarm, qemuarm64
Signed-off-by: Ariel D'Alessandro <ariel.dalessandro@collabora.com>
Add configuration options to enable hardware video decoding using stateless V4L2 M2M device. This allows offloading e.g. h264 video playback to Hantro VPU on i.MX8MP where this was tested. To make that work, enable 'use-v4l2' and 'proprietary-codecs' PACKAGECONFIG. This commit was implemented with much great help from Jianfeng Liu . Signed-off-by: Marek Vasut <marex@denx.de>
09fa415 to
781a8de
Compare
Chromium 136.0.7103.113 now expects adler2 by default. Rework patch to apply cleanly on the recent update. Signed-off-by: Ariel D'Alessandro <ariel.dalessandro@collabora.com>
ad322ce to
361a3a3
Compare
Contributor
Author
|
Well - looks like due to the recent Rust version update in meta-lts-mixins, now another error got triggered: |
Contributor
Author
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.
Issue: #901
Follow up of: #902
The current nodejs version in scarthgap is v20.18.2, but chromium
requires v22.11.0. As scarthgap is LTS release, a major update can't be
merged upstream, thus this PR adds the dependency backport to
meta-browser.