Difference between revisions of "Main Page"
(→Problem solving - Howto) |
(→Yocto Project) |
||
Line 37: | Line 37: | ||
* [[http://www.yoctoproject.org/docs/current/poky-ref-manual/poky-ref-manual.html Yocto Project reference Manual]] | * [[http://www.yoctoproject.org/docs/current/poky-ref-manual/poky-ref-manual.html Yocto Project reference Manual]] | ||
* [[http://www.openembedded.org/wiki/LayerIndex Yocto layers index]] | * [[http://www.openembedded.org/wiki/LayerIndex Yocto layers index]] | ||
+ | * [[http://www.openembedded.org/wiki/Migrating_metadata_to_OE-Core Migrating metadata to OE-Core]] | ||
== Documents == | == Documents == |
Revision as of 13:54, 8 March 2013
Welcome on KaeilOS official wiki.
Contents
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
Problem solving - Howto
Openembedded Core
Openembedded Debugging
Yocto Project
- Yocto Project my own quick start
- Yocto versus Poky versus Angstrom
- [Yocto Project reference Manual]
- [Yocto layers index]
- [Migrating metadata to OE-Core]