mirror of
git://git.yoctoproject.org/meta-raspberrypi.git
synced 2025-07-19 21:09:03 +02:00
README: Add info
* Add some other minor formatting changes. * Add info about Trello board. * Add info about Gerrit server. * Split source code info in a separate section. Change-Id: Ib8fe5e11c1d95d14ff825a26d356b5ae432f2f93 Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
This commit is contained in:
parent
c52d4b3da1
commit
b7511f7fda
66
README
66
README
|
@ -36,7 +36,12 @@ Contents:
|
||||||
2.E. Set overclocking options
|
2.E. Set overclocking options
|
||||||
3. Extra apps
|
3. Extra apps
|
||||||
3.A. omxplayer
|
3.A. omxplayer
|
||||||
4. Contribution
|
4. Source code and mirrors
|
||||||
|
5. Contribution
|
||||||
|
5.A. Mailing List
|
||||||
|
5.B. Gerrit Review Server
|
||||||
|
5.C. Trello Board
|
||||||
|
6. Maintainers
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -163,27 +168,64 @@ adding to you local.conf:
|
||||||
LICENSE_FLAGS_WHITELIST = "commercial"
|
LICENSE_FLAGS_WHITELIST = "commercial"
|
||||||
|
|
||||||
|
|
||||||
4. Contributing
|
4. Source code and mirrors
|
||||||
|
==========================
|
||||||
|
|
||||||
|
Main repo:
|
||||||
|
git://git.yoctoproject.org/meta-raspberrypi
|
||||||
|
http://git.yoctoproject.org/git/meta-raspberrypi
|
||||||
|
|
||||||
|
Github mirror:
|
||||||
|
https://github.com/djwillis/meta-raspberrypi
|
||||||
|
|
||||||
|
Gerrit review repo:
|
||||||
|
https://review.gherzan.ro:8443/meta-raspberrypi
|
||||||
|
|
||||||
|
|
||||||
|
5. Contributing
|
||||||
===============
|
===============
|
||||||
|
|
||||||
|
5.A. Mailing list
|
||||||
|
=================
|
||||||
To contribute to this layer you should send the patches for review to the
|
To contribute to this layer you should send the patches for review to the
|
||||||
mailing list.
|
mailing list.
|
||||||
|
|
||||||
Mailing list:
|
Mailing list:
|
||||||
|
|
||||||
https://lists.yoctoproject.org/listinfo/yocto
|
https://lists.yoctoproject.org/listinfo/yocto
|
||||||
|
|
||||||
Source code:
|
To send changes to mailing list use something like:
|
||||||
|
git send-email --to yocto@yoctoproject.org \
|
||||||
|
--subject-prefix='meta-raspberrypi][PATCH'
|
||||||
|
|
||||||
git://git.yoctoproject.org/meta-raspberrypi
|
OPTIONALLY push changes to gerrit (help maintainers merge and review patches
|
||||||
http://git.yoctoproject.org/git/meta-raspberrypi
|
easier in this way).
|
||||||
https://github.com/djwillis/meta-raspberrypi
|
git push ssh://<username>@review.gherzan.ro:29418/meta-raspberrypi
|
||||||
|
<local-branch>:refs/for/master
|
||||||
|
See 5.B. Gerrit Review Server.
|
||||||
|
|
||||||
When sending patches, please use something like:
|
5.B. Gerrit Review Server
|
||||||
|
=========================
|
||||||
|
We have a gerrit server configured at review.gherzan.ro. Changes made in gerrit
|
||||||
|
are merged in git.yoctoproject.org/meta-raspberrypi.
|
||||||
|
|
||||||
git send-email --to yocto@yoctoproject.org \
|
You can setup a gerrit account in less than 2 minutes:
|
||||||
--subject-prefix='meta-raspberrypi][PATCH'
|
A) Login / Register on https://review.gherzan.ro:8443.
|
||||||
|
B) Add your PUBLIC key in Settings/SSH Public Keys.
|
||||||
|
C) Add remote in your local repo:
|
||||||
|
git remote add gherzan ssh://<username>@review.gherzan.ro:29418/meta-raspberrypi
|
||||||
|
D) Push changes to gerrit using:
|
||||||
|
git push gherzan <local-branch>:refs/for/master
|
||||||
|
|
||||||
|
Please check your spam folder for gerrit messages. Sometimes they end up there.
|
||||||
|
|
||||||
|
5.C. Trello Board
|
||||||
|
=================
|
||||||
|
A public Trello board is set to manage tasks and bugs. Join us there:
|
||||||
|
https://trello.com/b/QsYeVjVe/meta-raspberrypi
|
||||||
|
|
||||||
|
|
||||||
Layer maintainers: John Willis <John.Willis at distant-earth.com>
|
6. Maintainers
|
||||||
Andrei Gherzan <andrei at gherzan.ro>
|
==============
|
||||||
|
|
||||||
|
John Willis <John.Willis at distant-earth.com>
|
||||||
|
Andrei Gherzan <andrei at gherzan.ro>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user