[oe-commits] [openembedded-core] branch master-next updated (49e57bc -> f6d0f15)

git at git.openembedded.org git at git.openembedded.org
Thu Jul 27 22:00:47 UTC 2017


This is an automated email from the git hooks/post-receive script.

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

 discard 49e57bc  ncurses: add SYSROOT_DESTDIR for siteconfig_gencache
 discard 5df2e31  siteinfo: fix siteinfo_get_files to work with RSS
 discard 5c51e96  debianutils: set higher priority than busybox for run-parts
 discard aa443a3  package/bbclass: sources are packaged separately from debug.
 discard 0967ad3  module.bbclass: move make scripts earlier
 discard 3433915  libcap: fix build with gperf 3.1
 discard 808e177  imagefeatures: Add a test for various hypervisor formats
 discard cd2c8c9  imagefeatures: Add a test for many CONVERSION_CMDs being chained
 discard 5f547f3  imagefeatures: Extend test_bmap to validate gzip
 discard 9fb5bfc  wic: Switch to using --use-uuid by default
 discard b040fee  image: Convert vmdk/vdi/qcow2 to strict CONVERSION_CMD types
     new 7c344d5  libcap: fix build with gperf 3.1
     new eb12ad3  module.bbclass: move make scripts earlier
     new 4228635  package/bbclass: sources are packaged separately from debug.
     new 620733c  debianutils: set higher priority than busybox for run-parts
     new 15a5217  siteinfo: fix siteinfo_get_files to work with RSS
     new 821be19  ncurses: add SYSROOT_DESTDIR for siteconfig_gencache
     new ee3e38d  expat: Upgrade to 2.2.2
     new 177cbc4  libpcre: upgrade 8.40 -> 8.41
     new 5cf5133  oeqa/{core,selftest}: Add support to validate if a specified test case isn't found
     new f046843  oeqa/core/runner: OEStreamLogger don't buffer test execution writes
     new 50a6d78  systemtap: ensure systemtap-native is available
     new f6d0f15  gperf: upgrade to 3.1

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   (49e57bc)
            \
             N -- N -- N   refs/heads/master-next (f6d0f15)

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 "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

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


Summary of changes:
 meta/classes/image-vm.bbclass                      | 171 +++++++++++++++++++++
 meta/classes/image.bbclass                         |   3 +
 meta/classes/image_types.bbclass                   |  12 +-
 meta/lib/oeqa/core/context.py                      |   9 +-
 meta/lib/oeqa/core/exception.py                    |   3 +
 meta/lib/oeqa/core/loader.py                       |  26 ++++
 meta/lib/oeqa/core/runner.py                       |  12 +-
 meta/lib/oeqa/selftest/cases/imagefeatures.py      |  75 +--------
 meta/lib/oeqa/selftest/context.py                  |   8 +-
 meta/recipes-core/expat/expat.inc                  |   1 +
 meta/recipes-core/expat/expat/libtool-tag.patch    |  18 +++
 meta/recipes-core/expat/expat_2.2.1.bb             |   5 -
 meta/recipes-core/expat/expat_2.2.2.bb             |   4 +
 .../images/build-appliance-image_15.0.0.bb         |   6 +-
 meta/recipes-extended/gperf/gperf_3.0.4.bb         |   5 -
 meta/recipes-extended/gperf/gperf_3.1.bb           |   5 +
 .../systemtap/systemtap-native_git.bb              |   7 +
 meta/recipes-kernel/systemtap/systemtap_git.bb     |   2 +-
 .../libpcre/{libpcre_8.40.bb => libpcre_8.41.bb}   |   4 +-
 scripts/lib/wic/canned-wks/common.wks.inc          |   2 +-
 .../canned-wks/directdisk-bootloader-config.cfg    |   8 +-
 scripts/lib/wic/canned-wks/qemux86-directdisk.wks  |   2 +-
 scripts/runqemu                                    |   4 +-
 23 files changed, 280 insertions(+), 112 deletions(-)
 create mode 100644 meta/classes/image-vm.bbclass
 create mode 100644 meta/recipes-core/expat/expat/libtool-tag.patch
 delete mode 100644 meta/recipes-core/expat/expat_2.2.1.bb
 create mode 100644 meta/recipes-core/expat/expat_2.2.2.bb
 delete mode 100644 meta/recipes-extended/gperf/gperf_3.0.4.bb
 create mode 100644 meta/recipes-extended/gperf/gperf_3.1.bb
 create mode 100644 meta/recipes-kernel/systemtap/systemtap-native_git.bb
 rename meta/recipes-support/libpcre/{libpcre_8.40.bb => libpcre_8.41.bb} (95%)

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


More information about the Openembedded-commits mailing list