Difference between revisions of "Main Page"

From KoanSoftware Wiki
Jump to: navigation, search
(Created page with 'KaeilOS')
 
(Wiki Main Page)
Line 1: Line 1:
KaeilOS
+
Welcome on [http://www.kaeilos.com KaeilOS] official wiki.
 +
 
 +
== What is KaeilOS ==
 +
KaeilOS is an OpenSource software framework to create GNU/Linux distributions aimed for embedded devices. Primarily, the project maintains and develops a collection of BitBake recipes. The bitbakes consist of the source URL of the package, dependencies and compile or install options. During the build process they are used to track dependencies, cross-compile the package and pack it up, suitable to be installed on the target device. It's also possible to create complete images, consisting of root file system and kernel. As a first step the framework will build a cross-compiler toolchain for the target platform.
 +
 
 +
KaeilOS runs in a lot of different plaftforms ([http://en.wikipedia.org/wiki/x86 x86], [http://en.wikipedia.org/wiki/Powerpc PowerPC] and [http://en.wikipedia.org/wiki/ARM_architecture ARM]) and includes more than 7000 opensource packages and libraries suitable for:
 +
* Embedded system
 +
* Desktop
 +
* Server
 +
 
 +
 
 +
== Getting Started ==
 +
* [[Required packages]]
 +
* [[Build environment]]
 +
* [[Run KaeilOS on QEmu]]
 +
 
 +
== Development ==
 +
* [[Optimization proposal]]
 +
* [[New ideas]]
 +
 
 +
== About us ==
 +
* [[ Who we are ]]
 +
* [[ KaeilOS services and community ]]

Revision as of 16:31, 15 February 2010

Welcome on KaeilOS official wiki.

What is KaeilOS

KaeilOS is an OpenSource software framework to create GNU/Linux distributions aimed for embedded devices. Primarily, the project maintains and develops a collection of BitBake recipes. The bitbakes consist of the source URL of the package, dependencies and compile or install options. During the build process they are used to track dependencies, cross-compile the package and pack it up, suitable to be installed on the target device. It's also possible to create complete images, consisting of root file system and kernel. As a first step the framework will build a cross-compiler toolchain for the target platform.

KaeilOS runs in a lot of different plaftforms (x86, PowerPC and ARM) and includes more than 7000 opensource packages and libraries suitable for:

  • Embedded system
  • Desktop
  • Server


Getting Started

Development

About us