[yocto] [PATCH][eclipse-poky] setup.py: Change main eclipse SDK repo to point to yocto

Flanagan, Elizabeth elizabeth.flanagan at intel.com
Fri Sep 7 15:38:53 PDT 2012


The main eclipse download site has been hard to connect to
for many users. This sets up the main setup script to use a
mirror of the eclipse tarballs.

One note of importance here, is that we will have to maintain
a mirror of all SDK releases we wish to utilize.

Signed-off-by: Elizabeth Flanagan <elizabeth.flanagan at intel.com>
---
 scripts/setup.sh |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/scripts/setup.sh b/scripts/setup.sh
index 5a928f4..b7e2a54 100755
--- a/scripts/setup.sh
+++ b/scripts/setup.sh
@@ -66,7 +66,7 @@ if [ ! -f
eclipse/plugins/org.eclipse.swt_3.100.0.v4233d.jar ]; then
   fi
   # Eclipse SDK: Need the SDK so we can link into docs
   echo "Getting Eclipse SDK..."
-  wget "http://download.eclipse.org/eclipse/downloads/drops4/${ep_rel}${ep_ver}${ep_date}/eclipse-SDK-${ep_ver}-${ep_arch}.tar.gz"
+  wget "http://downloads.yoctoproject.org/eclipse/downloads/drops4/${ep_rel}${ep_ver}${ep_date}/eclipse-SDK-${ep_ver}-${ep_arch}.tar.gz"
   tar xfz eclipse-SDK-${ep_ver}-${ep_arch}.tar.gz || err_exit $?
"extracting Eclipse SDK failed"
   rm eclipse-SDK-${ep_ver}-${ep_arch}.tar.gz
   cd "${curdir2}"
-- 
1.7.5.4



More information about the yocto mailing list