summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrei Gherzan <andrei@gherzan.ro>2015-02-03 17:29:13 +0200
committerAndrei Gherzan <andrei@gherzan.ro>2015-02-03 17:39:27 +0200
commit9ac77c112e16e522424b623107e3e9b473048345 (patch)
tree4d12b8c1a84e327621c1a348530287c0940516fc
parentb6d899e4d2005a7beab2eab737539a65090f3793 (diff)
downloadmeta-raspberrypi-9ac77c112e16e522424b623107e3e9b473048345.tar.gz
README: Introduce redmine
Replace the ASCI graphics by some useful quick links. Some minor other changes. Change-Id: I7e1f118f22c60a5218751323c6cbebdc86e8e119 Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
-rw-r--r--README70
1 files changed, 30 insertions, 40 deletions
diff --git a/README b/README
index ee7c7be..846f3b3 100644
--- a/README
+++ b/README
@@ -1,34 +1,19 @@
1 .8MMMMMMMM MMMMMMMM8. 1Quick links
2 MMM77$$$$$$7MM MM$$$$$$$$$MMM 2===========
3 MM$$$$$$$$$$$$M M$$$$$$$$$$$$MM 3Git repository web frontend:
4 MO7$$$$$8$$$$$MMM$$$$$N7$$$$7DM 4 http://git.yoctoproject.org/cgit/cgit.cgi/meta-raspberrypi/
5 M7$$$$$$$M7$$MMM$$7M$$$$$$$7M. 5Mailing list (yocto mailing list):
6 M7$$$$$$$$MMMMMMM$$$$$$$$7M. 6 yocto@yoctoproject.org
7 MM$$$$$$7MMMMMMM$$$$$$$MM 7Issues management (redmine):
8 .MM$7MMMMMMMMMMMMM7$MM. 8 http://redmine.gherzan.ro/projects/meta-raspberrypi
9 .MM8ZZZMMZZZZZZZMZZZ$MM. 9Change review (gerrit):
10 .MOZZZZMMZZZZZZZZZM8ZZZZMM 10 https://review.gherzan.ro:8443/#/q/project:meta-raspberrypi
11 MZZMMMZZZZ8MMMMM$ZZZ$MMZZMM
12 .MMMMMZZZZZZZZMMMZZZZZZZMMMMM:
13 M8ZZMMZZZZZZZZNMZZZZZZZZZMMZZMM
14 MZZZZMZZZZZZZZZMMMZZZZZZZZ8MZZZMM
15 .MZZZZMZZZZZZZZZMMMZZZZZZZZMMZZZ8M
16 .MZZZMMMZZZZZZZMMMMM$ZZZZZ$MMZZZMM
17 MMZZMMMMMM8MMNZZZZZ8MMMMMMMMMZZM
18 MMMMZMMMMMMZZZZZZZZZMMMM$ZZZMM.
19 MMZZZZZMMMZZZZZZZZZMMMZZZZZMM
20 MZZZZZZZMNZZZZZZZMMZZZZZZZM.
21 MMMMMZZZZZZZZZMMMM.
22 .MMDZZZZZZZMMD
23 .MMMMMMMM,
24 ....
25
26 11
27 12
28Contents: 13Contents:
29========= 14=========
301. Description 151. Description
312. Yocto BSP Layer - RaspberryPi 162. Yocto BSP Layer - Raspberry Pi
32 2.A. Compressed deployed files 17 2.A. Compressed deployed files
33 2.B. GPU memory 18 2.B. GPU memory
34 2.C. Add purchased license codecs 19 2.C. Add purchased license codecs
@@ -45,7 +30,7 @@ Contents:
455. Contribution 305. Contribution
46 5.A. Mailing List 31 5.A. Mailing List
47 5.B. Gerrit Review Server 32 5.B. Gerrit Review Server
48 5.C. Trello Board 33 5.C. Redmine
496. Maintainers 346. Maintainers
50 35
51 36
@@ -90,11 +75,11 @@ How to use it:
902.A. Optional - compressed deployed files: 752.A. Optional - compressed deployed files:
91========================================== 76==========================================
921. Overwrite IMAGE_FSTYPES in local.conf 771. Overwrite IMAGE_FSTYPES in local.conf
93 IMAGE_FSTYPES = "tar.bz2 ext3.xz" 78 IMAGE_FSTYPES = "tar.bz2 ext3.xz"
942. Overwrite SDIMG_ROOTFS_TYPE in local.conf 792. Overwrite SDIMG_ROOTFS_TYPE in local.conf
95 SDIMG_ROOTFS_TYPE = "ext3.xz" 80 SDIMG_ROOTFS_TYPE = "ext3.xz"
963. Overwrite SDIMG_COMPRESSION in local.conf 813. Overwrite SDIMG_COMPRESSION in local.conf
97 SDIMG_COMPRESSION = "xz" 82 SDIMG_COMPRESSION = "xz"
98*Accommodate the values above to your own needs (ex: ext3 / ext4). 83*Accommodate the values above to your own needs (ex: ext3 / ext4).
99 84
1002.B. Optional - GPU memory: 852.B. Optional - GPU memory:
@@ -216,15 +201,19 @@ Gerrit review repo:
216 201
2175.A. Mailing list 2025.A. Mailing list
218================= 203=================
219To contribute to this layer you should send the patches for review to the 204The main communication tool we use is a mailing list:
220mailing list. 205 yocto@yoctoproject.org
206 https://lists.yoctoproject.org/listinfo/yocto
221 207
208Feel free to ask any kind of questions but always prepend your email subject
209with "[meta-raspberrypi]". This is because we use the 'yocto' mailing list and
210not a perticular 'meta-raspberrypi' mailing list.
211
212To contribute to this layer you should send the patches for review to the
213above specified mailing list.
222The patches should be compliant with the openembedded patch guidelines: 214The patches should be compliant with the openembedded patch guidelines:
223http://www.openembedded.org/wiki/Commit_Patch_Message_Guidelines 215http://www.openembedded.org/wiki/Commit_Patch_Message_Guidelines
224 216
225Mailing list:
226 https://lists.yoctoproject.org/listinfo/yocto
227
228To send changes to mailing list use something like: 217To send changes to mailing list use something like:
229 git send-email --to yocto@yoctoproject.org \ 218 git send-email --to yocto@yoctoproject.org \
230 --subject-prefix='meta-raspberrypi][PATCH' 219 --subject-prefix='meta-raspberrypi][PATCH'
@@ -250,14 +239,15 @@ D) Push changes to gerrit using:
250 239
251Please check your spam folder for gerrit messages. Sometimes they end up there. 240Please check your spam folder for gerrit messages. Sometimes they end up there.
252 241
2535.C. Trello Board 2425.C. Redmine
254================= 243============
255A public Trello board is set to manage tasks and bugs. Join us there: 244In order to manage and trace the meta-raspberrypi issues, we use redmine:
256 https://trello.com/b/QsYeVjVe/meta-raspberrypi 245 http://redmine.gherzan.ro/projects/meta-raspberrypi
257 246
247Here we report, trace and develop bugs, features or support tickets for this
248yocto BSP later.
258 249
2596. Maintainers 2506. Maintainers
260============== 251==============
261 252
262 John Willis <John.Willis at distant-earth.com>
263 Andrei Gherzan <andrei at gherzan.ro> 253 Andrei Gherzan <andrei at gherzan.ro>