aboutsummaryrefslogtreecommitdiffstats
path: root/README
blob: 1c87788efa3165e40d0b6732e07cc4aa0dc8d14b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
meta-fsl-ppc
==========

This is the location for Freescale PowerPC maintained BSP's

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
------------

To contribute to this layer you should the patches for review to the
mailing list.

Mailing list:

    https://lists.yoctoproject.org/listinfo/meta-freescale

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'

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'

git.yoctoproject.org vs. git.freescale.com:
-------------------------------------------

git.yoctoproject.org hosts the official upstream work of Freescale's OE/YP repos,
for official SDK releases at times we need to do last minute fixes or include things
not supported upstream so we have a different repo on git.freescale.com for the
official release. git.freescale.com should be based off repos from git.yoctoproject.org