summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorAdrian Dudau <adrian.dudau@enea.com>2013-12-12 13:41:56 +0100
committerAdrian Dudau <adrian.dudau@enea.com>2013-12-12 13:41:56 +0100
commit177ef53047019757b70b5ca87171b2c88e26ba07 (patch)
tree70e3284e64755ae93c130e00f810ba5c501801b9 /README
downloadmeta-fsl-ppc-enea_linux_3.tar.gz
initial commit of Enea Linux 3.1enea_linux_3
Migrated from the internal git server on the dora-enea branch Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
Diffstat (limited to 'README')
-rw-r--r--README45
1 files changed, 45 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 0000000..2258bf9
--- /dev/null
+++ b/README
@@ -0,0 +1,45 @@
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.yoctoproject.org/poky
10branch: dora
11revision: HEAD
12
13Contributing
14------------
15
16To contribute to this layer you should the patches for review to the
17mailing list.
18
19Mailing list:
20
21 https://lists.yoctoproject.org/listinfo/meta-freescale
22
23Source code:
24
25 git://git.yoctoproject.org/meta-fsl-ppc
26 http://git.yoctoproject.org/git/meta-fsl-ppc
27
28When creating patches, please use something like:
29
30 git format-patch -s --subject-prefix='meta-fsl-ppc dora][PATCH' origin
31optionally include a branch if the patch applies to multiple branches,
32otherwise master is assumed
33
34When sending patches, please use something like:
35
36 git send-email --to meta-freescale@yoctoproject.org <generated patch>
37
38git.yoctoproject.org vs. git.freescale.com:
39-------------------------------------------
40
41git.yoctoproject.org hosts the official upstream work of Freescale's OE/YP repos,
42for official SDK releases at times we need to do last minute fixes or include things
43not supported upstream so we have a different repo on git.freescale.com for the
44official release. git.freescale.com should be based off repos from git.yoctoproject.org
45