meta-browser icon indicating copy to clipboard operation
meta-browser copied to clipboard

OpenEmbedded/Yocto BSP layer for Web Browsers

Results 109 meta-browser issues
Sort by recently updated
recently updated
newest added

Original: https://lists.openembedded.org/g/openembedded-devel/message/109009 --- Hi, since commit 0438fba4e773824fd2b41ded2728076deeeedeb1 ("chromium: Enable Rust") in meta-browser, I get this error on several different chromium-x11 builds (i.e. Fedora 33 and Fedora 39 hosts, mickledore and...

Hi, I ran into a problem building the mentioned version of chromium. I looks like the same item as #811 but in this case for the wayland browser. ```bitbake FAILED:...

Hi all, sorry to bother you all, I am building raspberry pi5 image with meta-raspberrypi commit 1879cb831f4ea3e532cb5ce9fa0f32be917e8fa3 (HEAD -> master, origin/master, origin/HEAD) Author: Max Stepanov Date: Thu Mar 21 13:50:55...

Fixes #811. Build and patch changes: ------------------------ Add one backported patch to fix a build race condition that would sometimes lead to build errors. License changes: ---------------- Added licenses: none....

Fixes #792. Build and patch changes: ------------------------ In #782, we decided to depend on rust instead of libstd-rs, because the latter didn't include libprofiler_builtins and also used a naming scheme...

I've asked on the Chromium Slack if there's any MSRV (minimum supported Rust version) policy for Chromium, and this was the response from danakj@: > we don't [have a MSRV...

Fixes #796. Note that this PR drops support for Nanbield (which is scheduled to reach its EOL this month anyway), see the discussion at #796 for why. Release notes: https://chromereleases.googleblog.com/2024/03/stable-channel-update-for-desktop_19.html...

I'm currently building a project that requires azure-iotedge which depends on meta-rust and chromium. The project is based on kirkstone thus it needs meta-lts-mixins to provide rust according to the...

Release notes: * https://chromereleases.googleblog.com/2024/03/stable-channel-update-for-desktop_19.html

Building chromium-ozone-wayland on i.MX8QM for wayland only, no x11 libs. Have the following patch to disable dri: ``` diff --git a/content/gpu/BUILD.gn b/content/gpu/BUILD.gn index 1a6063b03..c766f5ee3 100644 --- a/content/gpu/BUILD.gn +++ b/content/gpu/BUILD.gn @@...