1 2 3 4 5 6 7 8
#!/bin/bash # install prereqs for bitbake (Yocto mega-manual) # apt-get install -y wget curl git git-core unzip zip # dev tools apt-get install -y make ccache