summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
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 0000000..154f0f0
--- /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>