summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrei Gherzan <andrei@gherzan.ro>2013-11-13 13:59:04 +0000
committerGherzan Code Review <gerrit2@gherzan.ro>2013-11-13 13:59:04 +0000
commit1929844aab4f38e86c38a0bade13ea713e4a7e46 (patch)
treec28706d38ddc07232082fa59db21b5bbc3eb8aab
parent184fa20444607c0422e0e36550a03c69f7de2493 (diff)
parentb7511f7fda450e2b0b49dee1659805f8602404fb (diff)
downloadmeta-raspberrypi-1929844aab4f38e86c38a0bade13ea713e4a7e46.tar.gz
Merge "README: Add info"
-rw-r--r--README66
1 files changed, 54 insertions, 12 deletions
diff --git a/README b/README
index 6f947c7..6102279 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
@@ -165,27 +170,64 @@ adding to you local.conf:
165LICENSE_FLAGS_WHITELIST = "commercial" 170LICENSE_FLAGS_WHITELIST = "commercial"
166 171
167 172
1684. Contributing 1734. Source code and mirrors
174==========================
175
176Main repo:
177 git://git.yoctoproject.org/meta-raspberrypi
178 http://git.yoctoproject.org/git/meta-raspberrypi
179
180Github mirror:
181 https://github.com/djwillis/meta-raspberrypi
182
183Gerrit review repo:
184 https://review.gherzan.ro:8443/meta-raspberrypi
185
186
1875. Contributing
169=============== 188===============
170 189
1905.A. Mailing list
191=================
171To contribute to this layer you should send the patches for review to the 192To contribute to this layer you should send the patches for review to the
172mailing list. 193mailing list.
173 194
174Mailing list: 195Mailing list:
175
176 https://lists.yoctoproject.org/listinfo/yocto 196 https://lists.yoctoproject.org/listinfo/yocto
177 197
178Source code: 198To send changes to mailing list use something like:
199 git send-email --to yocto@yoctoproject.org \
200 --subject-prefix='meta-raspberrypi][PATCH'
179 201
180 git://git.yoctoproject.org/meta-raspberrypi 202OPTIONALLY push changes to gerrit (help maintainers merge and review patches
181 http://git.yoctoproject.org/git/meta-raspberrypi 203easier in this way).
182 https://github.com/djwillis/meta-raspberrypi 204 git push ssh://<username>@review.gherzan.ro:29418/meta-raspberrypi
205 <local-branch>:refs/for/master
206 See 5.B. Gerrit Review Server.
183 207
184When sending patches, please use something like: 2085.B. Gerrit Review Server
209=========================
210We have a gerrit server configured at review.gherzan.ro. Changes made in gerrit
211are merged in git.yoctoproject.org/meta-raspberrypi.
185 212
186git send-email --to yocto@yoctoproject.org \ 213You can setup a gerrit account in less than 2 minutes:
187--subject-prefix='meta-raspberrypi][PATCH' 214A) Login / Register on https://review.gherzan.ro:8443.
215B) Add your PUBLIC key in Settings/SSH Public Keys.
216C) Add remote in your local repo:
217 git remote add gherzan ssh://<username>@review.gherzan.ro:29418/meta-raspberrypi
218D) Push changes to gerrit using:
219 git push gherzan <local-branch>:refs/for/master
188 220
221Please check your spam folder for gerrit messages. Sometimes they end up there.
222
2235.C. Trello Board
224=================
225A public Trello board is set to manage tasks and bugs. Join us there:
226 https://trello.com/b/QsYeVjVe/meta-raspberrypi
227
228
2296. Maintainers
230==============
189 231
190Layer maintainers: John Willis <John.Willis at distant-earth.com> 232 John Willis <John.Willis at distant-earth.com>
191 Andrei Gherzan <andrei at gherzan.ro> 233 Andrei Gherzan <andrei at gherzan.ro>