Signed-off-by: Leonardo Sandoval <[email protected]> --- README | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+)
diff --git a/README b/README index 6ee1499..2d83605 100644 --- a/README +++ b/README @@ -25,3 +25,25 @@ $: bitbake core-image-minimal You can use any directory to host your build. The source code will be checked out at fsl-community-bsp/sources. + +Contributing +------------ + +To contribute to this layer you should the patches for review to the +mailing list. + +Mailing list: + + https://lists.yoctoproject.org/listinfo/meta-freescale + +Source code: + + https://github.com/Freescale/fsl-community-bsp-platform + +When creating patches, please use something like: + +git format-patch -s --subject-prefix='fsl-community-bsp-platform][PATCH' origin + +When sending patches, please use something like: + +git send-email --to [email protected] <generated patch> -- 1.7.9.5 _______________________________________________ meta-freescale mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-freescale
