diff options
Diffstat (limited to 'meta-fsl-ppc/README')
| -rw-r--r-- | meta-fsl-ppc/README | 49 |
1 files changed, 49 insertions, 0 deletions
diff --git a/meta-fsl-ppc/README b/meta-fsl-ppc/README new file mode 100644 index 000000000..10158ef97 --- /dev/null +++ b/meta-fsl-ppc/README | |||
| @@ -0,0 +1,49 @@ | |||
| 1 | OpenEmbedded/Yocto BSP layer for Freescale's PPC platforms | ||
| 2 | ========================================================== | ||
| 3 | |||
| 4 | This layer provides support for Freescale's PPC platforms for use with | ||
| 5 | OpenEmbedded and/or Yocto. | ||
| 6 | |||
| 7 | This layer depends on: | ||
| 8 | |||
| 9 | URI: git://git.openembedded.org/openembedded-core | ||
| 10 | branch: master | ||
| 11 | revision: HEAD | ||
| 12 | |||
| 13 | URI: git://git.openembedded.org/meta-openembedded | ||
| 14 | branch: master | ||
| 15 | revision: HEAD | ||
| 16 | |||
| 17 | Contributing | ||
| 18 | ------------ | ||
| 19 | |||
| 20 | To contribute to this layer you should the patches for review to the | ||
| 21 | mailing list. | ||
| 22 | |||
| 23 | Mailing list: | ||
| 24 | |||
| 25 | https://lists.yoctoproject.org/listinfo/meta-freescale | ||
| 26 | |||
| 27 | Source code: | ||
| 28 | |||
| 29 | git://git.yoctoproject.org/meta-fsl-ppc | ||
| 30 | http://git.yoctoproject.org/git/meta-fsl-ppc | ||
| 31 | |||
| 32 | When creating patches, please use something like: | ||
| 33 | |||
| 34 | git format-patch -s --subject-prefix='meta-fsl-ppc dylan][PATCH' origin | ||
| 35 | optionally include a branch if the patch applies to multiple branches, | ||
| 36 | otherwise master is assumed | ||
| 37 | |||
| 38 | When sending patches, please use something like: | ||
| 39 | |||
| 40 | git send-email --to meta-freescale@yoctoproject.org <generated patch> | ||
| 41 | |||
| 42 | git.yoctoproject.org vs. git.freescale.com: | ||
| 43 | ------------------------------------------- | ||
| 44 | |||
| 45 | git.yoctoproject.org hosts the official upstream work of Freescale's OE/YP repos, | ||
| 46 | for official SDK releases at times we need to do last minute fixes or include things | ||
| 47 | not supported upstream so we have a different repo on git.freescale.com for the | ||
| 48 | official release. git.freescale.com should be based off repos from git.yoctoproject.org | ||
| 49 | |||
