From e0ac94e02bff140b32d5e40e36b3076a3ca534b3 Mon Sep 17 00:00:00 2001 From: John Ogness Date: Fri, 9 Nov 2018 12:24:55 +0106 Subject: 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 --- lx-trainer-vm/lx-trainer-vm.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lx-trainer-vm') 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 @@ - 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 + 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 tar xJf gcc-linaro-6.3.1-2017.05-x86_64_arm-linux-gnueabihf.tar.xz -C /opt rm gcc-linaro-*.tar.xz - 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 + 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 tar xzf eclipse-cpp-*.tar.gz -C /opt rm eclipse-cpp-*.tar.gz -- cgit v1.2.3