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