diff options
| author | Manuel Traut <manut@linutronix.de> | 2014-08-19 15:50:16 +0200 |
|---|---|---|
| committer | Manuel Traut <manut@linutronix.de> | 2014-08-19 15:50:16 +0200 |
| commit | 64ff2294367530a2ea6b1196ac082bad7087b850 (patch) | |
| tree | 6c74b0c7e4b9e50e1563083e46a4087058726cc4 | |
| parent | 068352c5b8db8f3614e15fdecce2ce9d118e89c9 (diff) | |
lx-trainer-vm: add arm cross toolchain
Signed-off-by: Manuel Traut <manut@linutronix.de>
| -rw-r--r-- | lx-trainer-vm.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lx-trainer-vm.xml b/lx-trainer-vm.xml index 7ab778e..ab58af3 100644 --- a/lx-trainer-vm.xml +++ b/lx-trainer-vm.xml @@ -92,8 +92,12 @@ <adduser passwd="devel" shell="/bin/bash">devel</adduser> <mkdir>/home/devel/Desktop</mkdir> <ln path='/opt/eclipse/eclipse'>/home/devel/Desktop/Eclipse</ln> + <command>wget https://sourcery.mentor.com/sgpp/lite/arm/portal/package8739/public/arm-none-linux-gnueabi/arm-2011.03-41-arm-none-linux-gnueabi-i686-pc-linux-gnu.tar.bz2</command> + <command>tar xjf arm-2011.03-41-arm-none-linux-gnueabi-i686-pc-linux-gnu.tar.bz2 -C /opt</command> + <command>rm arm-2011.03-41-arm-none-linux-gnueabi-i686-pc-linux-gnu.tar.bz2</command> <command>wget http://ftp.halifax.rwth-aachen.de/eclipse//technology/epp/downloads/release/luna/R/eclipse-cpp-luna-R-linux-gtk.tar.gz</command> <command>tar xzf eclipse-cpp-luna-R-linux-gtk.tar.gz -C /opt</command> + <command>rm eclipse-cpp-luna-R-linux-gtk.tar.gz</command> <command>git clone -b daisy git://git.yoctoproject.org/poky.git /home/devel/poky-daisy</command> <command>git clone -b daisy git://git.yoctoproject.org/meta-ti /home/devel/poky-daisy/</command> <command>git clone -b daisy git://git.yoctoproject.org/meta-fsl-arm /home/devel/poky-daisy/</command> |
