forked from brl/citadel
brl
42c341cbb9
Added showvars utility class for debugging.
Class can be added to any recipe and will create a target called 'showvars' which will dump out all of the variable values in a much simpler list than 'bitbake -e'
…
Very basic build instructions
$ source setup-build-env
$ bitbake citadel-image-minimal
Git subtrees included
$ git subtree add --prefix poky git://git.yoctoproject.org/poky.git master --squash
$ git subtree add --prefix meta-intel git://git.yoctoproject.org/meta-intel.git master --squash
$ git gc && git prune
https://www.atlassian.com/blog/git/alternatives-to-git-submodule-git-subtree
https://legacy-developer.atlassian.com/blog/2015/05/the-power-of-git-subtree/
Description
Languages
BitBake
90.2%
Shell
7.4%
Makefile
1%
Vim Script
0.9%
Dockerfile
0.2%
Other
0.2%