4.3.1.4. Build Your Project

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

To use BitBake, use the following:

     $ bitbake your-project-name
                

To use devtool, run the tool with the build option:

     $ devtool build your-project-name