[oe-commits] [openembedded-core] branch master-next updated (a06d22a -> db27d8f)

git at git.openembedded.org git at git.openembedded.org
Sat May 14 06:27:23 UTC 2016


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

  discards  a06d22a   selftest: add bmap test
  discards  f064992   image types: add bmap generation option
  discards  704fafb   bmap-tools: initial commit, version 3.2
  discards  60204ae   image_types: add support for zip compression
  discards  a3d9a2c   wic: use next builtin instead of .next method
  discards  62f65be   wic: don't encode unicode strings
  discards  c62115e   wic: decode output of subprocess.communicate
  discards  2c77dea   wic: use // operator instead of /
  discards  dc73706   wic: use find_executable in favor of bb.utils.which
  discards  86039e9   wic: don't use L suffix for integers
  discards  ae4ca54   wic: refactor pluginbase
  discards  527c97b   wic: remove unused functions
  discards  d83dc44   wic: use new syntax of 'except' statement
  discards  b27c805   wic: remove with_statement imports
  discards  4b8cdb1   wic: don't inherit classes from object
  discards  b8cf9fd   wic: don't use dict.keys and dict.has_key
  discards  d377a00   wic: use items instead of iteritems
  discards  c17c8e6   wic: replace print statements with print function
  discards  cbf5227   combo-layer: avoid too long command lines in update with history
  discards  51e2f8c   combo-layer: fix default "update" mode
  discards  6aa9150   python-native: Point to expat in native sysroot and add missing dep on expat-native
  discards  a0eda35   feature-arm-vfp.inc: fix overzealous ARMPKGSFX_FPU modification
  discards  8d9328d   gdb: Upgrade to 7.11
  discards  0e5733b   glibc: Add recipes for 2.24 release
  discards  b3b732c   gcc 4.9: backport gperf fixes
  discards  10af177   openjade-native: work around bug exposed by GCC 6
  discards  8f22b97   gcc-5.3: backport gperf fixes
  discards  8794225   report-error: Replace the build directory path in the error text
  discards  598f508   mmc-utils: update to latest git version
  discards  b56d48a   connman: update to version 1.32
  discards  923977c   ofono: update to 1.18
  discards  62a3c27   package_manager.py: Add extract() method for RPM package manager
  discards  bc3cecb   package_manager.py: Add extract() method for opkg and dpkg
  discards  e5f8744   package_manager.py: Move opkg_query() outside of Indexer class
  discards  2cfc46e   pong-clock: obey CFLAGS, LDFLAGS
  discards  ab08fb8   ruby: obey LDFLAGS for the link of libruby
  discards  c4d1b1d   mkelfimage: obey LDFLAGS, sort out HOST_ flags
       new  8da3311   ruby: obey LDFLAGS for the link of libruby
       new  dc77cd7   pong-clock: obey CFLAGS, LDFLAGS
       new  799bc1d   package_manager.py: Move opkg_query() outside of Indexer class
       new  7d214b3   package_manager.py: Add extract() method for opkg and dpkg
       new  5f5c2a0   package_manager.py: Add extract() method for RPM package manager
       new  5d1b1d9   connman: update to version 1.32
       new  3d9e9af   mmc-utils: update to latest git version
       new  ffdc955   report-error: Replace the build directory path in the error text
       new  28a5335   gcc-5.3: backport gperf fixes
       new  39e7dd9   openjade-native: work around bug exposed by GCC 6
       new  42178d1   gcc 4.9: backport gperf fixes
       new  a0a10b4   glibc: Add recipes for 2.24 release
       new  0cea061   gdb: Upgrade to 7.11
       new  cf82db2   feature-arm-vfp.inc: fix overzealous ARMPKGSFX_FPU modification
       new  a63798d   python-native: Point to expat in native sysroot and add missing dep on expat-native
       new  d0304ac   combo-layer: fix default "update" mode
       new  1cb484a   combo-layer: avoid too long command lines in update with history
       new  ee6979a   wic: replace print statements with print function
       new  5b14eb8   wic: use items instead of iteritems
       new  003df7d   wic: don't use dict.keys and dict.has_key
       new  a146b03   wic: don't inherit classes from object
       new  528a1f2   wic: remove with_statement imports
       new  15e8871   wic: use new syntax of 'except' statement
       new  eb87d59   wic: remove unused functions
       new  e62fe5a   wic: refactor pluginbase
       new  296db7e   wic: don't use L suffix for integers
       new  9658956   wic: use find_executable in favor of bb.utils.which
       new  997ff23   wic: use // operator instead of /
       new  5b556f5   wic: decode output of subprocess.communicate
       new  a56924b   wic: don't encode unicode strings
       new  9b7ab63   wic: use next builtin instead of .next method
       new  2776473   image_types: add support for zip compression
       new  d18429a   bmap-tools: initial commit, version 3.2
       new  d3495d7   image types: add bmap generation option
       new  db27d8f   selftest: add bmap test

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (a06d22a)
            \
             N -- N -- N   refs/heads/master-next (db27d8f)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omits" are not gone; other references still
refer to them.  Any revisions marked "discards" are gone forever.

The 35 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:
 .../ofono/{ofono_1.18.bb => ofono_1.17.bb}         |  4 +-
 .../mkelfimage/mkelfimage/cross-compile.patch      | 86 +++++++---------------
 meta/recipes-devtools/mkelfimage/mkelfimage_git.bb |  4 +-
 3 files changed, 29 insertions(+), 65 deletions(-)
 rename meta/recipes-connectivity/ofono/{ofono_1.18.bb => ofono_1.17.bb} (59%)

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


More information about the Openembedded-commits mailing list