Can someone let me know specific procedure to config BitBake environment?
I want to build an app which has corresponding Recipe.
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 ?
Hi nkamei,
Kindly follow below steps to config Bitbake environment:
yocto$ source poky/oe-init-build-env build_bin/
yocto/build_bin$ bitbake -c compile recipe_name
Hope it helps.
Regards,
Hassan