aboutsummaryrefslogtreecommitdiffstats
path: root/scripts
AgeCommit message (Collapse)Author
2017-01-19Update setup.sh to Neon.2 (4.6.2) releasebavery_TestFeatureBranchTim Orling
[YOCTO #10927] Signed-off-by: Tim Orling <timothy.t.orling@linux.intel.com>
2017-01-14Update setup.sh to Neon.1 releaseTim Orling
Signed-off-by: Tim Orling <timothy.t.orling@linux.intel.com>
2016-10-27Update and enhance README.txtTim Orling
* Move scripts/readme.txt -> README.txt * Update information which had gotten out of date * Remove non-generic instructions * Augment the description of the work flow - Clarify command line options for the scripts - Describe how to update to a newer Eclipse release - Mention the Eclipse mailing lists to help stay informed [YOCTO #10111] Signed-off-by: Tim Orling <timothy.t.orling@linux.intel.com>
2016-09-16Drop bc from buildTim Orling
[YOCTO #10032] BitBake Commander has been bit-rotting for years and it was decided to deprecate it in 2.1. Drop it from the build. Signed-off-by: Tim Orling <timothy.t.orling@linux.intel.com>
2016-08-25scripts/setup.sh: check java versionTim Orling
Make it obvious when run on autobuilder if java version is too low. While we are at it, check that java is present. [YOCTO #10156] Borrowing heavily from: http://stackoverflow.com/questions/7334754/correct-way-to-check-java-version-from-bash-script Signed-off-by: Tim Orling <timothy.t.orling@linux.intel.com>
2016-08-16scripts/setup.sh: fix download URIsTim Orling
The non-upstream URIs were accidentally still pointing to Mars data. Signed-off-by: Tim Orling <timothy.t.orling@linux.intel.com>
2016-08-16add script to update java version; update all to JavaSE-1.8Tim Orling
[YOCTO #9562] Minimum required java version for Neon is 1.8 Signed-off-by: Tim Orling <timothy.t.orling@linux.intel.com>
2016-08-16fix the buildTim Orling
- scripts/build.sh: explicitly build org.yocto.utils - also drop org.eclipse.cdt.debug.mi (upstream change) Signed-off-by: Tim Orling <timothy.t.orling@linux.intel.com>
2016-08-16Update to Neon (4.6.0) releaseTim Orling
[YOCTO #9907] Signed-off-by: Tim Orling <timothy.t.orling@linux.intel.com>
2016-08-03setup.sh: change TM mirror urlTim Orling
It makes more sense to have everything related to eclipse in one directory under http://downloads.yoctoproject.org/eclipse so move tm/ to be a subdirectory of eclipse/ Signed-off-by: Tim Orling <timothy.t.orling@linux.intel.com>
2016-07-12Update to Mars.2 and new TM 4.0 sitesTim Orling
- Bump org.yocto.sdk feature version to 1.4.1 - Update org.yocto.sdk feature copyright year. - Update org.yocto.bc feature copyright year. - download rse.terminals (deprecated) from TM_SITE - add TM TERMINAL (replacement for RSE.TERMINALS) - re-export the packages from rse.terminals Signed-off-by: Tim Orling <timothy.t.orling@linux.intel.com>
2016-07-06scripts: additional failure checksTim Orling
[YOCTO #7533] Signed-off-by: Tim Orling <timothy.t.orling@linux.intel.com>
2016-06-10Documentation: add check for adt-manual vs sdk-manual buildTim Orling
[YOCTO #9622] For older YP releases (prior to krogoth/2.1) adt-manual was the norm. Since krogoth/2.1, sdk-manual should replace it. - adt-manual dropped in commit 84abe03de1cff7952b5d0428e7433f094dde2b02 - sdk-manual added in commit ab591831a97a97d405d13ed75e9fb01e0452c292 Signed-off-by: Tim Orling <timothy.t.orling@linux.intel.com>
2015-06-30scripts:setup.sh: upgrade plugin to Eclipse MarsTodor Minchev
Signed-off-by: Todor Minchev <todor.minchev@intel.com>
2015-03-27scripts/generate-doc.sh: always build documentationTodor Minchev
Signed-off-by: Todor Minchev <todor.minchev@intel.com>
2015-03-27scripts/generate-doc.sh: remove proxyTodor Minchev
Signed-off-by: Todor Minchev <todor.minchev@intel.com>
2015-03-05build.sh:setup.sh : remove PROXY environment variableTodor Minchev
Signed-off-by: Todor Minchev <todor.minchev@intel.com>
2015-03-05build.sh/setup.sh: remove proxy infoBeth Flanagan
PROXY and http_proxy are set and shouldn't be. This causes everyone else who doesn't use these proxies to fail. Signed-off-by: Beth Flanagan <elizabeth.flanagan@intel.com> Signed-off-by: Todor Minchev <todor.minchev@intel.com>
2015-02-28scripts:build.sh: update repo urlTodor Minchev
Signed-off-by: Todor Minchev <todor.minchev@intel.com>
2015-02-17scripts/setup.sh: modify build command to generate a logTodor Minchev
Signed-off-by: Todor Minchev <todor.minchev@intel.com>
2015-02-17scripts/setup.sh: use bash by defaultTodor Minchev
Some distributions such as Ubuntu link sh to dash Signed-off-by: Todor Minchev <todor.minchev@intel.com>
2015-02-06scripts/build.sh: add Eclipse 2.0 Style Plugin SupportTodor Minchev
upstream bug: https://bugs.eclipse.org/bugs/show_bug.cgi?id=407312 Signed-off-by: Todor Minchev <todor.minchev@intel.com>
2015-02-06scripts/setup.sh: update URLs and add --upstream optionTodor Minchev
By default all files will be downloaded from the Yocto Project mirror. Use [--upstream] to download from the upstream repos Signed-off-by: Todor Minchev <todor.minchev@intel.com>
2015-02-05scripts:generate-doc.sh: Upgrade plugins build script for Eclipse LunaTodor Minchev
- Clone git repo over http - Remove branch | tag differentiation Signed-off-by: Todor Minchev <todor.minchev@intel.com>
2015-02-05scripts:build.sh: Upgrade plugins build script for Eclipse LunaTodor Minchev
- Clone git repos over http - Remove branch | tag differentiation Signed-off-by: Todor Minchev <todor.minchev@intel.com>
2015-02-05scripts:setup.sh: update build env for Eclipse LunaTodor Minchev
Add an option to download build environment components from Eclipse repo or Yocto mirror Signed-off-by: Todor Minchev <todor.minchev@intel.com>
2014-06-25setup.sh: Change wget locationElizabeth Flanagan
The eclipse infrastructure seems to be having issues with SDK location Switch to internal mirror. Signed-off-by: Elizabeth Flanagan <elizabeth.flanagan@intel.com>
2013-08-05Fix url for eclipse-poky-keplerJessica Zhang
Signed-off-by: Jessica Zhang <jessica.zhang@intel.com>
2013-07-31not build utils as featureJessica Zhang
Signed-off-by: Jessica Zhang <jessica.zhang@intel.com>
2013-07-16Update build to support Kepler and code refactor for remote util plug-inJessica Zhang
Signed-off-by: Jessica Zhang <jessica.zhang@intel.com>
2013-02-08Fixed the DOC_GIT hard coded issueJessica Zhang
Signed-off-by: Jessica Zhang <jessica.zhang@intel.com>
2013-02-08scripts/build.sh: Add documentation generation to the default buildTimo Mueller
When building the plugin the matching documentation is automatically generated and added to the user.doc plugin prior to the plugin build. Signed-off-by: Timo Mueller <timo.mueller@bmw-carit.de>
2013-02-08scripts/generate-doc.sh: Copy generated eclipse help into the user.doc pluginTimo Mueller
After successful generation the eclipse help files and the table of contents of each manual are copied to the user.doc plugin. Signed-off-by: Timo Mueller <timo.mueller@bmw-carit.de>
2013-02-08scripts/generate-doc.sh: Add script to handle eclipse help generationTimo Mueller
This script will checkout the yocto-docs project containing the official yocto documentation. After successful checkout the eclipse help is generated and the about.html file of the doc.user plugin is created. Signed-off-by: Timo Mueller <timo.mueller@bmw-carit.de>
2013-02-08scripts/build.sh: Added yocto.doc feature to buildTimo Mueller
Signed-off-by: Timo Mueller <timo.mueller@bmw-carit.de>
2013-01-31scripts/build.sh: Fixed determination of repository path for local buildsTimo Mueller
The path to the local repository is assumed to be one level above the scripts folder. Signed-off-by: Timo Mueller <timo.mueller@bmw-carit.de>
2013-01-22scripts/build.sh: Fixed local build to use the correct repository pathTimo Mueller
Signed-off-by: Timo Mueller <timo.mueller@bmw-carit.de>
2012-12-11script/build.sh: Added option to enable building from local repository.Timo Mueller
If the script is called with the -l option the local git repository is used instead of the upstream repository. Signed-off-by: Timo Mueller <timo.mueller@bmw-carit.de>
2012-12-11scripts/build.sh: Added help option to the cmdlineTimo Mueller
Calling the build script with the -h option will now show the usage. The cmdline parsing can be extended to add new options in the future. Signed-off-by: Timo Mueller <timo.mueller@bmw-carit.de>
2012-12-11scripts/build.sh: Added function to use the local repository for buildingTimo Mueller
If USE_LOCAL_GIT_REPO is set to 1 the build scripts uses the local repository of the eclipse poky project for building instead of the upstream project. The local repository is derived from the location for the build script. Signed-off-by: Timo Mueller <timo.mueller@bmw-carit.de>
2012-12-04Do not build BC archiveJessica Zhang
Signed-off-by: Jessica Zhang <jessica.zhang@intel.com>
2012-12-03Switch ADT and BC build orderJessica Zhang
Signed-off-by: Jessica Zhang <jessica.zhang@intel.com>
2012-12-03Clean up category and feature descriptionsJessica Zhang
Signed-off-by: Jessica Zhang <jessica.zhang@intel.com>
2012-11-30split Yocto Project Bitbake Commander to a different featureJessica Zhang
Signed-off-by: Jessica Zhang <jessica.zhang@intel.com>
2012-09-19setup.py: Use Yocto mirror of eclipse juno repoElizabeth Flanagan
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 sdk tarballs and a mirror of the update site. Signed-off-by: Elizabeth Flanagan <elizabeth.flanagan@intel.com>
2012-07-06scripts/find-version: Added script to find local installed plugin.Lianhao Lu
Signed-off-by: Lianhao Lu <lianhao.lu@intel.com>
2012-06-28scripts/setup.sh: Refactor for 4.2(Juno) release.Lianhao Lu
Signed-off-by: Lianhao Lu <lianhao.lu@intel.com>
2012-06-25scripts: Remove bashism.Lianhao Lu
Signed-off-by: Lianhao Lu <lianhao.lu@intel.com>
2012-03-30script/setup.sh: Using Eclipse 3.7.2 for headless build.Lianhao Lu
1. Rewrite the setup.sh to allow update_feature_remote support version [min, max). 2. Upgrade to Eclipse 3.7.2 for headless build 3. Do not install unnecessary features. Signed-off-by: Lianhao Lu <lianhao.lu@intel.com>
2012-03-26Fix the build error to force using specified version and release date due to ↵Jessica Zhang
Eclipse releases likely to break the backward compatibility, we have to depends on specific plugin versions Signed-off-by: Jessica Zhang <jessica.zhang@intel.com>