Skip to content

chromium: Upgrade to 150.0.7871.128 (wrynose)#1015

Open
zboszor wants to merge 2 commits into
OSSystems:wrynosefrom
zboszor:wrynose
Open

chromium: Upgrade to 150.0.7871.128 (wrynose)#1015
zboszor wants to merge 2 commits into
OSSystems:wrynosefrom
zboszor:wrynose

Conversation

@zboszor

@zboszor zboszor commented Jul 19, 2026

Copy link
Copy Markdown
Contributor
Release notes:
https://chromereleases.googleblog.com/2026/07/stable-channel-update-for-desktop_049796704.html

Build and patch changes:
------------------------

Added patches:

None

Removed patches:

None

Modified patches:

None

License changes:
----------------

None

Test dependencies:
------------------

* URI: git://git.openembedded.org/openembedded-core
  - branch: wrynose
  - revision: c2746a4a165fd99c2d1aafed17533555787f37ce

* URI: git://git.openembedded.org/meta-openembedded
  - layers: meta-oe
  - branch: wrynose
  - revision: d97b5602d7f64422c94b7311466cda7f6b1962d5

* URI: git://git.yoctoproject.org/meta-intel
  - branch: master
  - revision: 0edb84a9e6a6f14b7647ab2b8c7a690741c67984

* URI: https://github.com/agherzan/meta-raspberrypi
  - branch: wrynose
  - revision: f62c67921474370829d24a4fa01ef88543f3906b

@MaxIhlenfeldt My wrynose builds have finished.

Release notes:
https://chromereleases.googleblog.com/2026/07/stable-channel-update-for-desktop_049796704.html

Build and patch changes:
------------------------

Added patches:

None

Removed patches:

None

Modified patches:

None

License changes:
----------------

None

Test dependencies:
------------------

* URI: git://git.openembedded.org/openembedded-core
  - branch: wrynose
  - revision: c2746a4a165fd99c2d1aafed17533555787f37ce

* URI: git://git.openembedded.org/meta-openembedded
  - layers: meta-oe
  - branch: wrynose
  - revision: d97b5602d7f64422c94b7311466cda7f6b1962d5

* URI: git://git.yoctoproject.org/meta-intel
  - branch: master
  - revision: 0edb84a9e6a6f14b7647ab2b8c7a690741c67984

* URI: https://github.com/agherzan/meta-raspberrypi
  - branch: wrynose
  - revision: f62c67921474370829d24a4fa01ef88543f3906b

Signed-off-by: Zoltán Böszörményi <zboszor@gmail.com>
@thorstenl312

thorstenl312 commented Jul 20, 2026

Copy link
Copy Markdown
Contributor

Hello,

I have tried building this version of chromium and ran into this error:
../../media/gpu/sandbox/hardware_video_decoding_sandbox_hook_linux.cc:150:9: error: use of undeclared identifier 'ERROR' 150 | LOG(ERROR) << "dlopen(radeonsi_dri.so) failed with error: " << dlerror(); | ^~~~~ 1 error generated.

Here is a patch to fix the error:
0014-add-missing-logging-header.patch

Looks like this also fixes #1003

Let me know if this is valid on your end.

@zboszor

zboszor commented Jul 21, 2026

Copy link
Copy Markdown
Contributor Author

Hello,

I have tried building this version of chromium and ran into this error: ../../media/gpu/sandbox/hardware_video_decoding_sandbox_hook_linux.cc:150:9: error: use of undeclared identifier 'ERROR' 150 | LOG(ERROR) << "dlopen(radeonsi_dri.so) failed with error: " << dlerror(); | ^~~~~ 1 error generated.

Here is a patch to fix the error: 0014-add-missing-logging-header.patch

Looks like this also fixes #1003

Let me know if this is valid on your end.

Thanks, I will add this patch. My build indeed has the same change in a bbappend as in #1003 :

PACKAGECONFIG:append = " use-vaapi"
PACKAGECONFIG:remove = " use-v4l2"

Release notes:

150.0.7871.181:
https://chromereleases.googleblog.com/2026/07/stable-channel-update-for-desktop_0256605430.html

150.0.7871.186:
https://chromereleases.googleblog.com/2026/07/stable-channel-update-for-desktop_01320465736.html

Build and patch changes:
------------------------

Added patches:

* 0014-add-missing-logging-header.patch
  It fixes the build for use-v4l2
  See OSSystems#1003
  Patch taken as is from OSSystems#1015 (comment)

Removed patches:

None

Modified patches:

None

Test dependencies:
------------------

* URI: git://git.openembedded.org/openembedded-core
  - branch: wrynose
  - revision: b5a6cada82d7ffb362bda9081c354dcc0b6ee264

* URI: git://git.openembedded.org/meta-openembedded
  - layers: meta-oe
  - branch: wrynose
  - revision: d97b5602d7f64422c94b7311466cda7f6b1962d5

* URI: git://git.yoctoproject.org/meta-intel
  - branch: wrynose
  - revision: 79a9681ce83f6bf36aede3aeb8c1707d29bca329

* URI: https://github.com/agherzan/meta-raspberrypi
  - branch: wrynose
  - revision: f62c67921474370829d24a4fa01ef88543f3906b

Signed-off-by: Zoltán Böszörményi <zboszor@gmail.com>
@zboszor

zboszor commented Jul 27, 2026

Copy link
Copy Markdown
Contributor Author

@thorstenl312 @MaxIhlenfeldt With the above attached patch added, the build succeeded for the default configuration, i.e. PACKAGECONFIG = " ... use-v4l2 ...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants