-
Notifications
You must be signed in to change notification settings - Fork 9
/
README
59 lines (44 loc) · 2.09 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
Variscite 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-freescale: support for Freescale's processors and board
Path: sources/meta-freescale
Project: https://github.com/Freescale/meta-freescale
GIT: git://github.com/Freescale/meta-freescale.git
Mailing list: https://lists.yoctoproject.org/listinfo/meta-freescale
* meta-freescale-3rdparty: support for boards using Freescale's processors
Path: sources/meta-freescale-3rdparty
Project: https://github.com/Freescale/meta-freescale-3rdparty
GIT: git://github.com/Freescale/meta-freescale-3rdparty.git
Mailing list: https://lists.yoctoproject.org/listinfo/meta-freescale
Note: Use [3rdparty] in subject to easy the processing
* meta-freescale-distro: distribution images and recipes
Path: sources/meta-freescale-distro
Project: https://github.com/Freescale/meta-freescale-distro
GIT: git://github.com/Freescale/meta-freescale-distro.git
Mailing list: https://lists.yoctoproject.org/listinfo/meta-freescale
Note: Use [distro] in subject to easy the processing