summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README42
1 files changed, 2 insertions, 40 deletions
diff --git a/README b/README
index f97378d..9c987fb 100644
--- a/README
+++ b/README
@@ -25,45 +25,7 @@ revision: HEAD
25For use with a specific Yocto Project release please refer to the corresponding 25For use with a specific Yocto Project release please refer to the corresponding
26git branches. 26git branches.
27 27
28Contributing 28Guides on how to contribute to meta-java are described in CONTRIBUTING.md.
29------------
30
31To contribute to this layer you should submit the patches for review to the
32mailing list (openembedded-devel@lists.openembedded.org).
33
34Please refer to:
35https://wiki.yoctoproject.org/wiki/Contribution_Guidelines#General_Information
36
37for some useful guidelines to be followed when submitting patches.
38
39Mailing list:
40
41 http://lists.openembedded.org/mailman/listinfo/openembedded-devel
42
43Source code:
44
45 git://git.yoctoproject.org/meta-java
46 http://git.yoctoproject.org/git/meta-java
47
48When creating single patches, please use something like:
49
50 git format-patch -M -s --subject-prefix='meta-java][PATCH' -1
51
52When creating a patch series, please add a cover letter describing it shortly.
53Therefore use something like:
54
55 git format-patch -M -s --cover-letter --subject-prefix='meta-java][PATCH' origin
56
57When sending patches, please use something like:
58
59 git send-email --to openembedded-devel@lists.openembedded.org <generated patch(es)>
60
61Main layer maintainers:
62
63 Henning Heinold <henning@itconsulting-heinold.de>
64 Maxin John <maxin.john@intel.com>
65 Otavio Salvador <otavio@ossystems.com.br>
66 Richard Leitner <richard.leitner@skidata.com>
67 29
68Testing 30Testing
69------- 31-------
@@ -105,7 +67,7 @@ Known Limitations/Bugs
105 +--------+-----------------+-----------------+-----------------+ 67 +--------+-----------------+-----------------+-----------------+
106 68
107If you encounter any other problems or bugs please report them to our mailing 69If you encounter any other problems or bugs please report them to our mailing
108list at openembedded-devel@lists.openembedded.org. 70list at yocto-patches@lists.yoctoproject.org.
109 71
110Usage instructions 72Usage instructions
111------------------ 73------------------