To build a specific recipe (.bb
file),
you can use the following command form:
$ bitbake -b <somepath/somerecipe.bb>
This command form does not check for dependencies. Consequently, you should use it only when you know existing dependencies have been met.