Bitbake bash completion script
Just copy the "bitbake" file to /etc/bash_completion.d:
It will create 2 hidden files in the build directory on the first execution:
.bblayers.recipes -> cache of available bitbake recipes .bblayers.conf.md5 -> bblayers.conf md5 checksum file
It will create a new cache of available bitbake recipes in the following situations:
- When updating the bblayers.conf file.
- When running bitbake .
Please send any bug report, pull requests, patches, comments or questions to Sergio Prado sergio.prado@e-labworks.com.
Sergio Prado sergio.prado@e-labworks.com