summaryrefslogtreecommitdiff
path: root/Vagrantfile
diff options
context:
space:
mode:
Diffstat (limited to 'Vagrantfile')
-rw-r--r--Vagrantfile9
1 files changed, 1 insertions, 8 deletions
diff --git a/Vagrantfile b/Vagrantfile
index 7f542e1..ff65b09 100644
--- a/Vagrantfile
+++ b/Vagrantfile
@@ -5,14 +5,7 @@ apt-get update && apt-get upgrade
# install base development tools
apt-get -y install build-essential
-apt-get -y install cmake valgrind
-apt-get -y install crossbuild-essential-armhf
-apt-get -y install libboost-all-dev
-apt-get -y install libasio-dev
-wget https://musl.cc/arm-linux-musleabihf-cross.tgz
-tar -xzvf arm-linux-musleabihf-cross.tgz
-echo 'export PATH="\$PATH:/home/vagrant/arm-linux-musleabihf-cross/bin"' >> .bashrc
-rm -r arm-linux-musleabihf-cross.tgz
+apt-get -y install cmake valgrind gcc-arm-none-eabi
BOOTSTRAP
#-----------------------------------------------------------------------