summaryrefslogtreecommitdiff
path: root/lx-trainer-vm/lx-trainer-vm.xml
diff options
context:
space:
mode:
authorJohn Ogness <john.ogness@linutronix.de>2018-11-09 12:24:55 +0106
committerJohn Ogness <john.ogness@linutronix.de>2018-11-09 12:24:55 +0106
commite0ac94e02bff140b32d5e40e36b3076a3ca534b3 (patch)
tree7910cf2ad185ed3d7525dd3707709e50c706f2ba /lx-trainer-vm/lx-trainer-vm.xml
parent92f7f4fa7ae94290a1ddf39fc86b247d6cab591d (diff)
lx-trainer-img: use FQDN for nereus
If building the image from a machine other than nereus, the name nereus (used in fine-tuning wget) cannot be resolved. Use the FQDN instead. That works (as long as you are in the Linutronix network). Signed-off-by: John Ogness <john.ogness@linutronix.de>
Diffstat (limited to 'lx-trainer-vm/lx-trainer-vm.xml')
-rw-r--r--lx-trainer-vm/lx-trainer-vm.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/lx-trainer-vm/lx-trainer-vm.xml b/lx-trainer-vm/lx-trainer-vm.xml
index 443453b..1189a2e 100644
--- a/lx-trainer-vm/lx-trainer-vm.xml
+++ b/lx-trainer-vm/lx-trainer-vm.xml
@@ -119,11 +119,11 @@
</fstab>
<finetuning>
<!-- install armhf toolchain -->
- <command>wget http://nereus/schulung-mirror/releases.linaro.org/components/toolchain/binaries/6.3-2017.05/arm-linux-gnueabihf/gcc-linaro-6.3.1-2017.05-x86_64_arm-linux-gnueabihf.tar.xz</command>
+ <command>wget http://nereus.lab.linutronix.de/schulung-mirror/releases.linaro.org/components/toolchain/binaries/6.3-2017.05/arm-linux-gnueabihf/gcc-linaro-6.3.1-2017.05-x86_64_arm-linux-gnueabihf.tar.xz</command>
<command>tar xJf gcc-linaro-6.3.1-2017.05-x86_64_arm-linux-gnueabihf.tar.xz -C /opt</command>
<command>rm gcc-linaro-*.tar.xz</command>
<!-- install eclipse -->
- <command>wget http://nereus/schulung-mirror/ftp.fau.de/eclipse/technology/epp/downloads/release/oxygen/3a/eclipse-cpp-oxygen-3a-linux-gtk-x86_64.tar.gz</command>
+ <command>wget http://nereus.lab.linutronix.de/schulung-mirror/ftp.fau.de/eclipse/technology/epp/downloads/release/oxygen/3a/eclipse-cpp-oxygen-3a-linux-gtk-x86_64.tar.gz</command>
<command>tar xzf eclipse-cpp-*.tar.gz -C /opt</command>
<command>rm eclipse-cpp-*.tar.gz</command>
<!-- keep grub simple to minimize boot issues -->