diff options
| -rw-r--r-- | lx-trainer-vm.xml | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/lx-trainer-vm.xml b/lx-trainer-vm.xml index 518493b..890020d 100644 --- a/lx-trainer-vm.xml +++ b/lx-trainer-vm.xml @@ -98,16 +98,15 @@ </fstab> <finetuning> <rm>var/cache/apt/archives/*.deb</rm> - <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>wget http://releases.linaro.org/14.09/components/toolchain/binaries/gcc-linaro-arm-linux-gnueabihf-4.9-2014.09_linux.tar.xz</command> + <command>tar xJf gcc-linaro-arm-linux-gnueabihf-4.9-2014.09_linux.tar.xz -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>wget http://ftp.halifax.rwth-aachen.de/eclipse//technology/epp/downloads/release/kepler/SR2/eclipse-cpp-kepler-SR2-linux-gtk-x86_64.tar.gz</command> + <command>tar xzf eclipse-cpp-*.tar.gz -C /opt</command> + <command>rm eclipse-cpp-*.tar.gz</command> <mkdir>/opt/yocto</mkdir> <command>git clone -b daisy git://git.yoctoproject.org/poky.git /opt/yocto/poky.git</command> <command>git clone -b daisy git://git.yoctoproject.org/meta-ti /opt/yocto/meta-ti.git</command> - <command>git clone -b daisy git://git.yoctoproject.org/meta-fsl-arm /opt/yocto/meta-fsl-arm.git</command> <adduser passwd="devel" shell="/bin/bash" groups="sudo">devel</adduser> </finetuning> <pkg-list> |
