-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
58 lines (41 loc) · 2.61 KB
/
index.html
File metadata and controls
58 lines (41 loc) · 2.61 KB
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
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<meta name="description" content="OE-lite : OE-lite github pages">
<link rel="stylesheet" type="text/css" media="screen" href="stylesheets/stylesheet.css">
<title>OE-lite Project</title>
</head>
<body>
<!-- HEADER -->
<div id="header_wrap" class="outer">
<header class="inner">
<a id="forkme_banner" href="https://github.com/oe-lite">View on GitHub</a>
<h1 id="project_title"><a href="http://www.oe-lite.org/">OE-lite</a></h1>
<h2 id="project_tagline">Embedded Linux for Serious Products</h2>
</header>
</div>
<!-- MAIN CONTENT -->
<div id="main_content_wrap" class="outer">
<section id="main_content" class="inner">
<h3>
<a id="welcome-to-the-home-of-the-oe-lite-project" class="anchor" href="#welcome-to-the-home-of-the-oe-lite-project" aria-hidden="true"><span class="octicon octicon-link"></span></a>Welcome to the home of the OE-lite project</h3><img src="./images/oelitelogo.jpg" alt="OE-lite" height="300" width="600">
<p>OE-lite Linux is an embedded Linux system build framework, comparable to Yocto, OpenEmbedded, buildroot, PTXdist, LTIB, and so on.</p>
<p>With OE-lite Linux, you will be able to specify and build your own custom embedded Linux distribution, for your custom embedded hardware platform, including both target software and SDK toolchains for Linux and Windows (MinGW).</p>
<p>OE-lite Linux is specifically targeted towards what can be called industrial embedded Linux systems, where customization and very specific requirements are more common than just needing a random blob of standard software packages, and where development and maintenance effort is critical.</p>
<p>The design goal for OE-lite Linux is to make a framework that is at least as powerful as OpenEmbedded for building industrial embedded Linux systems, and easier and faster to work with, and finally to make it feasible to actively maintain such systems for a very long time (+10 years).</p>
<p><a href="http://oe-lite-handbook.readthedocs.io/en/latest/index.html">OE-lite Handbook</a></p>
<p><a href="release-steps.html">Project Release Procedure</a></p>
<p><a href="sponsors.html">Our kind sponsors</a></p>
<p><a href="articles.html">Articles of Association for OE-lite.org</a></p>
</section>
</div>
<!-- FOOTER -->
<div id="footer_wrap" class="outer">
<footer class="inner">
<p>Published with <a href="https://pages.github.com">GitHub Pages</a></p>
</footer>
</div>
</body>
</html>