This repository has been archived by the owner on Apr 7, 2020. It is now read-only.
forked from OSSystems/meta-browser
-
Notifications
You must be signed in to change notification settings - Fork 10
/
README
53 lines (39 loc) · 1.59 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
41
42
43
44
45
46
47
48
49
50
51
52
53
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
URI: git://github.com/kraj/meta-clang
branch: master
revision: HEAD
For Firefox, meta-rust is also necessary:
URI: git://github.com/meta-rust/meta-rust
branch: master
revision: HEAD
Contributing
------------
The preferred way to contribute to this layer is to send GitHub pull requests or
report problems in GitHub's issue tracker.
Alternatively there is the classic way of review on the OpenEmbedded dev mailing
list [email protected] (you have to be subscribed to
post to the list). Please cc the maintainers if you send your patches.
Maintainers: Fabio Berton <[email protected]>
Raphael Kubo da Costa <[email protected]>
Khem Raj <[email protected]>
Otavio Salvador <[email protected]>
Maksim Sisov <[email protected]>
Takuro Ashie <[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.
dynamic-layers/rust-layer/recipes-browser/firefox:
Firefox browser. See its own README for more information.