Use the devtool build
command to cause the
OpenEmbedded build system to build your software based
on the recipe file.
The devtool build
command is equivalent to
bitbake -c populate_sysroot
.
Here is an example:
$ devtool build recipe
devtool update-recipe --help
command.
Building your software using devtool build
is identical to using BitBake to build the software.