[oe-commits] [openembedded-core] branch master-next updated (9bd9449 -> bc74db7)

git at git.openembedded.org git at git.openembedded.org
Tue May 14 11:24:48 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 9bd9449  wic/bootimg-efi: replace hardcoded volume name with label
 discard 1a71c2f  packagegroup-self-hosted: drop epiphany
 discard fa96823  qemux86: use a Core 2 Duo CPU instead of the original circa-1993 Pentium
     new edeb1a5  packagegroup-self-hosted: drop epiphany
     new 522caa2  wic/bootimg-efi: replace hardcoded volume name with label
     new dbbbe76  Remove irda-utils and the irda feature
     new 8e5882a  distutils: Tidy and simplify for readability
     new 98a0b36  ptest: Add RDEPENDS frpm PN-ptest to PN package
     new 2b9fb10  gdb: Upgrade from 8.2.1 to 8.3
     new 9872025  perf: make sure that the tools/include/uapi/asm-generic directory exists
     new bb1953d  valgrind: fix vg_regtest return code
     new 6be7c1b  valgrind: do not strip the package or ptests
     new ccae966  valgrind: update the ptest subdirs list
     new ad54dd5  valgrind: adjust test filters and expected output
     new bc74db7  valgrind: fix call/cachegrind ptests

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   (9bd9449)
            \
             N -- N -- N   refs/heads/master-next (bc74db7)

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/distutils.bbclass                     | 26 +++---
 meta/classes/distutils3.bbclass                    | 22 ++---
 meta/classes/ptest.bbclass                         |  1 +
 meta/conf/distro/include/default-distrovars.inc    |  2 +-
 meta/conf/distro/include/maintainers.inc           |  1 -
 meta/conf/distro/include/tcmode-default.inc        |  2 +-
 meta/conf/machine/include/qemuboot-x86.inc         |  4 +-
 meta/conf/machine/qemux86.conf                     |  3 +-
 .../irda-utils/irda-utils-0.9.18/init              | 78 -----------------
 .../irda-utils/irda-utils-0.9.18/ldflags.patch     | 87 -------------------
 .../irda-utils/irda-utils-0.9.18/musl.patch        | 29 -------
 .../irda-utils/irda-utils_0.9.18.bb                | 51 -----------
 .../packagegroups/packagegroup-base.bb             | 19 -----
 .../gdb/{gdb-8.2.1.inc => gdb-8.3.inc}             | 12 +--
 meta/recipes-devtools/gdb/gdb-cross-canadian.inc   |  1 -
 ...canadian_8.2.1.bb => gdb-cross-canadian_8.3.bb} |  0
 .../gdb/{gdb-cross_8.2.1.bb => gdb-cross_8.3.bb}   |  0
 .../0001-Fix-build-with-latest-GCC-9.0-tree.patch  | 50 -----------
 ....patch => 0001-gdbserver-ctrl-c-handling.patch} |  0
 ...Define-pt_regs-uapi_pt_regs-on-GLIBC-syst.patch | 23 +++--
 .../0008-Use-exorted-definitions-of-SIGRTMIN.patch | 16 ++--
 ...-AArch64-Fix-the-gdb-build-with-musl-libc.patch | 52 ------------
 meta/recipes-devtools/gdb/gdb/CVE-2017-9778.patch  | 99 ----------------------
 .../gdb/{gdb_8.2.1.bb => gdb_8.3.bb}               |  0
 ...-Return-a-valid-exit_code-from-vg_regtest.patch | 27 ++++++
 ...grind-filter_xml_frames-do-not-filter-usr.patch | 39 +++++++++
 ...-valgrind-adjust-std_list-expected-output.patch | 32 +++++++
 meta/recipes-devtools/valgrind/valgrind_3.15.0.bb  | 29 ++++++-
 meta/recipes-kernel/perf/perf.bb                   |  2 +-
 29 files changed, 174 insertions(+), 533 deletions(-)
 delete mode 100755 meta/recipes-connectivity/irda-utils/irda-utils-0.9.18/init
 delete mode 100644 meta/recipes-connectivity/irda-utils/irda-utils-0.9.18/ldflags.patch
 delete mode 100644 meta/recipes-connectivity/irda-utils/irda-utils-0.9.18/musl.patch
 delete mode 100644 meta/recipes-connectivity/irda-utils/irda-utils_0.9.18.bb
 rename meta/recipes-devtools/gdb/{gdb-8.2.1.inc => gdb-8.3.inc} (73%)
 rename meta/recipes-devtools/gdb/{gdb-cross-canadian_8.2.1.bb => gdb-cross-canadian_8.3.bb} (100%)
 rename meta/recipes-devtools/gdb/{gdb-cross_8.2.1.bb => gdb-cross_8.3.bb} (100%)
 delete mode 100644 meta/recipes-devtools/gdb/gdb/0001-Fix-build-with-latest-GCC-9.0-tree.patch
 rename meta/recipes-devtools/gdb/gdb/{gdbserver-ctrl-c-handling.patch => 0001-gdbserver-ctrl-c-handling.patch} (100%)
 delete mode 100644 meta/recipes-devtools/gdb/gdb/0012-AArch64-Fix-the-gdb-build-with-musl-libc.patch
 delete mode 100644 meta/recipes-devtools/gdb/gdb/CVE-2017-9778.patch
 rename meta/recipes-devtools/gdb/{gdb_8.2.1.bb => gdb_8.3.bb} (100%)
 create mode 100644 meta/recipes-devtools/valgrind/valgrind/0001-Return-a-valid-exit_code-from-vg_regtest.patch
 create mode 100644 meta/recipes-devtools/valgrind/valgrind/0001-valgrind-filter_xml_frames-do-not-filter-usr.patch
 create mode 100644 meta/recipes-devtools/valgrind/valgrind/0002-valgrind-adjust-std_list-expected-output.patch

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


More information about the Openembedded-commits mailing list