-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathindex.html
212 lines (200 loc) · 9.9 KB
/
index.html
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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta content="text/html; charset=utf-8" http-equiv="Content-Type">
<meta content="IE=edge,chrome=1" http-equiv="X-UA-Compatible">
<meta content="width=device-width, initial-scale=1, maximum-scale=1" name="viewport">
<meta name="referrer" content="unsafe-URL">
<meta name="description" content="FSL Community BSP" />
<link type="text/css" rel="stylesheet" href="//fonts.googleapis.com/css?family=Lato:300">
<link href="css/bootstrap.min.css" rel="stylesheet">
<link href="css/font-awesome.min.css" rel="stylesheet">
<link href="css/perfect-scrollbar.min.css" rel="stylesheet">
<link href="css/style.css" rel="stylesheet">
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.3.0/respond.min.js"></script>
<![endif]-->
<title>FSL Community BSP</title>
</head>
<body>
<header class="navbar navbar-fixed-top os-navbar" role="navigation">
<div class="container-fluid">
<div class="navbar-header os-main-links">
<button class="navbar-toggle collapsed" data-target=".navbar-collapse" data-toggle="collapse" type="button">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="#">
<p>FSL Community BSP</p>
</a>
</div>
<div id="os-navbar-links" class="collapse navbar-collapse navbar-right">
<ul id="main-nav" class="nav navbar-nav os-main-links">
<li><a href="#documentation">Documentation</a></li>
<li><a href="#contributing">Contributing</a></li>
<li><a href="#download">Download</a></li>
</ul>
</div>
</div>
</header>
<div id="content">
<section id="header-section">
<div id="header-container" class="container">
<div id="overview" class="os-centered">
<h1 id="project_title">FSL Community BSP</h1>
</div>
</div>
</section>
<section id="main-section">
<div id="main-content" class="container">
<div id="items" class="row">
<div class="col-sm-4">
<div class="os-centered os-main-links">
<a class="btn" href="#documentation">
<span class="fa-stack fa-3x os-green-color">
<i class="fa fa-circle fa-stack-2x"></i>
<i class="fa fa-file-text fa-stack-1x fa-inverse"></i>
</span>
<h4>Documentation</h4>
</a>
</div>
</div>
<div class="col-sm-4">
<div class="os-centered os-main-links">
<a class="btn" href="#contributing">
<span class="fa-stack fa-3x os-blue-color">
<i class="fa fa-circle fa-stack-2x"></i>
<i class="fa fa-group fa-stack-1x fa-inverse"></i>
</span>
<h4>Contributing</h4>
</a>
</div>
</div>
<div class="col-sm-4">
<div class="os-centered os-main-links">
<a class="btn" href="#download">
<span class="fa-stack fa-3x os-red-color">
<i class="fa fa-circle fa-stack-2x"></i>
<i class="fa fa-download fa-stack-1x fa-inverse"></i>
</span>
<h4>Download</h4>
</a>
</div>
</div>
</div>
</div>
</section>
<section id="documentation" class="os-no-striped os-section">
<div class="container-fluid">
<div class="row">
<div class="col-md-4">
<div class="os-section-title">
<h1>Documentation</h1>
</div>
</div>
<div class="col-md-8 os-border-left os-green-links">
<div class="os-section-content">
<p class="lead">The FSL Community BSP is a community driven project to provide and maintain a Board Support Package meta layer to be used with <a href="http://www.openembedded.org/wiki/OpenEmbedded-Core" target="_blank">OpenEmbedded-Core</a> and <a href="https://www.yoctoproject.org/tools-resources/projects/poky" target="_blank">Poky</a>.</p>
<p class="lead">It follows the same release cycle as <a href="https://www.yoctoproject.org/development/releases/#current" target="_blank">Yocto Project releases</a>.</p>
<p class="lead">It is composed by three main layers:</p>
<ul>
<li><a href="http://git.yoctoproject.org/cgit/cgit.cgi/meta-freescale" target="_blank"><strong>meta-freescale:</strong></a> provides the base BSP support and the board support for Freescale i.MX and QorIQ reference boards;</li>
<li><a href="https://github.com/Freescale/meta-freescale-3rdparty" target="_blank"><strong>meta-freescale-3rdparty:</strong></a> provides support for 3rd party and partner boards;</li>
<li><a href="https://github.com/Freescale/meta-freescale-distro" target="_blank"><strong>meta-freescale-distro:</strong></a> provides images recipes, demo recipes, and packagegroups used to ease the development with Yocto Project.</li>
</ul>
</div>
</div>
</div>
</div>
</section>
<section id="contributing" class="os-striped os-section">
<div class="container-fluid">
<div class="row">
<div class="col-md-4">
<div class="os-section-title">
<h1>Contributing</h1>
</div>
</div>
<div class="col-md-8 os-border-left os-blue-links">
<div class="os-section-content">
<p class="lead">The development is centralized at <a href="https://github.com/Freescale" target="_blank">https://github.com/Freescale</a>. If you need help determining which project you are using, pick <a href="https://github.com/Freescale/meta-freescale" target="_blank">meta-freescale</a>.</p>
<p class="lead">You can see the latest discussions in our mailing list (not used any more) at <a href="https://www.mail-archive.com/[email protected]/" target="_blank">archive</a>.</p>
<p class="lead">The known bugs are handled using the <a href="https://bugzilla.yoctoproject.org/buglist.cgi?quicksearch=meta-freescale" target="_blank">Yocto Project Bugzilla</a>.</p>
</div>
</div>
</div>
</div>
</section>
<section id="download" class="os-section os-no-striped">
<div class="container-fluid">
<div class="row">
<div class="col-md-4">
<div class="os-section-title">
<h1>Get the BSP</h1>
<div class="yocto pull-right">
<img src="images/yocto-compatible.png">
</div>
</div>
</div>
<div class="col-md-8 os-border-left os-red-links">
<div class="os-section-content">
<p class="lead">The FSL Community BSP follow the same release schedule used in Yocto Project. The releases are done every <em>6 months</em>, in April and October</p>
<p class="lead"></p>
</br>
<p class="lead"><strong>Platform source code download</strong></p>
<p class="lead">To download the platform source code, you need to have repo installed.</p>
<p class="lead">Install the repo utility:</p>
<div class="os-code-install os-code">
<ul class="nav">
<li><i class="fa fa-dollar fa-fw"></i>mkdir ~/bin</li>
<li><i class="fa fa-dollar fa-fw"></i>curl http://commondatastorage.googleapis.com/git-repo-downloads/repo > ~/bin/repo</li>
<li><i class="fa fa-dollar fa-fw"></i>chmod a+x ~/bin/repo</li>
</ul>
</div>
<br/>
<p class="lead">Download the source code:</p>
<div class="os-code-setup os-code">
<ul class="nav">
<li><i class="fa fa-dollar fa-fw"></i>PATH=${PATH}:~/bin</li>
<li><i class="fa fa-dollar fa-fw"></i>mkdir fsl-community-bsp</li>
<li><i class="fa fa-dollar fa-fw"></i>cd fsl-community-bsp</li>
<li><i class="fa fa-dollar fa-fw"></i>repo init -u https://github.com/Freescale/fsl-community-bsp-platform -b master</li>
<li><i class="fa fa-dollar fa-fw"></i>repo sync</li>
</ul>
</div>
</br>
</div>
</div>
</div>
</div>
</section>
<div class="os-back-top os-main-links">
<a href="#"><i class="fa fa-chevron-up fa-2x"></i></a>
</div>
</div>
<footer class="os-footer">
<div class="container os-centered">
<div class="row">
<div class="col-sm-8 col-sm-offset-2">
<p>Developed by
<a href="http://www.ossystems.com.br" target="_blank">
<img class="os-logo" src="images/os_logo.png">
</a>
</p>
</div>
</div>
</div>
</footer>
<script src="js/jquery.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/perfect-scrollbar-mousewheel.min.js"></script>
<script src="js/perfect-scrollbar.min.js"></script>
<script src="js/main.js"></script>
</body>
</html>