- Embedded Linux Projects Using Yocto Project Cookbook
- Alex González
- 236字
- 2021-07-23 19:33:33
Introduction
The Yocto project (http://www.yoctoproject.org/) is an embedded Linux distribution builder that makes use of several other open source projects.
The Yocto project provides a reference build system for embedded Linux, called Poky, which has the BitBake and OpenEmbedded-Core (OE-Core) projects at its base. The purpose of Poky is to build the components needed for an embedded Linux product, namely:
With these, the Yocto project covers the needs of both system and application developers. When the Yocto project is used as an integration environment for bootloaders, the Linux kernel, and user space applications, we refer to it as system development.
For application development, the Yocto project builds SDKs that enable the development of applications independently of the Yocto build system.
The Yocto project makes a new release every six months. The latest release at the time of this writing is Yocto 1.7.1 Dizzy, and all the examples in this book refer to the 1.7.1 release.
A Yocto release comprises the following components:
The Yocto 1.7.1 release is available to download from http://downloads.yoctoproject.org/releases/yocto/yocto-1.7.1/.
- Learning LibGDX Game Development(Second Edition)
- Rust編程從入門到實戰
- Visual Basic程序設計(第3版):學習指導與練習
- OpenCV 3和Qt5計算機視覺應用開發
- Mastering Python High Performance
- Learning Python Design Patterns(Second Edition)
- Lua程序設計(第4版)
- PhpStorm Cookbook
- Creating Stunning Dashboards with QlikView
- Django 3.0入門與實踐
- 機器學習微積分一本通(Python版)
- Learning JavaScript Data Structures and Algorithms(Second Edition)
- CodeIgniter Web Application Blueprints
- Delphi開發典型模塊大全(修訂版)
- 數字媒體技術概論