September 2016
Intermediate to advanced
989 pages
24h 10m
English
We have already seen how to use the build history feature to obtain a list of packages and files included in our image. In this recipe, we will explain how the root filesystem is built so that we are able to track its components.
When packages are built, they are classified inside the working directory of your project (tmp/work) according to their architecture. For example, on a wandboard-quad build, we find the following directories:
all-poky-linux: This is used for architecture-independent packagescortexa9hf-vfp-neon-poky-linux-gnueabi: This is used for cortexa9, hard floating point packageswandboard_quad-poky-linux-gnueabi: This is used for machine-specific packages; in this case, wandboard-quadx86_64-linux ...Read now
Unlock full access