summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrei Gherzan <andrei@gherzan.ro>2013-11-12 00:48:50 +0200
committerAndrei Gherzan <andrei@gherzan.ro>2013-11-13 15:57:14 +0200
commitb7511f7fda450e2b0b49dee1659805f8602404fb (patch)
tree44f395e7667762f83e10b35d31b5259ae6611ac2
parentc52d4b3da1e755f3fa9bd4cf2d1629a8015530f9 (diff)
downloadmeta-raspberrypi-b7511f7fda450e2b0b49dee1659805f8602404fb.tar.gz
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>
-rw-r--r--README66
1 files changed, 54 insertions, 12 deletions
diff --git a/README b/README
index db88066..fe77b7d 100644
--- a/README
+++ b/README
@@ -36,7 +36,12 @@ Contents:
36 2.E. Set overclocking options 36 2.E. Set overclocking options
373. Extra apps 373. Extra apps
38 3.A. omxplayer 38 3.A. omxplayer
394. Contribution 394. Source code and mirrors
405. Contribution
41 5.A. Mailing List
42 5.B. Gerrit Review Server
43 5.C. Trello Board
446. Maintainers
40 45
41 46
42 47
@@ -163,27 +168,64 @@ adding to you local.conf:
163LICENSE_FLAGS_WHITELIST = "commercial" 168LICENSE_FLAGS_WHITELIST = "commercial"
164 169
165 170
1664. Contributing 1714. Source code and mirrors
172==========================
173
174Main repo:
175 git://git.yoctoproject.org/meta-raspberrypi
176 http://git.yoctoproject.org/git/meta-raspberrypi
177
178Github mirror:
179 https://github.com/djwillis/meta-raspberrypi
180
181Gerrit review repo:
182 https://review.gherzan.ro:8443/meta-raspberrypi
183
184
1855. Contributing
167=============== 186===============
168 187
1885.A. Mailing list
189=================
169To contribute to this layer you should send the patches for review to the 190To contribute to this layer you should send the patches for review to the
170mailing list. 191mailing list.
171 192
172Mailing list: 193Mailing list:
173
174 https://lists.yoctoproject.org/listinfo/yocto 194 https://lists.yoctoproject.org/listinfo/yocto
175 195
176Source code: 196To send changes to mailing list use something like:
197 git send-email --to yocto@yoctoproject.org \
198 --subject-prefix='meta-raspberrypi][PATCH'
177 199
178 git://git.yoctoproject.org/meta-raspberrypi 200OPTIONALLY push changes to gerrit (help maintainers merge and review patches
179 http://git.yoctoproject.org/git/meta-raspberrypi 201easier in this way).
180 https://github.com/djwillis/meta-raspberrypi 202 git push ssh://<username>@review.gherzan.ro:29418/meta-raspberrypi
203 <local-branch>:refs/for/master
204 See 5.B. Gerrit Review Server.
181 205
182When sending patches, please use something like: 2065.B. Gerrit Review Server
207=========================
208We have a gerrit server configured at review.gherzan.ro. Changes made in gerrit
209are merged in git.yoctoproject.org/meta-raspberrypi.
183 210
184git send-email --to yocto@yoctoproject.org \ 211You can setup a gerrit account in less than 2 minutes:
185--subject-prefix='meta-raspberrypi][PATCH' 212A) Login / Register on https://review.gherzan.ro:8443.
213B) Add your PUBLIC key in Settings/SSH Public Keys.
214C) Add remote in your local repo:
215 git remote add gherzan ssh://<username>@review.gherzan.ro:29418/meta-raspberrypi
216D) Push changes to gerrit using:
217 git push gherzan <local-branch>:refs/for/master
186 218
219Please check your spam folder for gerrit messages. Sometimes they end up there.
220
2215.C. Trello Board
222=================
223A public Trello board is set to manage tasks and bugs. Join us there:
224 https://trello.com/b/QsYeVjVe/meta-raspberrypi
225
226
2276. Maintainers
228==============
187 229
188Layer maintainers: John Willis <John.Willis at distant-earth.com> 230 John Willis <John.Willis at distant-earth.com>
189 Andrei Gherzan <andrei at gherzan.ro> 231 Andrei Gherzan <andrei at gherzan.ro>