diff options
author | Andrei Gherzan <andrei@gherzan.ro> | 2013-11-13 13:59:04 +0000 |
---|---|---|
committer | Gherzan Code Review <gerrit2@gherzan.ro> | 2013-11-13 13:59:04 +0000 |
commit | 1929844aab4f38e86c38a0bade13ea713e4a7e46 (patch) | |
tree | c28706d38ddc07232082fa59db21b5bbc3eb8aab | |
parent | 184fa20444607c0422e0e36550a03c69f7de2493 (diff) | |
parent | b7511f7fda450e2b0b49dee1659805f8602404fb (diff) | |
download | meta-raspberrypi-1929844aab4f38e86c38a0bade13ea713e4a7e46.tar.gz |
Merge "README: Add info"
-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 | ||
@@ -165,27 +170,64 @@ adding to you local.conf: | |||
165 | LICENSE_FLAGS_WHITELIST = "commercial" | 170 | LICENSE_FLAGS_WHITELIST = "commercial" |
166 | 171 | ||
167 | 172 | ||
168 | 4. Contributing | 173 | 4. Source code and mirrors |
174 | ========================== | ||
175 | |||
176 | Main repo: | ||
177 | git://git.yoctoproject.org/meta-raspberrypi | ||
178 | http://git.yoctoproject.org/git/meta-raspberrypi | ||
179 | |||
180 | Github mirror: | ||
181 | https://github.com/djwillis/meta-raspberrypi | ||
182 | |||
183 | Gerrit review repo: | ||
184 | https://review.gherzan.ro:8443/meta-raspberrypi | ||
185 | |||
186 | |||
187 | 5. Contributing | ||
169 | =============== | 188 | =============== |
170 | 189 | ||
190 | 5.A. Mailing list | ||
191 | ================= | ||
171 | To contribute to this layer you should send the patches for review to the | 192 | To contribute to this layer you should send the patches for review to the |
172 | mailing list. | 193 | mailing list. |
173 | 194 | ||
174 | Mailing list: | 195 | Mailing list: |
175 | |||
176 | https://lists.yoctoproject.org/listinfo/yocto | 196 | https://lists.yoctoproject.org/listinfo/yocto |
177 | 197 | ||
178 | Source code: | 198 | To 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 | 202 | OPTIONALLY push changes to gerrit (help maintainers merge and review patches |
181 | http://git.yoctoproject.org/git/meta-raspberrypi | 203 | easier 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 | ||
184 | When sending patches, please use something like: | 208 | 5.B. Gerrit Review Server |
209 | ========================= | ||
210 | We have a gerrit server configured at review.gherzan.ro. Changes made in gerrit | ||
211 | are merged in git.yoctoproject.org/meta-raspberrypi. | ||
185 | 212 | ||
186 | git send-email --to yocto@yoctoproject.org \ | 213 | You can setup a gerrit account in less than 2 minutes: |
187 | --subject-prefix='meta-raspberrypi][PATCH' | 214 | A) Login / Register on https://review.gherzan.ro:8443. |
215 | B) Add your PUBLIC key in Settings/SSH Public Keys. | ||
216 | C) Add remote in your local repo: | ||
217 | git remote add gherzan ssh://<username>@review.gherzan.ro:29418/meta-raspberrypi | ||
218 | D) Push changes to gerrit using: | ||
219 | git push gherzan <local-branch>:refs/for/master | ||
188 | 220 | ||
221 | Please check your spam folder for gerrit messages. Sometimes they end up there. | ||
222 | |||
223 | 5.C. Trello Board | ||
224 | ================= | ||
225 | A public Trello board is set to manage tasks and bugs. Join us there: | ||
226 | https://trello.com/b/QsYeVjVe/meta-raspberrypi | ||
227 | |||
228 | |||
229 | 6. Maintainers | ||
230 | ============== | ||
189 | 231 | ||
190 | Layer 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> |