Difference between revisions of "Main Page"

From KoanSoftware Wiki
Jump to: navigation, search
(Development)
(Yocto Project)
(40 intermediate revisions by 2 users not shown)
Line 1: Line 1:
Welcome on [http://www.kaeilos.com KaeilOS] official wiki.
+
Welcome on [http://www.kaeilos.com KaeilOS] official wiki
  
== What is KaeilOS ==  
+
== DISCLAIMER ==
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(R) is a registered trademark of KOAN sas - Bergamo, ITALY
  
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:
+
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>
* Embedded system
+
<br>
* Desktop
 
* Server
 
  
 +
== KOAN Embedded Software Engineering ==
  
== Getting Started ==
+
[http://koansoftware.com KOAN] è una software house italiana, specializzata in soluzioni software Linux embedded e real time su piattaforme RISC della famiglia ARM (Raspberry, Atmel, Freescale, NXP).
* [[Required packages]]
+
Fondata nel 1996 da esperienze diversificate, KOAN è un'azienda italiana con sede a Bergamo, operante nel settore del terziario avanzato che si propone come fornitore di sistemi software embedded per automazione industriale, telecomunicazioni, automotive, meccatronica e aerospaziale.
* [[Build environment]]
 
* [[Run KaeilOS on QEmu]]
 
  
== Development ==
+
== What is KaeilOS ==  
* [[Optimization proposal]]
+
KaeilOS was an OpenSource software framework based on OpenEmbedded to create GNU/Linux distributions aimed for embedded devices developed by KOAN from 2004 to 2010.
* [[New ideas]]
 
* [https://trello.com/board/kaeilos-development '''KaeilOS''' Task Tracking with Trello]
 
  
 
== Problem solving - Howto ==
 
== Problem solving - Howto ==
 
* [[FAQ]]
 
* [[FAQ]]
 
* [[Setup NFS root filesystem]]
 
* [[Setup NFS root filesystem]]
* [[2.6.x Kernel Compilation Problems]]
 
 
* [[Setup an external toolchain with Yocto]]
 
* [[Setup an external toolchain with Yocto]]
 +
* [[Fixing Perl Locale Errors in a Clean Ubuntu Install]]
 +
* [[Using VMware Player to run Linux training]]
  
 
== Openembedded Core ==
 
== Openembedded Core ==
 
* [[Submit patches to Openembedded]]  
 
* [[Submit patches to Openembedded]]  
 +
* [http://openembedded.org/wiki/Commit_Patch_Message_Guidelines Commit Patch Message Guidelines]
 
* [[OE-Core Standalone Setup]]
 
* [[OE-Core Standalone Setup]]
  
Line 38: Line 36:
 
* [[Yocto versus Poky versus Angstrom]]
 
* [[Yocto versus Poky versus Angstrom]]
 
* [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://git.yoctoproject.org/ Yocto source Repositories]
 +
* [http://layers.openembedded.org OpenEmbedded layers index]
 +
* [https://wiki.yoctoproject.org/wiki/Releases Yocto version releases]
 
* [http://www.openembedded.org/wiki/Migrating_metadata_to_OE-Core Migrating metadata to OE-Core]
 
* [http://www.openembedded.org/wiki/Migrating_metadata_to_OE-Core Migrating metadata to OE-Core]
 +
* [[OE/Yocto prebuilt toolchains]]
 +
* [[Howto build a kernel module out of the kernel tree]]
 +
* [[Howto speed up Yocto build]]
 +
* [[bitbake options]]
 +
* [[Directories and installation variables]]
 +
* [[How to add libstdc++ to a Yocto (Poky) image]]
 +
* [[How to run a script at boot automatically]]
 +
* [[Create patches using quilt]]
 +
* [[Building Software from an External Source]]
 +
* [[opkg command options]]
 +
* [[Managing RDEPENDS into a recipe]]
  
 
== Documents ==
 
== Documents ==
Line 45: Line 56:
 
* [[systemd vs sysvinit]]
 
* [[systemd vs sysvinit]]
 
* [http://linux.koolsolutions.com/2011/02/26/howto-create-and-submit-your-first-linux-kernel-patch/ How to create and submit Linux kernel patch using GIT]
 
* [http://linux.koolsolutions.com/2011/02/26/howto-create-and-submit-your-first-linux-kernel-patch/ How to create and submit Linux kernel patch using GIT]
 +
* [[Development with VMware]]
  
 
== About us ==
 
== About us ==
* [[ Who we are ]]
+
* [http://koansoftware.com/en/content/profile Who we are]
* [[ KaeilOS services and community ]]
 

Revision as of 13:24, 25 July 2018

Welcome on KaeilOS official wiki

DISCLAIMER

KaeilOS(R) is a registered trademark of KOAN sas - Bergamo, ITALY

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

KOAN Embedded Software Engineering

KOAN è una software house italiana, specializzata in soluzioni software Linux embedded e real time su piattaforme RISC della famiglia ARM (Raspberry, Atmel, Freescale, NXP). Fondata nel 1996 da esperienze diversificate, KOAN è un'azienda italiana con sede a Bergamo, operante nel settore del terziario avanzato che si propone come fornitore di sistemi software embedded per automazione industriale, telecomunicazioni, automotive, meccatronica e aerospaziale.

What is KaeilOS

KaeilOS was an OpenSource software framework based on OpenEmbedded to create GNU/Linux distributions aimed for embedded devices developed by KOAN from 2004 to 2010.

Problem solving - Howto

Openembedded Core

Openembedded Debugging

Yocto Project

Documents

About us