After the first run of the devtool build
command, recipes that were previously created using the
devtool add
command or whose sources were
modified using the devtool modify
command contain symbolic links created within the source tree:
oe-logs
:
This link points to the directory in which log files
and run scripts for each build step are created.
oe-workdir
:
This link points to the temporary work area for the
recipe.
The following locations under
oe-workdir
are particularly
useful:
image/
:
Contains all of the files installed during
the
do_install
stage.
Within a recipe, this directory is referred
to by the expression
${
D
}
.
sysroot-destdir/
:
Contains a subset of files installed within
do_install
that have
been put into the shared sysroot.
For more information, see the
"Sharing Files Between Recipes"
section.
packages-split/
:
Contains subdirectories for each package
produced by the recipe.
For more information, see the
"Packaging"
section.
You can use these links to get more information on what is happening at each build step.