4.3.2.7. Building Your Software

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
                

Note

For complete syntax, use the devtool update-recipe --help command.

Building your software using devtool build is identical to using BitBake to build the software.