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