Skip to content

Commit 9269270

Browse files
author
Raphael Kubo da Costa
authored
meta-browser: Update some README.md information (#797)
- Remove dunfell-specific notes now that dunfell is unsupported. - Link to chromiumdash.appspot.com, as OmahaProxy has been retired. Signed-off-by: Raphael Kubo da Costa <[email protected]>
1 parent 7facbf6 commit 9269270

File tree

1 file changed

+1
-17
lines changed

1 file changed

+1
-17
lines changed

meta-chromium/README.md

Lines changed: 1 addition & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ Chromium browser.
4747

4848
This recipe provides a package for the Chromium web browser. It strives to
4949
always follow the latest stable Linux release as listed in
50-
https://omahaproxy.appspot.com
50+
https://chromiumdash.appspot.com/releases?platform=Linux
5151

5252
We refer to the web browser as Chromium, not Chrome, because "Chrome" is
5353
Google's version of the web browser with proprietary content on top of the
@@ -72,22 +72,6 @@ host. clang-native from the meta-clang layer is used to build those binaries.
7272
Additionally, make sure the machine being used to build Chromium is powerful
7373
enough: a x86-64 machine with at least 16GB RAM is recommended.
7474

75-
### dunfell-specific requirements
76-
77-
The dunfell OE/Yocto branch is an LTS release, which is often at odds with
78-
Chromium's release model because it often requires recent versions of certain
79-
recipes to build correctly.
80-
81-
This is particularly a problem for the toolchain (i.e. LLVM) and, at times,
82-
node.js. As such, dunfell users **must** ensure the following:
83-
* Chromium needs clang >= 12 and for that, meta-clang's **dunfell-clang12**
84-
branch needs to be used.
85-
* Since Chromium 112, at least Nodejs 14 is required for parts of the build.
86-
meta-oe needs to be at least a commit
87-
116bfe8d5e5851e7fc5424f40da8691a19c5b5ee ("nodejs: make 14.18.1 available but
88-
not default") and `PREFERRED_VERSION_nodejs-native = "14.%"` needs to be
89-
added to `conf/local.conf`.
90-
9175
## PACKAGECONFIG knobs
9276

9377
* component-build: (off by default)

0 commit comments

Comments
 (0)