[oe-commits] [openembedded-core] branch master updated (19b7e95 -> 3658da8)

git at git.openembedded.org git at git.openembedded.org
Wed Mar 8 11:53:21 UTC 2017


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

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

    from 19b7e95  recipes: Move out stale GPLv2 versions to a seperate layer
     add b4d2f41  systemtap: Add patch to remove quotes
     add 1098bcb  crosstap: Changes to support Recipe specific sysroot
     add 839d6f1  gpgme: Fix issue building for the target
     add a75ccae  meta: start to ignore the largefile distro feature
     add b857ec9  yocto-uninative: Update to the 1.5 release
     add e6a0ea6  buildhistory.bbclass: Only execute get_extra_sdkinfo when sdk is enabled
     add d549881  screen: update to 4.5.1
     add 465a6b4  mesa: Upgrade 17.0.0 -> 17.0.1
     add 2f41ca3  parted: fix rss+perf+gold failure on do_compile_ptest_base
     add 554672d  module.bbclass: Add inherit of pkgconfig
     add ef9dfc3  apr: fix rss+perf+gold failure on do_compile_ptest_base
     add c204706  base.bbclass: improve wording when skipping recipes with incompatible licenses
     add 5aa4b5a  qemurunner: add runqemuparams argument to commands.runqemu
     add f1f224a  targetcontrol: add image_fstype argument to commands.runqemu
     add 770b87d  selftest: test wic efi image in qemu
     add 4a46dd5  qemurunner.py: ignore decode errors
     add 6b7f8f8  selftest: remove extra backslashes from debug output
     add 0aca9b7  qemu: Improve and add PACKAGECONFIG options
     add 9d908f6  qemu: Consolidate EXTRA_OECONF
     add 75a1dd3  qemu: Convert KVMOPTS to PACKAGECONFIG
     add 2431fae  qemu: Move recipe version specific patches and features to recipe
     add f5f4a08  qemu: display: CVE-2016-9908
     add 8bf7ade  qemu: display: CVE-2016-9912
     add 93b73b2  relocate_sdk.py: skip debug files from relocation
     add 75cf0f0  kernel-arch: Lock the toolchain to use gcc compiler
     add 2c126e7  useradd.bbclass: drop obsolete code
     add 8b15b7b  zlib: Upgrade 1.2.8 -> 1.2.11
     add 3658da8  gcc-runtime: Fix QA issue

No new revisions were added by this update.

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 +-
 meta/recipes-bsp/grub/grub-efi_2.00.bb             |  6 +-
 meta/recipes-bsp/grub/grub_2.00.bb                 |  6 +-
 meta/recipes-bsp/grub/grub_git.bb                  |  6 +-
 meta/recipes-core/dbus/dbus_1.10.14.bb             |  4 +-
 .../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/cmake/cmake_3.7.2.bb         |  2 +-
 meta/recipes-devtools/dosfstools/dosfstools_4.1.bb |  2 +-
 meta/recipes-devtools/gcc/gcc-runtime.inc          |  1 +
 meta/recipes-devtools/pax-utils/pax-utils_1.2.2.bb |  7 +-
 meta/recipes-devtools/perl/perl_5.24.1.bb          | 13 ----
 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 ++++++++-
 .../libarchive/libarchive_3.2.2.bb                 |  7 +-
 meta/recipes-extended/lighttpd/lighttpd_1.4.45.bb  |  5 +-
 ...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 +-
 ...ldrun-remove-quotes-around-I-include-line.patch | 38 ++++++++++
 meta/recipes-kernel/systemtap/systemtap_git.inc    |  1 +
 ...link-libapr-against-phtread-to-make-gold-.patch | 50 +++++++++++++
 meta/recipes-support/apr/apr_1.5.2.bb              |  1 +
 .../gpgme/gpgme/python-lang-config.patch           | 52 ++++++++++++++
 meta/recipes-support/gpgme/gpgme_1.8.0.bb          | 28 +++++++-
 scripts/crosstap                                   | 11 ++-
 scripts/relocate_sdk.py                            |  2 +
 45 files changed, 437 insertions(+), 146 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-kernel/systemtap/systemtap/0001-buildrun-remove-quotes-around-I-include-line.patch
 create mode 100644 meta/recipes-support/apr/apr/0002-explicitly-link-libapr-against-phtread-to-make-gold-.patch
 create mode 100644 meta/recipes-support/gpgme/gpgme/python-lang-config.patch

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


More information about the Openembedded-commits mailing list