[oe-commits] [openembedded-core] branch master-next updated (284373b -> ed9f376)

git at git.openembedded.org git at git.openembedded.org
Tue Mar 7 22:15:08 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 284373b  meta: start to ignore the largefile distro feature
 discard 04d12e4  gpgme: Fix issue building for the target
 discard e271f87  crosstap: Changes to support Recipe specific sysroot
 discard 9b766f7  systemtap: Add patch to remove quotes
 discard e1d848c  XXX yocto-uninative: Test patchelf changes
     new b4d2f41  systemtap: Add patch to remove quotes
     new 1098bcb  crosstap: Changes to support Recipe specific sysroot
     new 839d6f1  gpgme: Fix issue building for the target
     new a75ccae  meta: start to ignore the largefile distro feature
     new 1d5a2a8  yocto-uninative: Update to the 1.5 release
     new 1a4cf5f  buildhistory.bbclass: Only execute get_extra_sdkinfo when sdk is enabled
     new 6c0d361  screen: update to 4.5.1
     new a2b1360  mesa: Upgrade 17.0.0 -> 17.0.1
     new 9e553c7  parted: fix rss+perf+gold failure on do_compile_ptest_base
     new cfa7488  module.bbclass: Add inherit of pkgconfig
     new 6e6161c  apr: fix rss+perf+gold failure on do_compile_ptest_base
     new e431981  base.bbclass: improve wording when skipping recipes with incompatible licenses
     new 0acbda0  qemurunner: add runqemuparams argument to commands.runqemu
     new d058308  targetcontrol: add image_fstype argument to commands.runqemu
     new 897f8b7  selftest: test wic efi image in qemu
     new 0e02679  qemurunner.py: ignore decode errors
     new 8684154  selftest: remove extra backslashes from debug output
     new 9953056  qemu: Improve and add PACKAGECONFIG options
     new daa93f2  qemu: Consolidate EXTRA_OECONF
     new 6a23f67  qemu: Convert KVMOPTS to PACKAGECONFIG
     new 0083f43  qemu: Move recipe version specific patches and features to recipe
     new 0815406  qemu: display: CVE-2016-9908
     new 61e7b56  qemu: display: CVE-2016-9912
     new 51768b4  vulkan: Add recipe for Vulkan common loader
     new 7d26c87  relocate_sdk.py: skip debug files from relocation
     new 4864524  kernel-arch: Lock the toolchain to use gcc compiler
     new bd53496  useradd.bbclass: drop obsolete code
     new ed9f376  zlib: Upgrade 1.2.8 -> 1.2.11

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   (284373b)
            \
             N -- N -- N   refs/heads/master-next (ed9f376)

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 28 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/base.bbclass                          |   2 +-
 meta/classes/buildhistory.bbclass                  |   4 +-
 meta/classes/kernel-arch.bbclass                   |   1 +
 meta/classes/module.bbclass                        |   2 +-
 meta/classes/useradd.bbclass                       |  32 -------
 meta/conf/distro/include/yocto-uninative.inc       |   6 +-
 meta/lib/oeqa/selftest/base.py                     |   4 +-
 meta/lib/oeqa/selftest/wic.py                      |  14 +++
 meta/lib/oeqa/targetcontrol.py                     |   8 +-
 meta/lib/oeqa/utils/commands.py                    |   6 +-
 meta/lib/oeqa/utils/qemurunner.py                  |   6 +-
 meta/lib/oeqa/utils/qemutinyrunner.py              |   2 +-
 .../Makefile-runtests.patch                        |   0
 .../ldflags-tests.patch                            |   0
 .../remove.ldconfig.call.patch                     |   0
 .../zlib/{zlib-1.2.8 => zlib-1.2.11}/run-ptest     |   0
 .../zlib/{zlib_1.2.8.bb => zlib_1.2.11.bb}         |   6 +-
 meta/recipes-devtools/qemu/qemu.inc                |  83 +++++++---------
 .../recipes-devtools/qemu/qemu/CVE-2016-9908.patch |  44 +++++++++
 .../recipes-devtools/qemu/qemu/CVE-2016-9912.patch |  45 +++++++++
 meta/recipes-devtools/qemu/qemu_2.8.0.bb           |  33 ++++++-
 ...s_resize-link-against-libuuid-explicitly-.patch |  34 +++++++
 meta/recipes-extended/parted/parted_3.2.bb         |   1 +
 .../screen/{screen_4.4.0.bb => screen_4.5.1.bb}    |   4 +-
 .../mesa/{mesa-gl_17.0.0.bb => mesa-gl_17.0.1.bb}  |   0
 .../mesa/{mesa_17.0.0.bb => mesa_17.0.1.bb}        |   4 +-
 .../vulkan/demos-Don-t-build-tri-or-cube.patch     | 106 +++++++++++++++++++++
 meta/recipes-graphics/vulkan/vulkan_1.0.39.1.bb    |  33 +++++++
 ...link-libapr-against-phtread-to-make-gold-.patch |  50 ++++++++++
 meta/recipes-support/apr/apr_1.5.2.bb              |   1 +
 scripts/relocate_sdk.py                            |   2 +
 31 files changed, 425 insertions(+), 108 deletions(-)
 rename meta/recipes-core/zlib/{zlib-1.2.8 => zlib-1.2.11}/Makefile-runtests.patch (100%)
 rename meta/recipes-core/zlib/{zlib-1.2.8 => zlib-1.2.11}/ldflags-tests.patch (100%)
 rename meta/recipes-core/zlib/{zlib-1.2.8 => zlib-1.2.11}/remove.ldconfig.call.patch (100%)
 rename meta/recipes-core/zlib/{zlib-1.2.8 => zlib-1.2.11}/run-ptest (100%)
 rename meta/recipes-core/zlib/{zlib_1.2.8.bb => zlib_1.2.11.bb} (86%)
 create mode 100644 meta/recipes-devtools/qemu/qemu/CVE-2016-9908.patch
 create mode 100644 meta/recipes-devtools/qemu/qemu/CVE-2016-9912.patch
 create mode 100644 meta/recipes-extended/parted/files/0002-libparted_fs_resize-link-against-libuuid-explicitly-.patch
 rename meta/recipes-extended/screen/{screen_4.4.0.bb => screen_4.5.1.bb} (93%)
 rename meta/recipes-graphics/mesa/{mesa-gl_17.0.0.bb => mesa-gl_17.0.1.bb} (100%)
 rename meta/recipes-graphics/mesa/{mesa_17.0.0.bb => mesa_17.0.1.bb} (83%)
 create mode 100644 meta/recipes-graphics/vulkan/vulkan/demos-Don-t-build-tri-or-cube.patch
 create mode 100644 meta/recipes-graphics/vulkan/vulkan_1.0.39.1.bb
 create mode 100644 meta/recipes-support/apr/apr/0002-explicitly-link-libapr-against-phtread-to-make-gold-.patch

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


More information about the Openembedded-commits mailing list