aboutsummaryrefslogtreecommitdiffstats
path: root/INSTALL/tasks.d/20_base_tools
blob: b18fb4db2fe392a6f9057e2cc9a948f0ccb2b1d1 (plain)
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