README: include info to send patches

Signed-off-by: Leonardo Sandoval <leonardo.sandoval@freescale.com>
This commit is contained in:
Leonardo Sandoval 2013-01-24 09:14:30 -06:00 committed by Otavio Salvador
parent 93ea67bf6c
commit babe34d128

17
README
View File

@ -20,5 +20,18 @@ Contributing
To contribute to this layer you should the patches for review to the To contribute to this layer you should the patches for review to the
mailing list. mailing list.
Mailing list: https://lists.yoctoproject.org/listinfo/meta-freescale Mailing list:
Source code: https://github.com/Freescale/meta-fsl-arm-extra
https://lists.yoctoproject.org/listinfo/meta-freescale
Source code:
https://github.com/Freescale/meta-fsl-arm-extra
When creating a patch of the last commit, use
git format-patch -s --subject-prefix='meta-fsl-arm-extra][PATCH' -1
To send it to the community, use
git send-email --to meta-freescale@yoctoproject.org <generated patch>