- Embedded Linux Development with Yocto Project
- Otavio Salvador Daiane Angolini
- 252字
- 2021-12-08 12:35:23
Delineating the Yocto Project
To ease our understanding of the duties and outcomes provided by the Yocto Project, we can use the analogy of a computing machine. The input is a set of data that describes what we want, that is, our specification. As an output, we have the desired Linux-based embedded product.
If the output is a product running a Linux-based operating system, the result generated is the pieces that compose the operating system, such as the Linux kernel, bootloader, and the root filesystem (rootfs
) bundle, which are properly organized.
To produce the resultant rootfs
bundle and other deliverables, the Yocto Project's tools are present in all intermediary steps. The reuse of previously built utilities and other software components are maximized while building other applications, libraries, and any other software components in the right order and with the desired configuration, including the fetching of the required source code from their respective repositories such as The Linux Kernel Archives (www.kernel.org), GitHub, and www.SourceForge.net.
Preparing its own build environment, utilities, and toolchain, the amount of host software dependency is reduced, but a more important implication is that the determinism is considerably increased. The utilities, versions, and configuration options are the same, minimizing the number of host utilities to rely on.
We can list some projects, such as Poky, BitBake, and OpenEmbedded-Core, under the Yocto Project umbrella, all of them being complimentary and playing specific roles in the system. We will understand exactly how they work together in this chapter and throughout the book.
- Mastering ElasticSearch
- Linux操作系統基礎
- Windows Server 2012 Hyper-V:Deploying the Hyper-V Enterprise Server Virtualization Platform
- 從零開始寫Linux內核:一書學透核心原理與實現
- Haskell Financial Data Modeling and Predictive Analytics
- 數據中心系統工程及應用
- 嵌入式系統及其應用(第三版)
- Windows 7使用詳解(修訂版)
- Advanced Infrastructure Penetration Testing
- Linux內核修煉之道
- 操作系統之哲學原理第2版
- 計算機應用基礎(Windows 7+Office 2010)
- 程序員必讀經典(算法基礎+計算機系統)
- Xamarin Mobile Application Development for Android
- C#實用教程(第2版)