diff options
Diffstat (limited to 'INSTALL/tasks.d/20_base_tools')
-rw-r--r-- | INSTALL/tasks.d/20_base_tools | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/INSTALL/tasks.d/20_base_tools b/INSTALL/tasks.d/20_base_tools new file mode 100644 index 0000000..b18fb4d --- /dev/null +++ b/INSTALL/tasks.d/20_base_tools @@ -0,0 +1,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 |