Difference between revisions of "Main Page"

From KoanSoftware Wiki
Jump to: navigation, search
(All contents of this website are released under the Creative Commons Attribution-ShareAlike 3.0 Unported License)
(Yocto Project)
(6 intermediate revisions by 2 users not shown)
Line 3: Line 3:
 
== DISCLAIMER ==
 
== DISCLAIMER ==
  
== '''All contents of this website are released under the  
+
== '''All contents of this website are released under the [http://creativecommons.org/licenses/by-sa/3.0/deed.en_US Creative Commons Attribution-ShareAlike 3.0 Unported License]'''<br> ==
[http://creativecommons.org/licenses/by-sa/3.0/deed.en_US Creative Commons Attribution-ShareAlike 3.0 Unported License]'''<br> ==
 
 
<br>
 
<br>
  
 
== What is KaeilOS ==  
 
== 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 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.
 +
Currently the project is no longer active as independent system but is using Yocto Project at its place.
  
 
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:
 
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:
Line 32: Line 33:
 
* [[Setup an external toolchain with Yocto]]
 
* [[Setup an external toolchain with Yocto]]
 
* [[Fixing Perl Locale Errors in a Clean Ubuntu Install]]
 
* [[Fixing Perl Locale Errors in a Clean Ubuntu Install]]
 +
* [[Using VMware Player to run Linux training]]
  
 
== Openembedded Core ==
 
== Openembedded Core ==
Line 52: Line 54:
 
* [[Howto speed up Yocto build]]
 
* [[Howto speed up Yocto build]]
 
* [[bitbake options]]
 
* [[bitbake options]]
 +
* [[Directories and installation variables]]
 +
* [[How to add libstdc++ to a Yocto (Poky) image]]
 +
* [[How to run a script at boot automatically]]
  
 
== Documents ==
 
== Documents ==

Revision as of 14:41, 19 July 2017

Welcome on KaeilOS official wiki

DISCLAIMER

All contents of this website are released under the Creative Commons Attribution-ShareAlike 3.0 Unported License


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. Currently the project is no longer active as independent system but is using Yocto Project at its place.

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

Documents

About us