diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2015-07-15 17:14:27 -0300 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2015-07-16 15:01:29 -0300 |
commit | f8517afc7a5ada4538b3b7d397fa32586d57ffe5 (patch) | |
tree | 79349f091306d1760fd4687e62336ffa8fb8c721 /README | |
parent | c92b415d653afc55f33b6b93fb9248193bfd4fa0 (diff) | |
download | meta-freescale-f8517afc7a5ada4538b3b7d397fa32586d57ffe5.tar.gz |
Move meta-fsl-arm content to layer root
The meta-fsl-arm is going to be used as the base for this layer. It
contains a clean history and allowing a more granullar set of changes.
This commit is just a rename of all contents of meta-fsl-arm
subdirectory to this layer's root, subsequent changes are based on top
of that.
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'README')
-rw-r--r-- | README | 51 |
1 files changed, 51 insertions, 0 deletions
@@ -0,0 +1,51 @@ | |||
1 | OpenEmbedded/Yocto BSP layer for Freescale's ARM platforms | ||
2 | ========================================================== | ||
3 | |||
4 | This layer provides support for Freescale's ARM 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 | EULA | ||
14 | ---- | ||
15 | |||
16 | Some SoC depends on libraries and packages that are covered by | ||
17 | Freescale EULA. To have the right to use those binaries in your images | ||
18 | you need to read and accept the EULA at EULA.txt file. | ||
19 | |||
20 | In order to accept it, you should add, in your local.conf file: | ||
21 | |||
22 | ACCEPT_FSL_EULA = "1" | ||
23 | |||
24 | Contributing | ||
25 | ------------ | ||
26 | |||
27 | To contribute to this layer you should submit the patches for review to the | ||
28 | mailing list (meta-freescale@yoctoproject.org). | ||
29 | |||
30 | Please refer to: | ||
31 | https://wiki.yoctoproject.org/wiki/Contribution_Guidelines#General_Information | ||
32 | |||
33 | for some useful guidelines to be followed when submitting patches. | ||
34 | |||
35 | Mailing list: | ||
36 | |||
37 | https://lists.yoctoproject.org/listinfo/meta-freescale | ||
38 | |||
39 | Source code: | ||
40 | |||
41 | git://git.yoctoproject.org/meta-fsl-arm | ||
42 | http://git.yoctoproject.org/git/meta-fsl-arm | ||
43 | https://github.com/Freescale/meta-fsl-arm | ||
44 | |||
45 | When creating patches, please use something like: | ||
46 | |||
47 | git format-patch -s --subject-prefix='meta-fsl-arm][PATCH' origin | ||
48 | |||
49 | When sending patches, please use something like: | ||
50 | |||
51 | git send-email --to meta-freescale@yoctoproject.org <generated patch> | ||