aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2019-01-11setup.sh: add documentation for eclipse full and partial mirrorscha/yocto-13050-oxygen-masterChin Huat Ang
[YOCTO #13050 v3] Signed-off-by: Chin Huat Ang <chin.huat.ang@intel.com>
2019-01-11setup.sh: generate trace.ini when requiredChin Huat Ang
Instead of pointing to static trace.ini which doesn't work well when the build is not run within scripts/ directory, dynamically generate the file in PWD to enable P2 trace messages when -q or --quiet is not set. [YOCTO #13050 v3] Signed-off-by: Chin Huat Ang <chin.huat.ang@intel.com>
2019-01-11setup.sh: fix getoptChin Huat Ang
* Replace getopts with getopt as it supports long and short options, also make sure all options are handled via getopt. * Suppress trace messages using -q or --quiet * Use P2 mirrors whenever -u or --upstream is set. [YOCTO #13050 v2] Signed-off-by: Chin Huat Ang <chin.huat.ang@intel.com>
2019-01-11setup.sh: rename P2 debug trace optionChin Huat Ang
* P2_INSTALL_DEBUG -> P2_INSTALL_TRACE * P2_INSTALL_TRACE enabled by default * debug.ini -> trace.ini [YOCTO #13050 v2] Signed-off-by: Chin Huat Ang <chin.huat.ang@intel.com>
2019-01-11setup.sh: allow disabling P2 mirrorsChin Huat Ang
Add new option for disabling P2 mirrors when downloading IUs. Note that setting "-vmargs -Declipse.p2.mirrors=false" at the end of the command line doesn't seem to work, so instead we set them by modifying the config.ini file from the eclipse archive that's being extracted. [YOCTO #13050 v1] Signed-off-by: Chin Huat Ang <chin.huat.ang@intel.com>
2019-01-11setup.sh: add P2 debug trace optionChin Huat Ang
Add new option for turning on P2 debug traces to enable troubleshooting P2 mirrors related issues such as when downloading installation units (IUs). These trace options are documented here: https://wiki.eclipse.org/Equinox/p2/TracingOptions [YOCTO #13050 v1] Signed-off-by: Chin Huat Ang <chin.huat.ang@intel.com>
2019-01-10setup.sh: use partial mirror on yoctoproject.orgChin Huat Ang
When --upstream switch is not specified, download eclipse archive from partial mirror instead of full mirror on yoctoproject.org [YOCTO #13101] Signed-off-by: Chin Huat Ang <chin.huat.ang@intel.com>
2019-01-10setup.sh: update Eclipse Oxygen SDK upstream urlChin Huat Ang
Eclipse Oxygen 4.7.3a has been moved to archive.eclipse.org, running setup.sh with --upstream switch should now download from the new URL. [YOCTO #13101] Signed-off-by: Chin Huat Ang <chin.huat.ang@intel.com>
2018-12-06setup.sh: use Yocto Project full eclipse mirror for UPDATE_SITETim Orling
We now have a full mirror of Eclipse, so there is no longer any reason to go to upstream for UPDATE_SITE. Should help with [YOCTO #13050], but not a necessarily the complete fix. Signed-off-by: Tim Orling <timothy.t.orling@linux.intel.com>
2018-08-09scripts/setup.sh: Update to Oxygen.3aTim Orling
The Oxygen.3a release was mostly to fix Java 9 support, but it is the latest Oxygen version which will be downloaded by clicking through: http://www.eclipse.org/ Download > Download Packages > More Downloads - Eclipse Oxygen(4.7) > Eclipse IDE for C/C++ Developers Or http://www.eclipse.org/downloads/packages/release/oxygen/3a > Eclipse IDE for C/C++ Developers Signed-off-by: Tim Orling <timothy.t.orling@linux.intel.com>
2018-08-09scripts/setup.sh: use YP full eclipse mirrorTim Orling
Rather than using the manually updated snapshot mirror directories, use the YP full Eclipse mirror. Signed-off-by: Tim Orling <timothy.t.orling@linux.intel.com>
2018-08-09setup.sh: clean upChin Huat Ang
Signed-off-by: Chin Huat Ang <chin.huat.ang@intel.com> Signed-off-by: Tim Orling <timothy.t.orling@linux.intel.com>
2018-08-09setup.sh: update to Oxygen.3 featuresChin Huat Ang
Signed-off-by: Chin Huat Ang <chin.huat.ang@intel.com> Signed-off-by: Tim Orling <timothy.t.orling@linux.intel.com>
2018-08-09setup.sh: Eclipse: Oxygen.2 -> Oxygen.3Chin Huat Ang
Eclipse SDK Oxygen.2 download link no longer works, update to Oxygen.3 instead. Signed-off-by: Chin Huat Ang <chin.huat.ang@intel.com> Signed-off-by: Tim Orling <timothy.t.orling@linux.intel.com>
2018-08-09setup.sh: clean up older releaseChin Huat Ang
Signed-off-by: Chin Huat Ang <chin.huat.ang@intel.com> Signed-off-by: Tim Orling <timothy.t.orling@linux.intel.com>
2018-08-09o.y.cmake.managedbuilder: fix broken cmake toolchain fileChin Huat Ang
The generated toolchain.cmake file was misconfigured to build using toolchain from OECORE_TARGET_SYSROOT which led to spurious cmake error claiming the toolchain is broken. The solution is to make sure cmake never looks for programs in OECORE_TARGET_SYSROOT, also CMAKE_FIND_ROOT_PATH now only contains OECORE_TARGET_SYSROOT so that only target's libraries and include files are used. [YOCTO #12714] [YOCTO #12483] Signed-off-by: Chin Huat Ang <chin.huat.ang@intel.com>
2018-08-09o.y.cmake.managedbuilder: resolve absolute path to cmake executableChin Huat Ang
The cmake project appears to always use host cmake unless an absolute path to the executable in SDK or build directory is specified in project settings, this is likely caused by a misunderstanding in how the Java ProcessBuilder works, where setting the PATH environment variable to include path to SDK or build directory would not help to resolve the location of the cmake executable. With this fix, the cmake process would be executed using absolute path resolved from the latest value PATH environment variable, and in the event that SDK or build directory paths are not set, this would fallback to use the original PATH value to resolve host cmake. Signed-off-by: Chin Huat Ang <chin.huat.ang@intel.com>
2018-05-02Documentation: add brief-yoctoproject-qs and overview-manual manualsChin Huat Ang
The new brief-yoctoprojectqs manual replaces the existing yocto-project-qs, while overview-manual is a new manual in sumo (2.5) release. The titles and descriptions of the manuals have been updated, and the manuals are now arranged based on the same order as how they appear in the mega-manual. [YOCTO #12669] Signed-off-by: Chin Huat Ang <chin.huat.ang@intel.com>
2018-05-02generate-doc.sh: remove non-existent yocto-project-qs doc targetChin Huat Ang
yocto-project-qs documentation is being replaced by brief-yoctoprojectqs (see yocto-docs commit aadec4a70fa89e4dcd233c337d8971c8353ee26d) for sumo release. This broke eclipse documentation plugin build for sumo, so we'll remove yocto-project-qs from eclipse build. [YOCTO #12669] Signed-off-by: Chin Huat Ang <chin.huat.ang@intel.com>
2018-02-07org.yocto.sdk.remotetools: remove YoctoBSPWizard java classesChin Huat Ang
YoctoBSPWizard no longer works as the underlying command-line tool yocto-bsp has been removed as of sumo, see: http://git.yoctoproject.org/cgit/cgit.cgi/poky/commit/?id=95d4f4ec1e512d612242695542f04cbd472f3463 [YOCTO #12509] Signed-off-by: Chin Huat Ang <chin.huat.ang@intel.com> Signed-off-by: Tim Orling <timothy.t.orling@linux.intel.com>
2018-02-07org.yocto.sdk.remotetools: remove YoctoBSPWizard UI contributionChin Huat Ang
Cosmetic change to remove YoctoBSPWizard menu item [YOCTO #12509] The yocto-bsp tools have been removed from Yocto Project in favor of more feature rich and better maintained bitbake-layers tools. https://bugzilla.yoctoproject.org/show_bug.cgi?id=12300 Signed-off-by: Chin Huat Ang <chin.huat.ang@intel.com> Signed-off-by: Tim Orling <timothy.t.orling@linux.intel.com>
2018-02-07org.yocto.sdk.ide: fix configure.ac warningsChin Huat Ang
Use modern form of AM_INIT_AUTOMAKE in configure.ac template. [YOCTO #12514] Signed-off-by: Chin Huat Ang <chin.huat.ang@intel.com>
2018-01-28README.txt: update contributor instructions to use eclipse-pokyTim Orling
Since we have now created an eclipse-poky mailing list, all patches and discussion should be directed there. Signed-off-by: Tim Orling <timothy.t.orling@linux.intel.com>
2018-01-26setup.sh: show versions availables and version installedChin Huat Ang
Signed-off-by: Chin Huat Ang <chin.huat.ang@intel.com> Signed-off-by: Tim Orling <timothy.t.orling@linux.intel.com>
2018-01-26setup.sh: install feature version which meets minimum version requiredChin Huat Ang
When only minimum version is specified, install feature with version closest to the minimum specified. Signed-off-by: Chin Huat Ang <chin.huat.ang@intel.com> Signed-off-by: Tim Orling <timothy.t.orling@linux.intel.com>
2018-01-24Update setup.sh to Oxygen.2 (4.7.2) releaseChin Huat Ang
Signed-off-by: Chin Huat Ang <chin.huat.ang@intel.com> Signed-off-by: Tim Orling <timothy.t.orling@linux.intel.com>
2017-09-18Update setup.sh to Oxygen (4.7.0) releasebrian avery
[YOCTO #12099] Signed-off-by: brian avery <brian.avery@intel.com>
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-16org.yocto.sdk.remotetools: SubProgressMonitor -> SubMonitorTim Orling
[YOCTO #9908] Suppress restriction, unchecked and unused warnings. Cleanup unused imports/variables. Comment out some imports that were only used in commented out code. Signed-off-by: Tim Orling <timothy.t.orling@linux.intel.com>
2016-08-16org.yocto.sdk.ide: remove InvokeAction usageTim Orling
[YOCTO #9908] Dropped from CDT 9.0.0 (that work is done by handlers now) Suppress restriction warnings Cleanup unused imports Signed-off-by: Tim Orling <timothy.t.orling@linux.intel.com>
2016-08-16org.yocto.remote.utils: fix or supress warningsTim Orling
[YOCTO #9908] Replace SubProgressMonitor usage with SubMonitor Signed-off-by: Tim Orling <timothy.t.orling@linux.intel.com>
2016-08-16org.yocto.bc.ui: cleanup unused imports; fix generics warningsTim Orling
[YOCTO #9908] Also add any required unimplemented methods Fix deprecated Eclipse-LazyStart: true in META-INF/MANIFEST Signed-off-by: Tim Orling <timothy.t.orling@linux.intel.com>
2016-08-16org.yocto.sdk/feature.xml: clean up unused dependenciesTim Orling
[YOCTO #9908] 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-12Cleanup - drop all references to ADT and HOBTim Orling
- minimum Java 1.7 for Mars - bump all plugins/features to 1.4.1 release - update copyright year - cheatsheet -> /opt/poky/2.1 [YOCTO #7820] [YOCTO #9561] Signed-off-by: Tim Orling <timothy.t.orling@linux.intel.com>
2016-07-12org.yocto.sdk.site: add TM 4.0 Updates site to category.xmlTim Orling
This makes it possible for the user to simply download Eclipse for C/C++ Developers and then install the plugin, without having to manually add any additional (e.g, rse.terminals) update sites that would not be available in a default Eclipse installation. [YOCTO #9105] 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-12org.yocto.sdk.ide: Use CFLAGS from CC variable in cmake toolchain fileThomas Elste
The CC and CXX variables imported from the Yocto build environment may contain additional compiler flags after the compiler name. Extract those and add them to cmake toolchain file variables, too. Signed-off-by: Thomas Elste <thomas.elste@imms.de>
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>
2016-06-10plugins/org.yocto.sdk.ide: Account for multiple PATH exportsAdrian Dudau
In the current implementation of the HashMap parsing of the source script only the last $PATH export is considered, which leads to issues in the case of eSDK. By concatenating the new value with HashMap values from previous iterations we make sure that previous exports are not lost. [YOCTO #9361] Signed-off-by: Adrian Dudau <adrian.dudau@enea.com> Signed-off-by: Tim Orling <timothy.t.orling@linux.intel.com>
2016-06-03bsp/MainPage.java: Fixing typo in bsp creation wizardHumberto Ibarra
New bsp creation wizard has a typo. When giving an already existing directory, the message spells "exiting" instead of "existing". [Yocto #9614] Reviewed-by: Tim Orling <timothy.t.orling@linux.intel.com> Signed-off-by: Tim Orling <timothy.t.orling@linux.intel.com>