Merged to eclipse-poky master.

Thanks,
Jessica

-----Original Message-----
From: yocto-boun...@yoctoproject.org [mailto:yocto-boun...@yoctoproject.org] On 
Behalf Of Atanas Gegov
Sent: Monday, June 03, 2013 1:30 AM
To: yocto@yoctoproject.org
Subject: [yocto] [eclipse-poky][PATCH 0/7] Fixed bug in creating remote debug 
launcher

From: Atanas Gegov <atanas.ge...@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

_______________________________________________
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto
_______________________________________________
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto

Reply via email to