The non-upstream URIs were accidentally still pointing to Mars data. Signed-off-by: Tim Orling <timothy.t.orl...@linux.intel.com> --- scripts/setup.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/scripts/setup.sh b/scripts/setup.sh index 30f4463..75310ab 100755 --- a/scripts/setup.sh +++ b/scripts/setup.sh @@ -227,8 +227,8 @@ then TM_SITE="http://download.eclipse.org/tm/updates/4.0/GA" TM_TERMINAL_SITE="http://download.eclipse.org/tm/terminal/marketplace" else - MAIN_SITE="http://downloads.yoctoproject.org/eclipse/mars/" - DEPRECATED_SITE="http://downloads.yoctoproject.org/eclipse/luna/ftp.osuosl.org/pub/eclipse/releases/luna" + MAIN_SITE="http://downloads.yoctoproject.org/eclipse/neon/" + DEPRECATED_SITE="http://downloads.yoctoproject.org/eclipse/mars" TM_SITE="http://downloads.yoctoproject.org/eclipse/tm/updates/4.0/" TM_TERMINAL_SITE="http://downloads.yoctoproject.org/eclipse/tm/terminal/marketplace" fi -- 2.7.4 -- _______________________________________________ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto