Install and use Bitbake in your projects

How use kom to install bitbake and automatically configure projects

A feature included in version 0.2 is the easly configuration of bitbake. Now, in two step install and configure kom to find bitbake. Then, automatically, when call . komprofile, kom configure project to find bitbake path. So, you configure bitbake only when install it. All your projects use automatically bitbake previously configured.

Now, view how configure a system from scratch:


# Download and unpack bitbake
kom -r download bitbake
# Configure Kom to find bitbake path
kom -s -v `kom -r path bitbake`

If you already have manually installed bitbake, don't worry!
Use only the second command:


# Configure Kom to find bitbake path
kom -s -v /PATH/TO/btibake

If you would start to use bitbake in your project:


cd /PATH/TO/yourproject
. komprofile
bitbake [options]