[yocto] [PATCH 0/2] [eclipse-poky-windows] Fix validation & command running on Linux

Ioana Grigoropol ioanax.grigoropol at intel.com
Wed Dec 5 08:22:15 PST 2012


- Skip validating an existing git repo and only perform some "sanity" checks
- When waiting for a command to finish executing do not use the command prompt because it can change depending on the target & the connection; instead use a terminator  to mark the end of the command execution
- When running from Linux and using a Local connection, after restarting Eclipse RSE does not find the connection - fix it by manually checking for the localhost connection

Ioana Grigoropol (2):
  Remove validation for existing git repository
  Fix synchronous waiting for command prompt in Linux & connection lost
    when restarting

 .../src/org/yocto/bc/bitbake/BBSession.java        |    2 +
 .../src/org/yocto/bc/bitbake/ShellSession.java     |   24 ++----
 .../yocto/bc/remote/utils/ProcessStreamBuffer.java |   14 ++--
 .../org/yocto/bc/remote/utils/RemoteHelper.java    |   14 ++--
 .../remote/utils/YoctoHostShellProcessAdapter.java |   28 +------
 .../src/org/yocto/bc/ui/Activator.java             |   79 ++++++--------------
 .../src/org/yocto/bc/ui/model/ProjectInfo.java     |    4 +
 .../bc/ui/wizards/NewBitBakeFileRecipeWizard.java  |    7 +-
 .../ui/wizards/NewBitBakeFileRecipeWizardPage.java |   15 ++--
 .../yocto/bc/ui/wizards/install/OptionsPage.java   |   10 +--
 10 files changed, 65 insertions(+), 132 deletions(-)

-- 
1.7.9.5




More information about the yocto mailing list