diff options
| author | Manuel Traut <manut@linutronix.de> | 2015-02-02 11:12:38 +0100 |
|---|---|---|
| committer | Manuel Traut <manut@linutronix.de> | 2015-02-02 11:12:38 +0100 |
| commit | 90e44dbca5a67e2283e20e71dbd37b0cbb3d52eb (patch) | |
| tree | bb54ebf142f5686222e5ce723f7c200f1fe9b0ca | |
| parent | df6e120999650c1f52e766062a2ba8a7579698a7 (diff) | |
lx-trainer-vm: switch to 64bit development tools
- use current linaro toolchain instead of old 32bit code-sourcery
- use eclipse keppler (64bit) latest release supported by yocto
Signed-off-by: Manuel Traut <manut@linutronix.de>
| -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> |
