[yocto] [eclipse-poky][PATCH 0/7] Fixed bug in creating remote debug launcher

Atanas Gegov atanas.gegov.oss at gmail.com
Mon Jun 3 01:29:50 PDT 2013


From: Atanas Gegov <atanas.gegov at bmw-carit.de>

Hi,

this patch series fixes a bug where the remote debug launcher is not correctly
created because not all Yocto natures are added to the project at the point
where the method is being called. The path to the binary was in some cases (by
new CMake project) not correctly set. 

This fix required some code refactoring. Some further refactoring was also done
in order to reduce the complexity of the very large YoctoSDKUtils class.

Cheers,
Atanas

P.S: This patch series apply on the current master "Add remote.utils plugin to
sdk features" (ff4ccb4d65243f2a28eb89c72e9b425702b6c3aa).

Atanas Gegov (7):
  plugins/sdk.ide: Extracted a private method
  plugins/sdk.ide: Extracted launchers creation
  plugins/sdk.ide: Decoupled launcher creation from environment setting
  plugins/sdk.ide: Moved a locally used method
  plugins/sdk.ide: Changed access level modifiers for some methods
  plugins/sdk.ide: Removed unused methods
  plugins/sdk.ide: Moved more locally used methods

 .../managedbuilder/job/ExecuteConfigureJob.java    |   29 +-
 .../src/org/yocto/sdk/ide/YoctoSDKChecker.java     |   26 +-
 .../natures/YoctoSDKAutotoolsProjectNature.java    |   21 +-
 .../ide/preferences/YoctoSDKPreferencePage.java    |   25 +-
 .../preferences/YoctoSDKProjectPropertyPage.java   |  119 +++++-
 .../src/org/yocto/sdk/ide/utils/YoctoSDKUtils.java |  388 +++++---------------
 .../sdk/ide/utils/YoctoSDKUtilsConstants.java      |    2 +-
 .../ide/wizard/NewYoctoProjectTemplateProcess.java |    2 +
 8 files changed, 306 insertions(+), 306 deletions(-)

-- 
1.7.9.5




More information about the yocto mailing list