[yocto] [PATCH 0/8] [eclipse-poky-windows] Multiple fixes against eclipse plugin for working on Windows agains Build Appliance

Ioana Grigoropol ioanax.grigoropol at intel.com
Wed Nov 28 02:12:22 PST 2012


- Add fixes for Recipe wizard & Bitbake Project Wizard 
- Wait for command output in a synchronous way using semaphores
- Fix remote deletion of files
- Initialize Bitbake session & parse environment variables

Ioana Grigoropol (8):
  Add console fixes & run commands in a synchronous way
  Initialize bitbake session & environment parse variables
  Fix Bitbake commander project wizard
  Validate Recipe autopopulated fields
  Fix remote deletion of files
  Fix md5sum & sha256sum pattern checks
  Fix bitbake session by disabling sanity checks
  Do not rely on AbstractHostShellOutputReader for waiting for command
    outputs

 .../src/org/yocto/bc/bitbake/BBRecipe.java         |   10 +-
 .../src/org/yocto/bc/bitbake/BBSession.java        |   17 ++-
 .../src/org/yocto/bc/bitbake/ShellSession.java     |   58 ++++-----
 .../org/yocto/bc/remote/utils/ConsoleHelper.java   |   18 +--
 .../bc/remote/utils/ConsoleHelperRunnable.java     |   31 +++++
 .../org/yocto/bc/remote/utils/ConsoleRunnable.java |   37 ++++++
 .../org/yocto/bc/remote/utils/RemoteHelper.java    |   41 ++++--
 .../org/yocto/bc/remote/utils/RemoteMachine.java   |    6 +-
 .../remote/utils/YoctoHostShellProcessAdapter.java |  132 +++++++++++++++++---
 .../bc/ui/wizards/NewBitBakeFileRecipeWizard.java  |    2 +-
 .../ui/wizards/NewBitBakeFileRecipeWizardPage.java |   40 +++---
 .../yocto/bc/ui/wizards/install/InstallWizard.java |   85 ++++---------
 12 files changed, 297 insertions(+), 180 deletions(-)
 create mode 100644 plugins/org.yocto.bc.ui/src/org/yocto/bc/remote/utils/ConsoleHelperRunnable.java
 create mode 100644 plugins/org.yocto.bc.ui/src/org/yocto/bc/remote/utils/ConsoleRunnable.java

-- 
1.7.9.5




More information about the yocto mailing list