avatarGeorge Calin

Free AI web copilot to create summaries, insights and extended knowledge, download it at here

1512

Abstract

named his version Poky.</li><li>2008 Intel purchases <a href="https://en.wikipedia.org/wiki/OpenedHand">OpenedHand</a></li><li>2010 Open Embedded and Poky combines into a <a href="https://en.wikipedia.org/wiki/Yocto_Project">new project OpenEmbedded Core (OE-Core)</a></li></ul><h1 id="ca71">Components of Yocto Project</h1><p id="5ed7"><b>OpenEmbedded-Core</b> This is shared with OpenEmbedded. This is the core metadata.</p><p id="4c5f"><b>BitBake</b> This is the task scheduler.This is shared with OpenEmbedded.</p><p id="969d"><b>Poky</b> This is the reference distribution.</p><p id="a0b0"><b>Documentation</b> This is composed by the user’s manuals and the developer’s guides for each component.</p><p id="a7e1"><b>Toaster</b> This is a web-based interface to BitBake and its metadata.</p><p id="5b05"><b>ADT Eclipse</b> This is a plugin for Eclipse.</p><h1 id="d978">Why would you use Yocto Project?</h1><p id="0a74">Many<b> System-on-Chip (SoC) </b>vendors provide <b>BSPs (board-support-packages) </b>for their devices appropriate for Yocto Project. <b>Meta layers</b> can also be used to create <b>extended </b>or just <b>different build systems.</b></p><p id="435c">A <b>system on a chip (SoC)</b> is an integrated circuit (also known as a “chip”) that <b>integrates all or most components of a computer </b>or other electronic system. Example: Raspberry PI, Beaglebone Black.</p><p id="e0b9">The Yocto Project has:</p><ul><li>a <b>branding </b>and</li><li>a <b>compatibility testing scheme</b>.</li><

Options

/ul><p id="7a87">Both from above are to ensure that there is <b>interoperability between components </b>of a system built with Yocto Project.</p><p id="ab42">The Yocto Project has a <b>branding</b> and <b>compatibility testing scheme</b> to ensure that there is <b>interoperability between components</b>.</p><h1 id="72a9">Stable releases and support</h1><p id="4aff">Usually, there is a release of the Yocto Project<b> every six months</b>: in <b>April </b>and <b>October</b>. Yocto Project releases are known by their code names,but it is good to know the version number of the Yocto Project and poky.</p><h2 id="6c58">Last Yocto Project releases as of August 2020</h2><figure id="b3dd"><img src="https://cdn-images-1.readmedium.com/v2/resize:fit:800/1*-3c5umGABSiubEYHeeeuvg.png"><figcaption>source: check link below</figcaption></figure><p id="bdf5">Complete List of Yocto Project Releases: <a href="https://wiki.yoctoproject.org/wiki/Releases">https://wiki.yoctoproject.org/wiki/Releases</a></p><h2 id="438c">Period of support</h2><p id="2fa3">The stable releases are supported with security and critical bug fixes for the current release cycle and the next cycle.</p><p id="34ae"><b>Commercial Support</b> For extended commercial support over several years, one has to go with operating system vendors like Mentor Graphics, Wind River etc.</p><figure id="7b38"><img src="https://cdn-images-1.readmedium.com/v2/resize:fit:800/1*9vg3-OY14aZN1UpKwIxxZg.png"><figcaption></figcaption></figure></article></body>

What Is Yocto Project and Why You Should Use It for Embedded Linux Development

Introduction

Yocto Project :

  • can build toolchains,
  • can build bootloaders,
  • can build kernels,
  • can build root filesystems
  • can generate an entire Linux Distribution containing binary packages that can be installed at runtime.

Primarily, Yocto Project is a group of recipes using a combination of:

  1. Python
  2. shell scripts

Yocto Project includes also a task scheduler called “BitBake” that produces whatever you have configured from recipes.

A bit of history

  • 2003 and “OpenEmbedded” Yocto Project’s started from OpenEmbedded whose objective was to port Linux towards hand-held devices. It was developed, and continues to be maintained by an enthusiastic community of programmers.
  • 2005 and “Poky” Richard Purdie, at that time a developer at OpenedHand, created a fork of OpenEmbedded, which approached with a more conservative choice of packages for the purpose of maintaining stability over a longer period of time. Richard named his version Poky.
  • 2008 Intel purchases OpenedHand
  • 2010 Open Embedded and Poky combines into a new project OpenEmbedded Core (OE-Core)

Components of Yocto Project

OpenEmbedded-Core This is shared with OpenEmbedded. This is the core metadata.

BitBake This is the task scheduler.This is shared with OpenEmbedded.

Poky This is the reference distribution.

Documentation This is composed by the user’s manuals and the developer’s guides for each component.

Toaster This is a web-based interface to BitBake and its metadata.

ADT Eclipse This is a plugin for Eclipse.

Why would you use Yocto Project?

Many System-on-Chip (SoC) vendors provide BSPs (board-support-packages) for their devices appropriate for Yocto Project. Meta layers can also be used to create extended or just different build systems.

A system on a chip (SoC) is an integrated circuit (also known as a “chip”) that integrates all or most components of a computer or other electronic system. Example: Raspberry PI, Beaglebone Black.

The Yocto Project has:

  • a branding and
  • a compatibility testing scheme.

Both from above are to ensure that there is interoperability between components of a system built with Yocto Project.

The Yocto Project has a branding and compatibility testing scheme to ensure that there is interoperability between components.

Stable releases and support

Usually, there is a release of the Yocto Project every six months: in April and October. Yocto Project releases are known by their code names,but it is good to know the version number of the Yocto Project and poky.

Last Yocto Project releases as of August 2020

source: check link below

Complete List of Yocto Project Releases: https://wiki.yoctoproject.org/wiki/Releases

Period of support

The stable releases are supported with security and critical bug fixes for the current release cycle and the next cycle.

Commercial Support For extended commercial support over several years, one has to go with operating system vendors like Mentor Graphics, Wind River etc.

Embedded Linux
Yoctoproject
Embedded
Openembedded
Bitbake
Recommended from ReadMedium