BitBake config

Can someone let me know specific procedure to config BitBake environment?

I want to build an app which has corresponding Recipe.

Hi nkamei,

If the package already has a recipe in the Yocto environment, then you can just do:

$ make dev
$ bitbake

If it doesn’t work, could you let me know the name of the app you want to build ?