forked from Freescale/fsl-community-bsp-base
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME
60 lines (44 loc) · 2.05 KB
/
README
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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
Freescale's Community Yocto BSP
===============================
Supported boards
----------------
In order to know the supported boards, please, see the release notes at
http://freescale.github.io/doc/release-notes/current/
Quick Start Guide
-----------------
Once you have downloaded the source of all projects, you will have to
call:
$: . ./setup-environment <build directory>
After this step, you will be with everything need for build an image.
Contributing
------------
To contribute to the development of this BSP and/or submit patches for
new boards please send the patches against the respective project as
informated bellow:
The following layers are included on this release:
* poky: base build system and metadata
Path: sources/poky
GIT: git://git.yoctoproject.org/poky
Mailing list: https://lists.yoctoproject.org/listinfo/yocto
* meta-openembedded: extra packages and features
Path: sources/meta-openembedded
GIT: git://git.openembedded.org/meta-openembedded
Mailing list: http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
Note: Use [meta-oe] in subject to easy the processing
* meta-fsl-arm: support for Freescale's processors and board
Path: sources/meta-fsl-arm
Project: https://github.com/Freescale/meta-fsl-arm
GIT: git://github.com/Freescale/meta-fsl-arm.git
Mailing list: https://lists.yoctoproject.org/listinfo/meta-freescale
* meta-fsl-arm-extra: support for boards using Freescale's processors
Path: sources/meta-fsl-arm-extra
Project: https://github.com/Freescale/meta-fsl-arm-extra
GIT: git://github.com/Freescale/meta-fsl-extra.git
Mailing list: https://lists.yoctoproject.org/listinfo/meta-freescale
Note: Use [meta-fsl-arm-extra] in subject to easy the processing
* meta-fsl-demos: demo images and recipes
Path: sources/meta-fsl-demos
Project: https://github.com/Freescale/meta-fsl-demos
GIT: git://github.com/Freescale/meta-fsl-demos.git
Mailing list: https://lists.yoctoproject.org/listinfo/meta-freescale
Note: Use [meta-fsl-demos] in subject to easy the processing