diff options
Diffstat (limited to 'schulung_tools/layer-building/yocto/get-full-eclipse-mirror.sh')
| -rwxr-xr-x | schulung_tools/layer-building/yocto/get-full-eclipse-mirror.sh | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/schulung_tools/layer-building/yocto/get-full-eclipse-mirror.sh b/schulung_tools/layer-building/yocto/get-full-eclipse-mirror.sh index c155e7e..28df840 100755 --- a/schulung_tools/layer-building/yocto/get-full-eclipse-mirror.sh +++ b/schulung_tools/layer-building/yocto/get-full-eclipse-mirror.sh @@ -4,6 +4,8 @@ set -e test -w /opt/mirrors || exit 1 +YOCTO_VERS="2.6.1" + ECL="/opt/eclipse/eclipse -nosplash -verbose -application" AM="$EARGS org.eclipse.equinox.p2.metadata.repository.mirrorApplication" @@ -11,7 +13,7 @@ AA="$EARGS org.eclipse.equinox.p2.artifact.repository.mirrorApplication" P1="download.eclipse.org/releases/oxygen" P2="download.eclipse.org/tm/updates/4.0" -P3="downloads.yoctoproject.org/releases/eclipse-plugin/2.6/oxygen" +P3="downloads.yoctoproject.org/releases/eclipse-plugin/$YOCTO_VERS/oxygen" go() { |
