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