summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README20
1 files changed, 10 insertions, 10 deletions
diff --git a/README b/README
index 1c87788..39a54bf 100644
--- a/README
+++ b/README
@@ -1,16 +1,15 @@
1meta-fsl-ppc 1OpenEmbedded/Yocto BSP layer for Freescale's PPC platforms
2========== 2==========================================================
3 3
4This is the location for Freescale PowerPC maintained BSP's 4This layer provides support for Freescale's PPC platforms for use with
5OpenEmbedded and/or Yocto.
5 6
6This layer depends on: 7This layer depends on:
8
7URI: git://git.openembedded.org/openembedded-core 9URI: git://git.openembedded.org/openembedded-core
8branch: master 10branch: master
9revision: HEAD 11revision: HEAD
10 12
11It's testing to be working against YP 1.1 (edison) onwards after
12checking out the appropriate branch
13
14Contributing 13Contributing
15------------ 14------------
16 15
@@ -26,14 +25,15 @@ Source code:
26 git://git.yoctoproject.org/meta-fsl-ppc 25 git://git.yoctoproject.org/meta-fsl-ppc
27 http://git.yoctoproject.org/git/meta-fsl-ppc 26 http://git.yoctoproject.org/git/meta-fsl-ppc
28 27
29When sending patches, please use something like: 28When creating patches, please use something like:
30
31git send-email --to meta-freescale@yoctoproject.org --subject-prefix='meta-fsl-ppc][PATCH'
32 29
30 git format-patch -s --subject-prefix='meta-fsl-ppc dylan][PATCH' origin
33optionally include a branch if the patch applies to multiple branches, 31optionally include a branch if the patch applies to multiple branches,
34otherwise master is assumed 32otherwise master is assumed
35 33
36git send-email --to meta-freescale@yoctoproject.org --subject-prefix='meta-fsl-ppc][PATCH][denzil][danny][master' 34When sending patches, please use something like:
35
36 git send-email --to meta-freescale@yoctoproject.org <generated patch>
37 37
38git.yoctoproject.org vs. git.freescale.com: 38git.yoctoproject.org vs. git.freescale.com:
39------------------------------------------- 39-------------------------------------------