4.3.1.4. Build Your Project

You can use BitBake or devtool build to build your modified project.

To use BitBake, use the following:

     $ bitbake your-project-name
                

Alternatively, you can use devtool build, which is equivalent to bitbake -c populate_sysroot. For example:

     $ devtool build your-project-name