Skip to content

Commit 604452b

Browse files
[master] chromium: Drop patch to decrease minimum Rust version (#859)
chromium: Drop patch to decrease minimum Rust version Build and patch changes: ------------------------ Drop a patch to decrease the required version of Rust which was only required on Scarthgap, for which we now have a separate branch. License changes: ---------------- None. Test-built: ----------- * chromium-x11: - master, clang, MACHINE=qemuarm Signed-off-by: Max Ihlenfeldt <[email protected]>
1 parent 4eabfae commit 604452b

File tree

3 files changed

+10
-96
lines changed

3 files changed

+10
-96
lines changed

meta-chromium/README.md

+10
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,16 @@ peculiarities:
6060
- Parts of the V8 (Chromium's JavaScript engine) build need to run binaries
6161
built for the target, for which we use QEMU.
6262

63+
## Supported OE/Yocto releases
64+
65+
We only support the master branch and the current LTS releases of OE/Yocto,
66+
using this repo's master branch for the former and separate branches for the
67+
latter.
68+
69+
Recent non-LTS releases should still work with our master branch, and we'll
70+
create branches capturing the last buildable version once they stop working with
71+
the latest version.
72+
6373
## Build requirements
6474

6575
This recipe requires clang, and GCC is not supported. Upstream Chromium has not

meta-chromium/recipes-browser/chromium/chromium-gn.inc

-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ SRC_URI += "\
2727
file://0010-Don-t-require-profiler_builtins.rlib.patch \
2828
file://0011-Disable-crabbyavif-to-fix-build-errors.patch \
2929
file://0012-Revert-Allow-and-use-std-hardware_destructive_interf.patch \
30-
file://0013-Revert-Tell-rustc-that-we-will-always-be-providing-c.patch \
3130
"
3231
# ARM/AArch64-specific patches.
3332
SRC_URI:append:aarch64 = "${@bb.utils.contains('TUNE_FEATURES', 'crypto', '', ' file://arm/0001-Fix-AES-crypto-SIGILL-on-rpi4-64.patch', d)}"

meta-chromium/recipes-browser/chromium/files/0013-Revert-Tell-rustc-that-we-will-always-be-providing-c.patch

-95
This file was deleted.

0 commit comments

Comments
 (0)