Add a get toolchain script.

This commit is contained in:
2016-02-25 23:56:19 +01:00
parent b61cc9c120
commit efb67740e9
2 changed files with 13 additions and 0 deletions

View File

@@ -1,2 +1,3 @@
etc
usr
README.md

12
scripts/get_toolchain.sh Executable file
View File

@@ -0,0 +1,12 @@
#!/bin/bash
cd ../firmware/board/raspberrypi/
echo "Clean previous installed toolchain"
rm -rf cross/etc cross/usr toolchain
echo "Get Raspberri PI toolchain...."
git clone ssh://git@serveur.nadal-fr.com:5022/volume1/web/git/PI/toolchain.git
mv toolchain/cross/* cross/
rm -rf toolchain