diff options
Diffstat (limited to 'lx-trainer-vm.xml')
| -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> |
