]> code.ossystems Code Review - meta-freescale.git/commitdiff
Update README
authorZhenhua Luo <zhenhua.luo@freescale.com>
Wed, 24 Apr 2013 13:20:01 +0000 (13:20 +0000)
committerZhenhua Luo <zhenhua.luo@freescale.com>
Thu, 25 Apr 2013 02:38:59 +0000 (10:38 +0800)
Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com>
meta-fsl-ppc/README

index 1c87788efa3165e40d0b6732e07cc4aa0dc8d14b..39a54bf42fcbbc35c32400e8a05bc764f40b99cc 100644 (file)
@@ -1,16 +1,15 @@
-meta-fsl-ppc
-==========
+OpenEmbedded/Yocto BSP layer for Freescale's PPC platforms
+==========================================================
 
-This is the location for Freescale PowerPC maintained BSP's
+This layer provides support for Freescale's PPC platforms for use with
+OpenEmbedded and/or Yocto.
 
 This layer depends on:
+
 URI: git://git.openembedded.org/openembedded-core
 branch: master
 revision: HEAD
 
-It's testing to be working against YP 1.1 (edison) onwards after
-checking out the appropriate branch
-
 Contributing
 ------------
 
@@ -26,14 +25,15 @@ Source code:
     git://git.yoctoproject.org/meta-fsl-ppc
     http://git.yoctoproject.org/git/meta-fsl-ppc
 
-When sending patches, please use something like:
-
-git send-email --to meta-freescale@yoctoproject.org --subject-prefix='meta-fsl-ppc][PATCH'
+When creating patches, please use something like:
 
+    git format-patch -s --subject-prefix='meta-fsl-ppc dylan][PATCH' origin
 optionally include a branch if the patch applies to multiple branches,
 otherwise master is assumed
 
-git send-email --to meta-freescale@yoctoproject.org --subject-prefix='meta-fsl-ppc][PATCH][denzil][danny][master'
+When sending patches, please use something like:
+
+    git send-email --to meta-freescale@yoctoproject.org <generated patch>
 
 git.yoctoproject.org vs. git.freescale.com:
 -------------------------------------------