summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2015-07-15 17:14:27 -0300
committerOtavio Salvador <otavio@ossystems.com.br>2015-07-16 15:01:29 -0300
commitf8517afc7a5ada4538b3b7d397fa32586d57ffe5 (patch)
tree79349f091306d1760fd4687e62336ffa8fb8c721 /README
parentc92b415d653afc55f33b6b93fb9248193bfd4fa0 (diff)
downloadmeta-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--README51
1 files changed, 51 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 00000000..154f0f0d
--- /dev/null
+++ b/README
@@ -0,0 +1,51 @@
1OpenEmbedded/Yocto BSP layer for Freescale's ARM platforms
2==========================================================
3
4This layer provides support for Freescale's ARM 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
13EULA
14----
15
16Some SoC depends on libraries and packages that are covered by
17Freescale EULA. To have the right to use those binaries in your images
18you need to read and accept the EULA at EULA.txt file.
19
20In order to accept it, you should add, in your local.conf file:
21
22ACCEPT_FSL_EULA = "1"
23
24Contributing
25------------
26
27To contribute to this layer you should submit the patches for review to the
28mailing list (meta-freescale@yoctoproject.org).
29
30Please refer to:
31https://wiki.yoctoproject.org/wiki/Contribution_Guidelines#General_Information
32
33for some useful guidelines to be followed when submitting patches.
34
35Mailing list:
36
37 https://lists.yoctoproject.org/listinfo/meta-freescale
38
39Source 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
45When creating patches, please use something like:
46
47 git format-patch -s --subject-prefix='meta-fsl-arm][PATCH' origin
48
49When sending patches, please use something like:
50
51 git send-email --to meta-freescale@yoctoproject.org <generated patch>