<mediawiki xmlns="http://www.mediawiki.org/xml/export-0.11/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.mediawiki.org/xml/export-0.11/ http://www.mediawiki.org/xml/export-0.11.xsd" version="0.11" xml:lang="en">
  <siteinfo>
    <sitename>KoanSoftware Wiki</sitename>
    <dbname>wikikaeilos</dbname>
    <base>https://wiki.koansoftware.com/index.php/Main_Page</base>
    <generator>MediaWiki 1.39.15</generator>
    <case>first-letter</case>
    <namespaces>
      <namespace key="-2" case="first-letter">Media</namespace>
      <namespace key="-1" case="first-letter">Special</namespace>
      <namespace key="0" case="first-letter" />
      <namespace key="1" case="first-letter">Talk</namespace>
      <namespace key="2" case="first-letter">User</namespace>
      <namespace key="3" case="first-letter">User talk</namespace>
      <namespace key="4" case="first-letter">KoanSoftware Wiki</namespace>
      <namespace key="5" case="first-letter">KoanSoftware Wiki talk</namespace>
      <namespace key="6" case="first-letter">File</namespace>
      <namespace key="7" case="first-letter">File talk</namespace>
      <namespace key="8" case="first-letter">MediaWiki</namespace>
      <namespace key="9" case="first-letter">MediaWiki talk</namespace>
      <namespace key="10" case="first-letter">Template</namespace>
      <namespace key="11" case="first-letter">Template talk</namespace>
      <namespace key="12" case="first-letter">Help</namespace>
      <namespace key="13" case="first-letter">Help talk</namespace>
      <namespace key="14" case="first-letter">Category</namespace>
      <namespace key="15" case="first-letter">Category talk</namespace>
    </namespaces>
  </siteinfo>
  <page>
    <title>Main Page</title>
    <ns>0</ns>
    <id>2</id>
    <revision>
      <id>414</id>
      <parentid>411</parentid>
      <timestamp>2025-12-01T15:19:08Z</timestamp>
      <contributor>
        <username>Koan</username>
        <id>2</id>
      </contributor>
      <comment>/* Yocto Project */</comment>
      <origin>414</origin>
      <model>wikitext</model>
      <format>text/x-wiki</format>
      <text bytes="5061" sha1="jnab0252d4i7esypjvuib1y81au8uxv" xml:space="preserve">Welcome on [https://koansoftware.com Koan Software] official wiki

== KOAN Embedded Software Engineering == 
[https://koansoftware.com KOAN] is an Italian software house, specialized in embedded and real time Linux software solutions on RISC platforms of the ARM family (Raspberry, Atmel, Freescale, NXP). Founded on 1996 from diversified experiences, is a supplier of embedded software systems for industrial automation, telecommunications, automotive, mechatronics and aerospace.


== What is this wiki? == 
This is a collection of useful notes about Yocto Project and OpenEmbedded, GNU/Linux distributions aimed for embedded devices developed.


== Problem solving - Howto ==
* [[FAQ]]
* [[Setup NFS root filesystem]]
* [[Setup an external toolchain with Yocto]]
* [[Fixing Perl Locale Errors in a Clean Ubuntu Install]]
* [[Using VMware Player to run Linux training]]
* [[Issues running python on Linux]]
* [[Error Initialize GIT git init --initial-branch=main]]
* [[repo issue "def print(self, *args, **kwargs):"]]
* [[Replacement for command ldd on Linux]]
* [[Optimal swap size for building with Yocto Project]]
* [[Linux Network Managers and Configuration Files]]


== Openembedded Core ==
* [[Submit patches to Openembedded]] 
* [http://openembedded.org/wiki/Commit_Patch_Message_Guidelines Commit Patch Message Guidelines]
* [[OE-Core Standalone Setup]]


== Openembedded Debugging ==
* [[Openembedded debugging]]
* [[Packages information list]]


== Yocto Project ==
* [[Best hardware to build Yocto Project]] 
* [[Yocto Project my own quick start]] 
* [[Yocto versus Poky versus Angstrom]]
* [http://www.yoctoproject.org/docs/current/poky-ref-manual/poky-ref-manual.html Yocto Project reference Manual]
* [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]
* [[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]]
* [[How to run a systemd script at boot automatically]]
* [[Create patches using quilt]]
* [[Building Software from an External Source]]
* [[opkg command options]]
* [[Managing RDEPENDS into a recipe]]
* [[Extract the list of packages into a Yocto image]]
* [[Toaster setup and usage]]
* [[Python assignment operators]]
* [[Skip connectivity checks]]
* [[Set default root password]]
* [[Yocto package management]]
* [[Yocto build on a cluster with IceCC]]
* [[Add native gcc to the target image]]
* [[List IPK package depencencies]]
* [[Yocto Project what I wish I'd known]]
* [[Using devtool to modify recipes in Yocto]]
* [[How to include uEnv.txt in Yocto image]]
* [[Add build information into a Yocto image]]
* [[Add a systemd service file into a Yocto image]]
* [[Yocto Project licenses for LIC_FILES_CHKSUM]]
* [[Set Proprietary license for a recipe]]
* [[Yocto sstate usage summary to the build]]
* [[Upgrade to Yocto honister 3.4]]
* [[Override syntax change from Yocto honister 3.4]]
* [[Modify the linux kernel with configuration fragments in Yocto]]
* [[Add a debug banner in a Yocto recipe]]
* [[How to trace a variable setting with bitbake-getvar]]
* [[How to detect the Yocto version using bitbake]]
* [[Support other languages and keyboards than English in Yocto]]
* [[List the files shipped by your recipe]]
* [[How to run CVE checks using the Yocto Project]]
* [[How to add binary files via a custom recipe]]
* [[How to configure network using systemd-networkd in Yocto]]
* [[Yocto Project override operators]]
* [[How to generate an initrd image with Yocto]]
* [[How to verify the metalayers SHA when using Yocto]]
* [[BitBake's passthrough environment variables]]


Many other details are available in the [https://wiki.yoctoproject.org/wiki/Technical_FAQ Yocto Project wiki]

== Linux kernel ==
* [[Kernel message logging with printk]]


== C/C++ userspace ==
* [[Manage the GPIO lines in C with libgpiod]]


== Microsoft .NET and Mono ==
* [[Embedded Linux .NET applications with Yocto]]


== Qt ==
* [[Install Qt 5 on Ubuntu]]


== Hardware and SBC ==
* [[iMX6 definitive GPIO guide]]


== Documents ==
* [[ARM cores list]]
* [[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]
* [[Development with VMware]]
* [[How to Shrink a VirtualBox Virtual Machine]]


== About us ==
* [https://koansoftware.com/company/ Who we are]


== DISCLAIMER ==

'''KoanSoftware(R) and KaeilOS(R) are registered trademarks of KOAN sas - Bergamo, ITALY 

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]'''&lt;br&gt;
&lt;br&gt;</text>
      <sha1>jnab0252d4i7esypjvuib1y81au8uxv</sha1>
    </revision>
  </page>
</mediawiki>
