forked from OSSystems/meta-browser
-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
40 lines (29 loc) · 1.08 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
OpenEmbedded/Yocto BSP layer for Web Browsers
=============================================
This layer provides web browser recipes for use with OpenEmbedded
and/or Yocto.
This layer depends on:
URI: git://git.openembedded.org/openembedded-core
branch: master
revision: HEAD
URI: git://git.openembedded.org/meta-openembedded
branch: master
revision: HEAD
For Firefox, meta-rust is necessary:
URI: git://github.com/meta-rust/meta-rust
branch: master
revision: HEAD
Contributing
------------
To contribute to this layer you should the patches for review to the
OpenEmbedded dev mailing list [email protected]
and please cc the maintainers.
Maintainers: Eric Bénard <[email protected]>
Denis Carikli <[email protected]>
Otavio Salvador <[email protected]>
When sending single patches, please use something like :
git send-email -1 -s --to [email protected] --subject-prefix='meta-browser][PATCH'
Recipes
-------
recipes-browser/chromium: Chromium browser. See its own README for more
information.