|
@@ -25,7 +25,9 @@ Currently, we only accept patches from the meta-arm mailing list. For general
|
|
|
information on how to submit a patch, please read
|
|
|
https://www.openembedded.org/wiki/How_to_submit_a_patch_to_OpenEmbedded
|
|
|
|
|
|
-E-mail meta-arm@lists.yoctoproject.org with patches created using this process.
|
|
|
+E-mail meta-arm@lists.yoctoproject.org with patches created using this process. You can configure git-send-email to automatically use this address for the meta-arm repository with the following git command:
|
|
|
+
|
|
|
+$ git config --local --add sendemail.to meta-arm@lists.yoctoproject.org
|
|
|
|
|
|
Commits and patches added should follow the OpenEmbedded patch guidelines:
|
|
|
|
|
@@ -40,8 +42,7 @@ The component being changed in the shortlog should be prefixed with the layer na
|
|
|
Reporting bugs
|
|
|
--------------
|
|
|
E-mail meta-arm@lists.yoctoproject.org with the error encountered and the steps
|
|
|
-to reproduce the issue
|
|
|
-
|
|
|
+to reproduce the issue.
|
|
|
|
|
|
Maintainer(s)
|
|
|
-------------
|