<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://debianws.lexgopc.com/wiki143/index.php?action=history&amp;feed=atom&amp;title=OpenEmbedded</id>
	<title>OpenEmbedded - Revision history</title>
	<link rel="self" type="application/atom+xml" href="http://debianws.lexgopc.com/wiki143/index.php?action=history&amp;feed=atom&amp;title=OpenEmbedded"/>
	<link rel="alternate" type="text/html" href="http://debianws.lexgopc.com/wiki143/index.php?title=OpenEmbedded&amp;action=history"/>
	<updated>2026-05-12T23:30:47Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.43.1</generator>
	<entry>
		<id>http://debianws.lexgopc.com/wiki143/index.php?title=OpenEmbedded&amp;diff=1554689&amp;oldid=prev</id>
		<title>imported&gt;Widefox: Importing Wikidata short description: &quot;Build automation framework and cross-compile environment&quot;</title>
		<link rel="alternate" type="text/html" href="http://debianws.lexgopc.com/wiki143/index.php?title=OpenEmbedded&amp;diff=1554689&amp;oldid=prev"/>
		<updated>2025-04-09T18:02:16Z</updated>

		<summary type="html">&lt;p&gt;Importing Wikidata &lt;a href=&quot;https://en.wikipedia.org/wiki/Short_description&quot; class=&quot;extiw&quot; title=&quot;wikipedia:Short description&quot;&gt;short description&lt;/a&gt;: &amp;quot;Build automation framework and cross-compile environment&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{Short description|Build automation framework and cross-compile environment}}&lt;br /&gt;
{{Infobox software&lt;br /&gt;
| logo                   = OpenEmbedded-logo-2009.svg&lt;br /&gt;
| screenshot             =&lt;br /&gt;
| caption                =&lt;br /&gt;
| collapsible            =&lt;br /&gt;
| author                 =&lt;br /&gt;
| developer              = 75+ developers&amp;lt;ref&amp;gt;{{cite web|url=http://www.openembedded.org/index.php/OpenEmbedded_Developers|title=OpenEmbedded Developers|url-status=dead|archive-url=https://web.archive.org/web/20121109031439/http://www.openembedded.org/index.php/OpenEmbedded_Developers|archive-date=2012-11-09}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
| released               =&lt;br /&gt;
| latest release version =&lt;br /&gt;
| latest release date    =&lt;br /&gt;
| latest preview version =&lt;br /&gt;
| latest preview date    =&lt;br /&gt;
| programming language   =&lt;br /&gt;
| operating system       = [[Linux]]&lt;br /&gt;
| platform               = [[Cross-platform]]&lt;br /&gt;
| genre                  = [[Build automation]]&lt;br /&gt;
| license                = [[MIT License|MIT]]&lt;br /&gt;
| website                = {{URL|https://www.openembedded.org/}}&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;OpenEmbedded&amp;#039;&amp;#039;&amp;#039; (&amp;#039;&amp;#039;&amp;#039;OE&amp;#039;&amp;#039;&amp;#039;) is a [[build automation]] [[software framework|framework]] and [[Cross compiler|cross-compile]] environment used to create [[Linux distribution]]s for [[embedded device]]s.&amp;lt;ref name=&amp;quot;official website&amp;quot; /&amp;gt; The framework is developed by the OpenEmbedded community, which was formally established in 2003. OpenEmbedded is the recommended build system of the [[Yocto Project]], which is a [[Linux Foundation]] workgroup that assists commercial companies in the development of Linux-based systems for embedded products.&lt;br /&gt;
&lt;br /&gt;
The build system is based on [[BitBake]]. A BitBake configuration file, called a recipe, specifies various information such as dependency and source code locations, how to build a package, and how to install and remove a compiled package. OpenEmbedded tools use these recipes to fetch and patch source code, compile and link binaries, produce binary packages ([[opkg|ipk]], [[Deb (file format)|deb]], [[rpm (software)|rpm]]), and create bootable [[disk image|images]].&lt;br /&gt;
&lt;br /&gt;
Historically, OpenEmbedded recipes were stored in a single repository, and the metadata was structured as what is now called &amp;quot;OpenEmbedded-Classic&amp;quot;. Starting in 2010, the structure was modified to better support the ever-growing number of recipes. Recipe metadata was split into multiple layers. The lowest layer, which includes platform-independent and distribution-independent meta data is called &amp;quot;OpenEmbedded-Core&amp;quot;.&amp;lt;ref name=&amp;quot;core_explain&amp;quot; /&amp;gt; Architecture-specific, application-specific and distribution-dependent instructions are applied in appropriate target support layers that can override or complement the instructions from lower layers. Additionally, changes to the recipes at the core layer are now managed with a pull model: instead of committing their changes directly to the repository (as was previously the case), developers now send patches to a mailing list. When approved, the patches are merged (pulled) by a maintainer.&amp;lt;ref name=&amp;quot;core_explain&amp;quot;&amp;gt;{{citation|last=Eggleton|first=Paul|year=2015|chapter=OpenEmbedded-Core|title=OpenEmbedded Wiki|chapter-url=https://www.openembedded.org/wiki/OpenEmbedded-Core|location=Blacksburg, VA|publisher=openembedded.org}}.&amp;lt;/ref&amp;gt; &lt;br /&gt;
&lt;br /&gt;
The OpenEmbedded framework can be installed and automatically updated via [[Git (software)|Git]].&amp;lt;ref name=&amp;quot;official website&amp;quot;&amp;gt;{{citation|last=Brake|first=Cliff|display-authors=etal|year=2015|chapter=Welcome to OpenEmbedded|title=OpenEmbedded Wiki|chapter-url=https://www.openembedded.org/wiki/Main_Page|location=Blacksburg, VA|publisher=openembedded.org}}.&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The OpenEmbedded Image Creator, called Wic, can be used to generate disk image files; generally with extension &amp;lt;code&amp;gt;.wic&amp;lt;/code&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
== History ==&lt;br /&gt;
{{Expand section|date=August 2011}}&lt;br /&gt;
The &amp;#039;&amp;#039;OpenEmbedded Project&amp;#039;&amp;#039;, created by Chris Larson, Michael Lauer, and Holger Schurig, merged the achievements of [[OpenZaurus]] with contributions from projects like [[Familiar Linux]] and [[OpenSIMpad]] into a common codebase. OpenEmbedded superseded these projects and was used to build any of them from the same code base.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;OpenEmbedded-Core&amp;#039;&amp;#039; (OE-Core) resulted from the merge of the [[Yocto Project]] with OpenEmbedded.&amp;lt;ref name=&amp;quot;yocto oe merge&amp;quot;&amp;gt;{{cite web|url=http://www.linuxfoundation.org/news-media/announcements/2011/03/yocto-project-aligns-technology-openembedded-and-gains-corporate-co|title=Yocto Project Aligns Technology with OpenEmbedded and Gains Corporate Collaborators|url-status=dead|archive-url=https://web.archive.org/web/20120111043849/http://www.linuxfoundation.org/news-media/announcements/2011/03/yocto-project-aligns-technology-openembedded-and-gains-corporate-co|archive-date=2012-01-11}}&amp;lt;/ref&amp;gt; Since then, all package recipes are maintained through OpenEmbedded-Core.&lt;br /&gt;
&lt;br /&gt;
== Layer organisation ==&lt;br /&gt;
OpenEmbedded-Core has adapted this layered structure in the merge with Yocto and new layer entries were added over time.&amp;lt;ref name=&amp;quot;yocto oe-core&amp;quot;&amp;gt;[http://www.yoctoproject.org/projects/openembedded-core Yocto &amp;amp; OpenEmbedded Core Layers] {{webarchive|url=https://web.archive.org/web/20110919012955/http://www.yoctoproject.org/projects/openembedded-core |date=2011-09-19 }}&amp;lt;/ref&amp;gt;&amp;lt;ref name=&amp;quot;oe-core layer index&amp;quot;&amp;gt;{{cite web|url=http://layers.openembedded.org/layerindex/|title=OpenEmbedded Metadata Index - layers|access-date=2013-06-18|archive-url=https://web.archive.org/web/20130622041516/http://layers.openembedded.org/layerindex/|archive-date=2013-06-22|url-status=dead}}&amp;lt;/ref&amp;gt;  The Layers represent a structure which is only of declarative nature. The specific entries are stricter in the scope of deciding which entry provides which packages. Overview of layers is available in: {{URL|http://layers.openembedded.org/layerindex/branch/master/layers/}}&lt;br /&gt;
&lt;br /&gt;
; Developer layer&lt;br /&gt;
: The user-defined layer for custom Bitbake recipes.  Embedded system software developers would place their recipe here if the software would not fit the commercial or base layer.&lt;br /&gt;
&lt;br /&gt;
; Commercial layer&lt;br /&gt;
: Packages, plugins, and configurations from [[Professional open-source|open source vendors]] go in this layer.&lt;br /&gt;
&lt;br /&gt;
; UI-specific layer&lt;br /&gt;
: Layers currently present within the meta-openembedded layer:&lt;br /&gt;
:* meta-efl ([[Enlightenment (window manager)|Enlightenment]] window manager)&lt;br /&gt;
:* meta-gnome ([[GNOME]] window manager)&lt;br /&gt;
:* meta-gpe ([[GPE Palmtop Environment|GPE]] window manager)&lt;br /&gt;
:* meta-xfce ([[Xfce]] window manager)&lt;br /&gt;
&lt;br /&gt;
; Hardware-specific layer&lt;br /&gt;
:* meta-efikamx ([[Efika]] devices)&lt;br /&gt;
:* meta-fsl-arm ([[Freescale Semiconductor]] officially supported development boards)&lt;br /&gt;
:* meta-fsl-arm-extra ([[Freescale Semiconductor]] community supported boards)&lt;br /&gt;
:* meta-handheld ([[Personal digital assistant]]s, PDAs)&lt;br /&gt;
:* meta-intel ([[Intel]] embedded devices)&lt;br /&gt;
:* meta-nslu2 ([[NSLU2]] devices)&lt;br /&gt;
:* meta-openpandora ([[Openpandora]] devices)&lt;br /&gt;
:* meta-smartphone (various smartphone devices)&lt;br /&gt;
:* meta-ti ([[Texas Instruments]] devices)&lt;br /&gt;
:* meta-xilinx ([[Xilinx]] devices)&lt;br /&gt;
:* meta-altera ([[Altera]] devices)&lt;br /&gt;
:* meta-ettus (Ettus Research [[USRP]] SDR devices)&lt;br /&gt;
:* (Others)&lt;br /&gt;
&lt;br /&gt;
; Yocto layer&lt;br /&gt;
:* meta-yocto (Yocto Project layer&amp;lt;ref name=&amp;quot;yocto oe-core&amp;quot;/&amp;gt;&amp;lt;ref name=&amp;quot;yocto oe merge&amp;quot;/&amp;gt;)&lt;br /&gt;
&lt;br /&gt;
; OpenEmbedded-Core layer&lt;br /&gt;
:* openembedded-core&lt;br /&gt;
:* meta-openembedded&lt;br /&gt;
&lt;br /&gt;
==Distributions supported==&lt;br /&gt;
In OpenEmbedded-Classic, the configurations from Base- to the UI-Layer can be supplemented by various [[Linux distribution]]s. The following list is available for OpenEmbedded:&lt;br /&gt;
* [[Ångström distribution]]&lt;br /&gt;
* [[Kali Linux|KaliOS]]&lt;br /&gt;
* [[Openmoko]]&lt;br /&gt;
* [[SHR (operating system)|SHR]]&amp;lt;ref&amp;gt;{{cite web|url=http://shr-project.org/trac|title=SHR}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
* [[SlugOS]]&lt;br /&gt;
* [[WebOS]]&amp;lt;ref&amp;gt;Ben Combee on Palm Developer Forum - Fri Jul 16, 2010. [http://developer.palm.com/distribution/viewtopic.php?f=70&amp;amp;t=7946#p35619 Building static libs] {{webarchive|url=https://web.archive.org/web/20110726191848/https://developer.palm.com/distribution/viewtopic.php?f=70&amp;amp;t=7946 |date=2011-07-26 }}&amp;lt;/ref&amp;gt;&lt;br /&gt;
* Others&amp;lt;ref&amp;gt;{{cite web|url=https://www.b2cinfosolutions.com/|title=B2C Info Solutions}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Supported hardware==&lt;br /&gt;
Various devices are supported:&amp;lt;ref&amp;gt;{{cite web|url=https://www.openembedded.org/wiki/Overview_of_OE_supported_machines|title=Overview of OE supported machines|access-date=2022-09-08}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
; Boards and processors&lt;br /&gt;
: The [[BeagleBoard]] from Texas Instruments, and a variety of devices based on an ARM CPU are supported.&lt;br /&gt;
&lt;br /&gt;
; Smartphones&lt;br /&gt;
: Smartphones like the [[Nokia N800]] and [[Neo FreeRunner]] are supported.&lt;br /&gt;
&lt;br /&gt;
; Porting to new hardware&lt;br /&gt;
: The constellation of OpenEmbedded, especially the open design, allows it to get OpenEmbedded to adapt new hardware fairly easy.&amp;lt;ref&amp;gt;[http://www.yoctoproject.org/docs/1.1/bsp-guide/bsp-guide.html Yocto Project Board Support Package guide]&amp;lt;/ref&amp;gt;{{Synthesis inline|date=October 2017}}&amp;lt;ref&amp;gt;{{cite web|url=http://www.yoctoproject.org/docs/current/dev-manual/dev-manual.html#developing-a-board-support-package-bsp|title=Yocto Project Development Manual}}&amp;lt;/ref&amp;gt;{{Synthesis inline|date=October 2017}}&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
{{Portal|Free and open-source software|Linux}}&lt;br /&gt;
&lt;br /&gt;
* {{Annotated link|Buildroot}}&lt;br /&gt;
* {{Annotated link|Emdebian Grip}}&lt;br /&gt;
* {{Annotated link|Familiar Linux}}&lt;br /&gt;
* {{Annotated link|Openpandora}}&lt;br /&gt;
* {{Annotated link|OpenZaurus}}&lt;br /&gt;
* {{Annotated link|T2 SDE}}&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
{{Reflist}}&lt;br /&gt;
&lt;br /&gt;
==External links==&lt;br /&gt;
* {{official website|http://www.openembedded.org}}&lt;br /&gt;
* [https://web.archive.org/web/20110727034510/http://www.linuxtogo.org/~mickeyl/tools/FOSDEM2005.pdf FOSDEM&amp;#039;05 presentation of OpenEmbedded]&lt;br /&gt;
* [https://web.archive.org/web/20110727040940/http://www.linuxtogo.org/~mickeyl/tools/FOSDEM2007.pdf FOSDEM&amp;#039;07 presentation of OpenEmbedded]&lt;br /&gt;
* [http://www.celinux.org/elc08_presentations/mlocke-elc2008-oe.pdf ELC&amp;#039;08 presentation of OpenEmbedded]&lt;br /&gt;
&lt;br /&gt;
{{Mobile operating systems}}&lt;br /&gt;
{{Mobile phones}}&lt;br /&gt;
{{Linux}}&lt;br /&gt;
{{Software in the Public Interest}}&lt;br /&gt;
&lt;br /&gt;
{{DEFAULTSORT:Openembedded}}&lt;br /&gt;
[[Category:Build automation]]&lt;br /&gt;
[[Category:Embedded Linux]]&lt;br /&gt;
[[Category:Personal digital assistant software]]&lt;br /&gt;
[[Category:Software using the MIT license]]&lt;/div&gt;</summary>
		<author><name>imported&gt;Widefox</name></author>
	</entry>
</feed>