[yocto] [Refactor RFC 0/8] Merging of windows-build with master[patch-set2]

Ioana Grigoropol ioanax.grigoropol at intel.com
Tue Jun 4 08:07:40 PDT 2013


- second patch set for merging windows-build to master
- these patches apply on top of the first patch set(9)

Ioana Grigoropol (8):
  Redirect bitbake environment parsing to file & parse
  Use YoctoHostFile for storing OEFile(s)
  Remove unused checkReadOnlyParent method of OEFile
  Fix full path of OEFile
  Fix NullPointerException when detecting changed files
  Fix Hob launching on Linux host
  Enable edit&save of remote files
  Fix variables hoover

 .../src/org/yocto/bc/bitbake/BBRecipe.java         |    2 +-
 .../src/org/yocto/bc/bitbake/BBSession.java        |   73 +++--
 .../src/org/yocto/bc/bitbake/ShellSession.java     |   14 +-
 .../bc/ui/builder/BitbakeCommanderNature.java      |    2 +-
 .../bc/ui/editors/bitbake/BBVariableTextHover.java |   12 +-
 .../editors/bitbake/BitBakeDocumentProvider.java   |   40 ++-
 .../bc/ui/editors/bitbake/BitBakeFileEditor.java   |    2 +-
 .../bitbake/BitBakeSourceViewerConfiguration.java  |    4 +
 .../src/org/yocto/bc/ui/filesystem/OEFile.java     |  286 +++++-------------
 .../org/yocto/bc/ui/filesystem/OEFileSystem.java   |   15 +-
 .../org/yocto/bc/ui/filesystem/OEIgnoreFile.java   |    7 +-
 .../src/org/yocto/bc/ui/model/YoctoHostFile.java   |  306 ++++++++++++++++++++
 12 files changed, 506 insertions(+), 257 deletions(-)
 create mode 100644 plugins/org.yocto.bc.ui/src/org/yocto/bc/ui/model/YoctoHostFile.java

-- 
1.7.9.5




More information about the yocto mailing list