Book Image

Embedded Linux Development with Yocto Project

Book Image

Embedded Linux Development with Yocto Project

Overview of this book

Table of Contents (22 chapters)
Embedded Linux Development with Yocto Project
Credits
About the Authors
About the Reviewers
www.PacktPub.com
Preface
References
Index

Summary


In this chapter, we learned the reasons that motivate us to create a new layer and metadata. We saw a description on how to create machine configuration, a distribution definition, and recipes files. We learned how we can create images and how to include our application to an image.

In the next chapter, we will access some examples of the most common customization cases used by an additional layer, such as modifying existing packages, adding extra options to autoconf, applying a new patch, and including a new file to a package. We will see how to configure BusyBox and linux-yocto, two packages commonly customized when making an embedded system.