-
Book Overview & Buying
-
Table Of Contents
-
Feedback & Rating

Embedded Linux Development with Yocto Project
By :

It is critical to understand the temporary build directory (build/tmp
). The temporary build directory is created just after the start of a build, and it's especially important to help us to identify why something didn't behave as expected.
The contents of the build/tmp
directory are shown in the following figure:
The most important directories found within it are the following:
deploy
: This contains the build products such as images, packages, and SDKs
sysroots
: This contains the shared libraries, headers, and utilities that are used in the process of building recipes
work
: This contains the working source code, a task's configuration, execution logs, and the contents of generated packages.
Change the font size
Change margin width
Change background colour