summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2016-08-01org.yocto.sdk.ide.tests.ui: add skeleton from maven projecttimo/neon-master-ui-tests-wipTim Orling
TODO: * rework to run in existing Ant/PDE build system * remove crops-isms For now, you can install SWTBot features manually and run the tests in the IDE. Signed-off-by: Tim Orling <timothy.t.orling@linux.intel.com>
2016-08-01add gitignore for new org.yocto.sdk.ide.tests.ui projectTim Orling
Signed-off-by: Tim Orling <timothy.t.orling@linux.intel.com>
2016-07-23org.yocto.sdk.remotetools: SubProgressMonitor -> SubMonitortimo/neon-masterTim Orling
[YOCTO #9908] Suppress restriction 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-07-23org.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-07-23org.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-07-23org.yocto.bc.ui: cleanup unused imports; fix generics warningsTim Orling
[YOCTO #9908] Also add any required unimplemented methods Signed-off-by: Tim Orling <timothy.t.orling@linux.intel.com>
2016-07-23org.yocto.sdk/feature.xml: clean up unused dependenciesTim Orling
[YOCTO #9908] Signed-off-by: Tim Orling <timothy.t.orling@linux.intel.com>
2016-07-23add 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-07-23fix 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-07-23Update to Neon (4.6.0) releaseTim Orling
[YOCTO #9907] Signed-off-by: Tim Orling <timothy.t.orling@linux.intel.com>
2016-07-09Cleanup - drop all references to ADT and HOBtimo/mars.2-masterTim 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-09org.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-09Update 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>
2016-05-19OptionsPage.java: improved handling of path concatenation in new projectHumberto Ibarra
When creating a new Yocto Bitbake Commander project, the folder separator is not being handled correctly. The problem is a folder and a file to be concatenated are joined as Strings instead of paths. This patch solves the issue by using a path joining mechanism instead of simply concatenating strings. [Yocto #9648] Signed-off-by: Humberto Ibarra <humberto.ibarra.lopez@intel.com> Signed-off-by: Tim Orling <timothy.t.orling@linux.intel.com>
2016-04-26systemtap: Add button to browse to build folder.Adrian Dudau
Fixes [Yocto 4223] Porting commit a80114b5d1c8d774fd9271da48a38654321d4817 from the Juno branch. Signed-off-by: Jose Lamego <jose.a.lamego at linux.intel.com> Signed-off-by: Tim Orling <timothy.t.orling@linux.intel.com>
2015-10-02org.yocto.sdk.ide: Set LC attributes for legacy CDI and DSFTeodor Madan
- Do not override preferred launch delegate. Leave to the workspace setting according to user preferences. - Tweak is no longer needed for avoiding reseting settings to defaults Signed-off-by: Teodor Madan <teodor.madan at freescale.com> Signed-off-by: Todor Minchev <todor.minchev@linux.intel.com>
2015-07-07org.yocto.bc: remove dependency on org.yocto.sdk.ideTodor Minchev
2015-07-01org.yocto.bc.ui: add SRC_URI validationTodor Minchev
Allow only valid URI protocols in the SRC_URI field when creating a new recipe. Resolves bug [4800]: https://bugzilla.yoctoproject.org/show_bug.cgi?id=4800 Signed-off-by: Todor Minchev <todor.minchev@linux.intel.com>
2015-06-30scripts:setup.sh: upgrade plugin to Eclipse MarsTodor Minchev
Signed-off-by: Todor Minchev <todor.minchev@intel.com>
2015-06-17org.yocto.bc.ui: remove poky git cloningTodor Minchev
The git clones of poky from within Eclipse have negative impact on user experience. For instance, network connectivity issues are not reported to the user by the git instance running in the background. Signed-off-by: Todor Minchev <todor.minchev@intel.com>
2015-06-16latencytop: do not launch with sudoTodor Minchev
The QEMU images generated with Yocto have only root user by default and sudo is not included in all images. Signed-off-by: Todor Minchev <todor.minchev@intel.com>
2015-05-01org.yocto.bc.ui: replace Hob with ToasterTodor Minchev
Toaster is a web interface to OpeEmbedded and BitBake, the Yocto Project build system. Toaster allows you to configure and run your builds, and provides information and statistics about the build process. https://www.yoctoproject.org/tools-resources/projects/toaster Signed-off-by: Todor Minchev <todor.minchev@linux.intel.com>
2015-04-27org.yocto.bc.ui: convert to Yocto recipe editorTodor Minchev
Remove bitbake commander remote project functionality and convert it to a pure Yocto recipe editor. 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-17org.yocto.sdk.ide: expand SDKTARGETSYSROOTTodor Minchev
Resolves bug [7462]: https://bugzilla.yoctoproject.org/show_bug.cgi?id=7462 Signed-off-by: Todor Minchev <todor.minchev@intel.com> Reported-by: Bryan Evenson <bevenson@melinkcorp.com>
2015-03-05.gitignore: ignore eclipse IDE metadataTodor 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-17features:org.yocto.bc: add sdk to bc headless buildTodor Minchev
Make SDK classes visible to BC headless build so features can be shared Signed-off-by: Todor Minchev <todor.minchev@intel.com>
2015-02-16logger: adds logger supportTodor Minchev
set ENABLE_ADT_LOGS=1 environment variable to activate the logger A separate log for each plugin is stored in the Eclipse installation directory: adt.log bitbake_commander.log remote_tools.log remote_utils.log Resolves bug [3548]: https://bugzilla.yoctoproject.org/show_bug.cgi?id=3548 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-05org.yocto.bc.ui: fix import paths in bitbake commanderTodor Minchev
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-12-03[Yocto #4009] using OperationCanceledException to have a better handle of ↵Jessica Zhang
the error compare to the current ProcessFailureException Signed-off-by: Jessica Zhang <jessica.zhang@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>
2014-05-22plugins/cmake: Add oecore sysroot variables to CMAKE_FIND_ROOT_PATHTimo Mueller
The sysroots provided by the toolchain were not added to the CMAKE_FIND_ROOT_PATH variable. This resolved into CMake searching on the host system breaking cross-compilation in some cases. With the addition of the sysroot environment variables provided by oecore, we make sure that these sysroots are scanned when CMake is conducting searches. [BUGFIX #6314] Signed-off-by: Timo Mueller <timo.mueller@bmw-carit.de>
2014-05-22plugins/cmake: Refactor creation of CMAKE_FIND_ROOT_PATHTimo Mueller
Adding new environment variables to the list of variables that contribute to the the CMAKE_FIND_ROOT_PATH involved manually appending to the value string and also adding a whitespace to separate values. The construction of the CMAKE_FIND_ROOT_PATH value is extracted to a separate method, which expects a list of environment variables. Adding or removing environment variables that contribute to the path is now achieved by modifying the entries of the list. Signed-off-by: Timo Mueller <timo.mueller@bmw-carit.de>
2014-05-22plugins/cmake: Add cmake error message to error dialogTimo Mueller
In case cmake reported an error during project configuration the resulting error dialog showed a generic 'build failed' message. The specific error message which can help the user find the problem was hidden in cmake console. Along with logging the cmake error to the configure console it is now also captured and added to the error dialog. [BUGFIX #6313] Signed-off-by: Timo Mueller <timo.mueller@bmw-carit.de>