[oe-commits] [openembedded-core] branch master-next updated (5a80381 -> 43e5fa6)

git at git.openembedded.org git at git.openembedded.org
Fri Apr 26 09:21:12 UTC 2019


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 5a80381  FIXME: test ltp
 discard c768a10  gettext: add ptest support
 discard 8605c04  manual compliance: remove bits done at runtime
 discard 1d9558a  ltp_compliance: add new runtime
 discard ef35430  logparser: Add LTP compliance section
 discard 0ebfdb1  resulttool: add LTP compliance section
 discard c5f0776  ltp: add runtime test
 discard f76d665  logparser: Add decoding ltp logs
 discard 689e44d  resulttool: add ltp test support
 discard 6fab4c4  dbus: fix ptest failure
     new e5ded9a  qemu: Upgrade from 3.1.0 to 4.0.0
     new f3dc4ef  dbus: fix ptest failure
     new 3e701ad  resulttool: add ltp test support
     new fc585a2  logparser: Add decoding ltp logs
     new 0090f74  ltp: add runtime test
     new 923bf3c  resulttool: add LTP compliance section
     new 8930f63  logparser: Add LTP compliance section
     new 743392e  ltp_compliance: add new runtime
     new d3369a9  manual compliance: remove bits done at runtime
     new c68d3e1  gettext: add ptest support
     new f9ade4f  FIXME: test ltp
     new 9029e48  libsoup: Upgrade from 2.64.2 to 2.66.1
     new ac8d5fc  mesa: Convert recipe to use meson build system
     new 43e5fa6  Adding back wrapper and using OEPYTHON3HOME variable for python3

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   (5a80381)
            \
             N -- N -- N   refs/heads/master-next (43e5fa6)

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 14 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/conf/distro/include/tcmode-default.inc        |   2 +-
 ...EPYTHON3HOME-is-set-use-instead-of-PYTHON.patch |  47 +++++++++
 meta/recipes-devtools/python/python3_3.7.3.bb      |   7 ++
 meta/recipes-devtools/qemu/qemu-native.inc         |   4 +-
 .../{qemu-native_3.1.0.bb => qemu-native_4.0.0.bb} |   0
 ...native_3.1.0.bb => qemu-system-native_4.0.0.bb} |   1 +
 meta/recipes-devtools/qemu/qemu.inc                |  40 +++-----
 .../qemu/qemu/0001-Add-a-missing-X11-include.patch |  65 ------------
 .../0001-egl-headless-add-egl_create_context.patch |  50 ---------
 ...01-qemu-Add-missing-wacom-HID-descriptor.patch} |   2 +-
 ...sdl.c-allow-user-to-disable-pointer-grabs.patch |  72 -------------
 ...ge-ptest-which-runs-all-unit-test-cases-.patch} |   6 +-
 ...ition-environment-space-to-boot-loader-q.patch} |   6 +-
 ...rind.patch => 0004-qemu-disable-Valgrind.patch} |   6 +-
 ...aths-searched-during-user-mode-emulation.patch} |   2 +-
 ...set-ld.bfd-fix-cflags-and-set-some-envir.patch} |   6 +-
 ...rdev-connect-socket-to-a-spawned-command.patch} |  69 +++++++------
 ...ch => 0008-apic-fixup-fallthrough-to-PIC.patch} |   6 +-
 ...Fix-webkitgtk-hangs-on-32-bit-x86-target.patch} |   4 +-
 ...-user-fix-mmap-munmap-mprotect-mremap-sh.patch} |  20 ++--
 ...1-fix-libcap-header-issue-on-some-distro.patch} |   2 +-
 ...rror-messages-when-qemi_cpu_kick_thread-.patch} |  10 +-
 .../qemu/qemu/0014-fix-CVE-2018-16872.patch        |  85 ----------------
 .../qemu/qemu/0015-fix-CVE-2018-20124.patch        |  60 -----------
 .../qemu/qemu/0016-fix-CVE-2018-20125.patch        |  54 ----------
 .../qemu/qemu/0017-fix-CVE-2018-20126.patch        | 113 ---------------------
 .../qemu/qemu/0018-fix-CVE-2018-20191.patch        |  47 ---------
 .../qemu/qemu/0019-fix-CVE-2018-20216.patch        |  85 ----------------
 .../recipes-devtools/qemu/qemu/CVE-2019-3812.patch |  39 -------
 .../qemu/{qemu_3.1.0.bb => qemu_4.0.0.bb}          |   2 -
 .../0001-Simplify-wayland-scanner-lookup.patch     |  44 --------
 ...-check-for-all-linux-host_os-combinations.patch |  51 ++++++++++
 .../0002-winsys-svga-drm-Include-sys-types.h.patch |  35 -------
 ...t-LLVM-version-when-using-LLVM-Git-releas.patch |  45 --------
 ...CK_VAR-for-defining-WAYLAND_PROTOCOLS_DAT.patch |  38 -------
 meta/recipes-graphics/mesa/mesa.inc                |  60 +++++------
 meta/recipes-graphics/mesa/mesa_19.0.3.bb          |   5 +-
 ...orce-no-introspection-when-cross-building.patch |  20 ++--
 ...libsoup-2.4_2.64.2.bb => libsoup-2.4_2.66.1.bb} |   4 +-
 39 files changed, 236 insertions(+), 978 deletions(-)
 create mode 100644 meta/recipes-devtools/python/python3/0001-main.c-if-OEPYTHON3HOME-is-set-use-instead-of-PYTHON.patch
 rename meta/recipes-devtools/qemu/{qemu-native_3.1.0.bb => qemu-native_4.0.0.bb} (100%)
 rename meta/recipes-devtools/qemu/{qemu-system-native_3.1.0.bb => qemu-system-native_4.0.0.bb} (95%)
 delete mode 100644 meta/recipes-devtools/qemu/qemu/0001-Add-a-missing-X11-include.patch
 delete mode 100644 meta/recipes-devtools/qemu/qemu/0001-egl-headless-add-egl_create_context.patch
 rename meta/recipes-devtools/qemu/qemu/{0002-qemu-Add-missing-wacom-HID-descriptor.patch => 0001-qemu-Add-missing-wacom-HID-descriptor.patch} (98%)
 delete mode 100644 meta/recipes-devtools/qemu/qemu/0001-sdl.c-allow-user-to-disable-pointer-grabs.patch
 rename meta/recipes-devtools/qemu/qemu/{0003-Add-subpackage-ptest-which-runs-all-unit-test-cases-.patch => 0002-Add-subpackage-ptest-which-runs-all-unit-test-cases-.patch} (83%)
 rename meta/recipes-devtools/qemu/qemu/{0004-qemu-Add-addition-environment-space-to-boot-loader-q.patch => 0003-qemu-Add-addition-environment-space-to-boot-loader-q.patch} (89%)
 rename meta/recipes-devtools/qemu/qemu/{0005-qemu-disable-Valgrind.patch => 0004-qemu-disable-Valgrind.patch} (85%)
 rename meta/recipes-devtools/qemu/qemu/{0006-qemu-Limit-paths-searched-during-user-mode-emulation.patch => 0005-qemu-Limit-paths-searched-during-user-mode-emulation.patch} (98%)
 rename meta/recipes-devtools/qemu/qemu/{0007-qemu-native-set-ld.bfd-fix-cflags-and-set-some-envir.patch => 0006-qemu-native-set-ld.bfd-fix-cflags-and-set-some-envir.patch} (82%)
 rename meta/recipes-devtools/qemu/qemu/{0008-chardev-connect-socket-to-a-spawned-command.patch => 0007-chardev-connect-socket-to-a-spawned-command.patch} (80%)
 rename meta/recipes-devtools/qemu/qemu/{0009-apic-fixup-fallthrough-to-PIC.patch => 0008-apic-fixup-fallthrough-to-PIC.patch} (90%)
 rename meta/recipes-devtools/qemu/qemu/{0010-linux-user-Fix-webkitgtk-hangs-on-32-bit-x86-target.patch => 0009-linux-user-Fix-webkitgtk-hangs-on-32-bit-x86-target.patch} (93%)
 rename meta/recipes-devtools/qemu/qemu/{0011-Revert-linux-user-fix-mmap-munmap-mprotect-mremap-sh.patch => 0010-Revert-linux-user-fix-mmap-munmap-mprotect-mremap-sh.patch} (90%)
 rename meta/recipes-devtools/qemu/qemu/{0012-fix-libcap-header-issue-on-some-distro.patch => 0011-fix-libcap-header-issue-on-some-distro.patch} (97%)
 rename meta/recipes-devtools/qemu/qemu/{0013-cpus.c-Add-error-messages-when-qemi_cpu_kick_thread-.patch => 0012-cpus.c-Add-error-messages-when-qemi_cpu_kick_thread-.patch} (87%)
 delete mode 100644 meta/recipes-devtools/qemu/qemu/0014-fix-CVE-2018-16872.patch
 delete mode 100644 meta/recipes-devtools/qemu/qemu/0015-fix-CVE-2018-20124.patch
 delete mode 100644 meta/recipes-devtools/qemu/qemu/0016-fix-CVE-2018-20125.patch
 delete mode 100644 meta/recipes-devtools/qemu/qemu/0017-fix-CVE-2018-20126.patch
 delete mode 100644 meta/recipes-devtools/qemu/qemu/0018-fix-CVE-2018-20191.patch
 delete mode 100644 meta/recipes-devtools/qemu/qemu/0019-fix-CVE-2018-20216.patch
 delete mode 100644 meta/recipes-devtools/qemu/qemu/CVE-2019-3812.patch
 rename meta/recipes-devtools/qemu/{qemu_3.1.0.bb => qemu_4.0.0.bb} (99%)
 delete mode 100644 meta/recipes-graphics/mesa/files/0001-Simplify-wayland-scanner-lookup.patch
 create mode 100644 meta/recipes-graphics/mesa/files/0001-meson.build-check-for-all-linux-host_os-combinations.patch
 delete mode 100644 meta/recipes-graphics/mesa/files/0002-winsys-svga-drm-Include-sys-types.h.patch
 delete mode 100644 meta/recipes-graphics/mesa/files/0003-Properly-get-LLVM-version-when-using-LLVM-Git-releas.patch
 delete mode 100644 meta/recipes-graphics/mesa/files/0004-use-PKG_CHECK_VAR-for-defining-WAYLAND_PROTOCOLS_DAT.patch
 rename meta/recipes-support/libsoup/{libsoup-2.4_2.64.2.bb => libsoup-2.4_2.66.1.bb} (90%)

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


More information about the Openembedded-commits mailing list