January 2018
Intermediate to advanced
456 pages
12h 49m
English
To find the build directory for a given package, we can execute the following command:
$ bitbake -e <package> | grep ^WORKDIR=
Inside the build directory, we find some subdirectories (assuming rm_work is not used) that the build system uses in the packaging task. These subdirectories include the following:
Read now
Unlock full access