diff options
author | Adrian Dudau <adrian.dudau@enea.com> | 2013-12-12 13:41:56 +0100 |
---|---|---|
committer | Adrian Dudau <adrian.dudau@enea.com> | 2013-12-12 13:41:56 +0100 |
commit | 177ef53047019757b70b5ca87171b2c88e26ba07 (patch) | |
tree | 70e3284e64755ae93c130e00f810ba5c501801b9 /README | |
download | meta-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-- | README | 45 |
1 files changed, 45 insertions, 0 deletions
@@ -0,0 +1,45 @@ | |||
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.yoctoproject.org/poky | ||
10 | branch: dora | ||
11 | revision: HEAD | ||
12 | |||
13 | Contributing | ||
14 | ------------ | ||
15 | |||
16 | To contribute to this layer you should the patches for review to the | ||
17 | mailing list. | ||
18 | |||
19 | Mailing list: | ||
20 | |||
21 | https://lists.yoctoproject.org/listinfo/meta-freescale | ||
22 | |||
23 | Source code: | ||
24 | |||
25 | git://git.yoctoproject.org/meta-fsl-ppc | ||
26 | http://git.yoctoproject.org/git/meta-fsl-ppc | ||
27 | |||
28 | When creating patches, please use something like: | ||
29 | |||
30 | git format-patch -s --subject-prefix='meta-fsl-ppc dora][PATCH' origin | ||
31 | optionally include a branch if the patch applies to multiple branches, | ||
32 | otherwise master is assumed | ||
33 | |||
34 | When sending patches, please use something like: | ||
35 | |||
36 | git send-email --to meta-freescale@yoctoproject.org <generated patch> | ||
37 | |||
38 | git.yoctoproject.org vs. git.freescale.com: | ||
39 | ------------------------------------------- | ||
40 | |||
41 | git.yoctoproject.org hosts the official upstream work of Freescale's OE/YP repos, | ||
42 | for official SDK releases at times we need to do last minute fixes or include things | ||
43 | not supported upstream so we have a different repo on git.freescale.com for the | ||
44 | official release. git.freescale.com should be based off repos from git.yoctoproject.org | ||
45 | |||