[oe-commits] [openembedded-core] branch master-next updated (433eae3 -> f84ce08)

git at git.openembedded.org git at git.openembedded.org
Tue Sep 3 08:56:37 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 433eae3  sdkext: use simpler kernel module for devtool test
 discard 51be225  Revert "qemu: Upgrade to version 4.1"
 discard 8da4a98  eglinfo: remove the recipe
 discard 26e3bed  oeqa: reproducible: Preserve sstate mirror for first build
     add aa36510  eglinfo: remove the recipe
     new d45a9e8  oeqa: reproducible: Preserve sstate mirror for first build
     new 4c3edbd  sdkext: use simpler kernel module for devtool test
     new f84ce08  Revert "qemu: switch to '-vga std' emulated hardware from vmware/cirrus for x86/mips"

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   (433eae3)
            \
             N -- N -- N   refs/heads/master-next (f84ce08)

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 3 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 +-
 meta/conf/machine/include/qemuboot-mips.inc        |   2 +-
 meta/conf/machine/include/qemuboot-x86.inc         |   2 +-
 meta/conf/machine/qemux86-64.conf                  |   1 -
 meta/conf/machine/qemux86.conf                     |   1 -
 meta/lib/oeqa/runtime/cases/parselogs.py           |   4 -
 meta/recipes-devtools/qemu/qemu-native.inc         |   4 +-
 .../{qemu-native_4.0.0.bb => qemu-native_4.1.0.bb} |   0
 ...native_4.0.0.bb => qemu-system-native_4.1.0.bb} |   2 +-
 meta/recipes-devtools/qemu/qemu.inc                |  20 +-
 ...001-qemu-Add-missing-wacom-HID-descriptor.patch |  10 +-
 ...age-ptest-which-runs-all-unit-test-cases-.patch |   6 +-
 ...dition-environment-space-to-boot-loader-q.patch |   4 +-
 .../qemu/qemu/0004-qemu-disable-Valgrind.patch     |   6 +-
 ...paths-searched-during-user-mode-emulation.patch | 146 ---------
 ...set-ld.bfd-fix-cflags-and-set-some-envir.patch} |   6 +-
 ...rdev-connect-socket-to-a-spawned-command.patch} |  18 +-
 ...ch => 0007-apic-fixup-fallthrough-to-PIC.patch} |   6 +-
 ...Fix-webkitgtk-hangs-on-32-bit-x86-target.patch} |   6 +-
 ...ap-sh.patch => 0009-Fix-webkitgtk-builds.patch} |  81 +++--
 ...0-fix-libcap-header-issue-on-some-distro.patch} |   0
 ...rror-messages-when-qemi_cpu_kick_thread-.patch} |   2 +-
 ...-target-arm-Fix-vector-operation-segfault.patch |  66 ----
 ...fix-to-handle-variably-sized-SIOCGSTAMP-w.patch | 339 ---------------------
 .../qemu/qemu/CVE-2019-12155.patch                 |  35 ---
 .../qemu/{qemu_4.0.0.bb => qemu_4.1.0.bb}          |   0
 scripts/runqemu                                    |   6 +
 27 files changed, 90 insertions(+), 685 deletions(-)
 rename meta/recipes-devtools/qemu/{qemu-native_4.0.0.bb => qemu-native_4.1.0.bb} (100%)
 rename meta/recipes-devtools/qemu/{qemu-system-native_4.0.0.bb => qemu-system-native_4.1.0.bb} (99%)
 delete mode 100644 meta/recipes-devtools/qemu/qemu/0005-qemu-Limit-paths-searched-during-user-mode-emulation.patch
 rename meta/recipes-devtools/qemu/qemu/{0006-qemu-native-set-ld.bfd-fix-cflags-and-set-some-envir.patch => 0005-qemu-native-set-ld.bfd-fix-cflags-and-set-some-envir.patch} (82%)
 rename meta/recipes-devtools/qemu/qemu/{0007-chardev-connect-socket-to-a-spawned-command.patch => 0006-chardev-connect-socket-to-a-spawned-command.patch} (93%)
 rename meta/recipes-devtools/qemu/qemu/{0008-apic-fixup-fallthrough-to-PIC.patch => 0007-apic-fixup-fallthrough-to-PIC.patch} (90%)
 rename meta/recipes-devtools/qemu/qemu/{0009-linux-user-Fix-webkitgtk-hangs-on-32-bit-x86-target.patch => 0008-linux-user-Fix-webkitgtk-hangs-on-32-bit-x86-target.patch} (90%)
 rename meta/recipes-devtools/qemu/qemu/{0010-Revert-linux-user-fix-mmap-munmap-mprotect-mremap-sh.patch => 0009-Fix-webkitgtk-builds.patch} (59%)
 rename meta/recipes-devtools/qemu/qemu/{0011-fix-libcap-header-issue-on-some-distro.patch => 0010-fix-libcap-header-issue-on-some-distro.patch} (100%)
 rename meta/recipes-devtools/qemu/qemu/{0012-cpus.c-Add-error-messages-when-qemi_cpu_kick_thread-.patch => 0011-cpus.c-Add-error-messages-when-qemi_cpu_kick_thread-.patch} (97%)
 delete mode 100644 meta/recipes-devtools/qemu/qemu/0013-target-arm-Fix-vector-operation-segfault.patch
 delete mode 100644 meta/recipes-devtools/qemu/qemu/0014-linux-user-fix-to-handle-variably-sized-SIOCGSTAMP-w.patch
 delete mode 100644 meta/recipes-devtools/qemu/qemu/CVE-2019-12155.patch
 rename meta/recipes-devtools/qemu/{qemu_4.0.0.bb => qemu_4.1.0.bb} (100%)

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


More information about the Openembedded-commits mailing list