[oe-commits] [openembedded-core] branch master-next updated (6aa9150 -> f3b833c)

git at git.openembedded.org git at git.openembedded.org
Fri May 13 17:10:37 UTC 2016


rpurdie pushed a change to branch master-next
in repository openembedded-core.

      from  6aa9150   python-native: Point to expat in native sysroot and add missing dep on expat-native
       new  51e2f8c   combo-layer: fix default "update" mode
       new  cbf5227   combo-layer: avoid too long command lines in update with history
       new  c17c8e6   wic: replace print statements with print function
       new  d377a00   wic: use items instead of iteritems
       new  b8cf9fd   wic: don't use dict.keys and dict.has_key
       new  4b8cdb1   wic: don't inherit classes from object
       new  b27c805   wic: remove with_statement imports
       new  d83dc44   wic: use new syntax of 'except' statement
       new  527c97b   wic: remove unused functions
       new  ae4ca54   wic: refactor pluginbase
       new  86039e9   wic: don't use L suffix for integers
       new  dc73706   wic: use find_executable in favor of bb.utils.which
       new  2c77dea   wic: use // operator instead of /
       new  c62115e   wic: decode output of subprocess.communicate
       new  62f65be   wic: don't encode unicode strings
       new  a3d9a2c   wic: use next builtin instead of .next method
       new  60204ae   image_types: add support for zip compression
       new  704fafb   bmap-tools: initial commit, version 3.2
       new  f064992   image types: add bmap generation option
       new  a06d22a   selftest: add bmap test
       new  f3b833c   bmap-tools: generate standalone script

The 21 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 meta/classes/image_types.bbclass                  |  8 ++-
 meta/lib/oeqa/selftest/imagefeatures.py           | 27 ++++++++
 meta/recipes-support/bmap-tools/bmap-tools_3.2.bb | 42 ++++++++++++
 scripts/combo-layer                               | 34 ++++++++--
 scripts/lib/wic/conf.py                           |  2 +-
 scripts/lib/wic/creator.py                        |  4 +-
 scripts/lib/wic/engine.py                         | 20 +++---
 scripts/lib/wic/filemap.py                        | 16 ++---
 scripts/lib/wic/help.py                           |  4 +-
 scripts/lib/wic/imager/baseimager.py              |  5 +-
 scripts/lib/wic/imager/direct.py                  |  2 +-
 scripts/lib/wic/ksparser.py                       | 10 +--
 scripts/lib/wic/msger.py                          | 78 +----------------------
 scripts/lib/wic/partition.py                      |  2 +-
 scripts/lib/wic/plugin.py                         | 10 +--
 scripts/lib/wic/pluginbase.py                     | 42 ++++--------
 scripts/lib/wic/utils/oe/misc.py                  | 18 ++----
 scripts/lib/wic/utils/partitionedfs.py            | 14 ++--
 scripts/lib/wic/utils/runner.py                   |  6 +-
 scripts/wic                                       | 43 +++++++------
 20 files changed, 197 insertions(+), 190 deletions(-)
 create mode 100644 meta/recipes-support/bmap-tools/bmap-tools_3.2.bb

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list