[eclipse-yocto] [oxygen-master][PATCH 5/6] scripts/setup.sh: use YP full eclipse mirror

Tim Orling timothy.t.orling at linux.intel.com
Mon Aug 6 06:49:39 PDT 2018


Rather than using the manually updated snapshot mirror
directories, use the YP full Eclipse mirror.

Signed-off-by: Tim Orling <timothy.t.orling at linux.intel.com>
---
 scripts/setup.sh | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/scripts/setup.sh b/scripts/setup.sh
index 3c399d6..9e60435 100755
--- a/scripts/setup.sh
+++ b/scripts/setup.sh
@@ -118,7 +118,7 @@ if [ ! -f eclipse/plugins/org.eclipse.swt_3.106.3.v20180214-0345.jar ]; then
   then
         wget "http://download.eclipse.org/eclipse/downloads/drops4/${ep_rel}${ep_ver}${ep_date}/eclipse-SDK-${ep_ver}-${ep_arch}.tar.gz"
   else
-        wget "http://downloads.yoctoproject.org/eclipse/downloads/drops4/${ep_rel}${ep_ver}${ep_date}/eclipse-SDK-${ep_ver}-${ep_arch}.tar.gz"
+        wget "http://downloads.yoctoproject.org/eclipse-full/eclipse/downloads/drops4/${ep_rel}${ep_ver}${ep_date}/eclipse-SDK-${ep_ver}-${ep_arch}.tar.gz"
   fi
 
   echo -e "Please wait. Extracting Eclipse SDK: eclipse-SDK-${ep_ver}-${ep_arch}.tar.gz\n"
@@ -258,9 +258,9 @@ then
         TM_SITE="http://download.eclipse.org/tm/updates/4.0"
         TM_TERMINAL_SITE="http://download.eclipse.org/tm/terminal/marketplace"
 else
-        MAIN_SITE="http://downloads.yoctoproject.org/eclipse/oxygen/"
-        TM_SITE="http://downloads.yoctoproject.org/eclipse/tm/updates/4.0/"
-        TM_TERMINAL_SITE="http://downloads.yoctoproject.org/eclipse/tm/terminal/marketplace"
+        MAIN_SITE="http://downloads.yoctoproject.org/eclipse-full/releases/oxygen/"
+        TM_SITE="http://downloads.yoctoproject.org/eclipse-full/tm/updates/4.0/"
+        TM_TERMINAL_SITE="http://downloads.yoctoproject.org/eclipse-full/tm/terminal/marketplace"
 fi
 
 #Update Site - always use updates from upstream
-- 
2.11.0



More information about the eclipse-yocto mailing list