Chapter 2. The Yocto Project Development Environment

Table of Contents

2.1. Introduction
2.2. Open Source Philosophy
2.3. Workflows
2.4. Git
2.4.1. Repositories, Tags, and Branches
2.4.2. Basic Commands
2.5. Yocto Project Source Repositories
2.6. Licensing
2.7. Recipe Syntax
2.8. Development Concepts
2.8.1. User Configuration
2.8.2. Metadata, Machine Configuration, and Policy Configuration
2.8.3. Sources
2.8.4. Package Feeds
2.8.5. BitBake
2.8.6. Images
2.8.7. Application Development SDK

This chapter takes a look at the Yocto Project development environment and also provides a detailed look at what goes on during development in that environment. The chapter provides Yocto Project Development environment concepts that help you understand how work is accomplished in an open source environment, which is very different as compared to work accomplished in a closed, proprietary environment.

Specifically, this chapter addresses open source philosophy, workflows, Git, source repositories, licensing, recipe syntax, and development syntax.