[oe-commits] [openembedded-core] branch master-next updated (325f087 -> 2d7a58e)

git at git.openembedded.org git at git.openembedded.org
Thu Jul 6 13:40:33 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 325f087  image.bbclass: create root symlinks in nativesdk target sysroot
 discard 6b64b93  meta/lib/oe/sdk.py: support added for executing pre-target commands
 discard cdb7fdb  insane.bbclass: Add package QA check for merged /usr.
 discard 86a1815  image: create symlinks needed for merged /usr
 discard 1992d39  systemd: changes to support merged /usr
 discard 3de5182  cross.bbclass: merged /usr support
 discard 7a52eb4  bitbake.conf: support for merged usr with DISTRO_FEATURE usrmerge
     add b0c65c8  meta/lib/oe/sdk.py: support added for executing pre-target commands
     add a8d8b0d  sanity.bbclass: remove ASSUME_PROVIDED checks that can't succeed
     add 78ea1af  insane: remove obsolete gcc 4.5 check
     add e5f4e0d  cmake: Use find_program if find_host_program is not available
     add a50073d  gtk+3: Update UPSTREAM_CHECK_REGEX
     add 5f64023  gtk+3: Upgrade 3.22.15 -> 3.22.16
     add 43e640d  gtk+3: Update the patches to work with old versions of patch
     add c6b71bc  libepoxy: Upgrade 1.4.2 -> 1.4.3
     add 64ec18d  openssl: Upgrade 1.0.2k -> 1.0.2l
     add 7b8ae77  sysstat:11.5.5 -> 11.5.6
     add 4afb7c3  yocto-compat-layer.py: avoid adding layers more than once
     add e841655  yocto-compat-layer.py: tolerate broken world builds during signature diff
     add e7fe215  yocto-compat-layer.py: apply test_signatures to all layers
     add 1ca35d8  yocto-compat-layer.py: add test_world
     add 501b5b7  yocto-compat-layer.py: allow README with suffix
     add ecc9a1f  yocto-compat-layer.py: make signature check code reusable
     add 0d1273c  binutils: update SRCREV to fix powerpc gold link bug
     add bb8bc17  bluez: Correct the timer count for bcm43xx firmware download
     add ee5555c  valgrind: Fix build with glibc 2.26
     add 8a4a62a  strace: upgrade to 4.17
     add 03b0688  qemu: Replace use of struct ucontext with ucontext_t
     add 8d3bd6f  epiphany: Fix build errors when compiling with security flags
     add 8906f4d  icu: Fix build with glibc 2.26
     add a071303  valgrind: Remove -no-pie from cflags
     add b10ecba  classes/populate_sdk_base: Fix SDK manifest generation
     add 2628955  grep: upgrade to 3.1
     add 7e88077  expat: upgrade to 2.2.1
     add 6f054fc  oe-pkgdata-util: package-info: Allow extra variables to be displayed
     add 2b7232f  sanity.bbclass: fix AttributeError in mirror format checks
     add 49c3dad  mesa: Avoid platform probing when building without EGL
     add f0762f5  mesa: Upgrade to 17.1.4 release
     add 7e562e2  systemd: Do not use xlocale.h
     add 00fba52  libgfortran: Add missing dependency gcc-cross
     add 753de33  libgfortran: Add missing fincludes
     add c7c72b7  ltp: syscalls/add_key02: fix for nonempty NULL payload
     add 69bd27d  ltp: Reduce local Pending patches
     add a7480be  ltp: add acl, attr, curl and util-linux runtime dependencies
     add 948a5ce  local.conf.sample: drop image-swab reference
     add 081c7b3  mirrors: Add HTTP mirrors for ftp://sourceware.org
     add 9e18fc1  avahi-ui: reduce local pending patches
     add 8766a93  speex: update SRC_URI
     add 700848c  bitbake.conf: support for merged usr with DISTRO_FEATURE usrmerge
     add 3ebb2da  cross.bbclass: merged /usr support
     add 7ca0415  systemd: changes to support merged /usr
     add 3f978f2  image: create symlinks needed for merged /usr
     add 9f52f9f  insane.bbclass: Add package QA check for merged /usr.
     add 2d7a58e  image.bbclass: create root symlinks in nativesdk target sysroot

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   (325f087)
            \
             N -- N -- N   refs/heads/master-next (2d7a58e)

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.

No new revisions were added by this update.

Summary of changes:
 meta/classes/mirrors.bbclass                       |   3 +
 meta/classes/populate_sdk_base.bbclass             |  36 ++-
 meta/classes/sanity.bbclass                        |  60 +----
 meta/conf/local.conf.sample                        |   1 -
 ...c-install-GtkBuilder-interface-files-for-.patch |   9 +-
 meta/recipes-connectivity/bluez5/bluez5.inc        |   1 +
 ...cm43xx-fix-the-delay-timer-for-firmware-d.patch |  36 +++
 meta/recipes-connectivity/openssl/openssl.inc      |   5 +
 .../openssl/openssl/fix-cipher-des-ede3-cfb1.patch |  21 --
 ...-pointer-dereference-in-EVP_DigestInit_ex.patch |  23 --
 .../{openssl_1.0.2k.bb => openssl_1.0.2l.bb}       |   8 +-
 meta/recipes-core/expat/expat_2.2.0.bb             |   5 -
 meta/recipes-core/expat/expat_2.2.1.bb             |   5 +
 ...se-util-Do-not-include-unneeded-xlocale.h.patch |  27 ++
 meta/recipes-core/systemd/systemd_232.bb           |   3 +-
 meta/recipes-devtools/binutils/binutils-2.28.inc   |   2 +-
 meta/recipes-devtools/cmake/cmake.inc              |   1 +
 ...e-find_program-if-find_host_program-is-no.patch |  40 +++
 meta/recipes-devtools/gcc/libgfortran.inc          |   3 +-
 ...lace-struct-ucontext-with-ucontext_t-type.patch | 265 ++++++++++++++++++++
 meta/recipes-devtools/qemu/qemu_2.8.1.1.bb         |  46 ++--
 ...8-replace-struct-ucontext-with-ucontext_t.patch |  31 +++
 .../strace/strace/Makefile-ptest.patch             |  19 +-
 .../strace/{strace_4.16.bb => strace_4.17.bb}      |   5 +-
 ...sts-Use-ucontext_t-instead-of-struct-ucon.patch |  30 +++
 meta/recipes-devtools/valgrind/valgrind_3.12.0.bb  |   3 +-
 .../grep/{grep_3.0.bb => grep_3.1.bb}              |   4 +-
 ...TH_MAX-undeclared-when-building-with-musl.patch |  15 +-
 ...RDSIZE-undeclared-when-building-with-musl.patch |  23 +-
 ...ition-of-struct-msgbuf-error-building-wit.patch |   9 +-
 ...d_key02-update-to-test-fix-for-nonempty-N.patch | 136 +++++++++++
 meta/recipes-extended/ltp/ltp_20170516.bb          |  25 +-
 .../{sysstat_11.5.5.bb => sysstat_11.5.6.bb}       |   4 +-
 meta/recipes-gnome/epiphany/epiphany_3.24.2.bb     |   6 +-
 ...bookmarks-Check-for-return-value-of-fread.patch |  32 +++
 meta/recipes-gnome/gtk+/gtk+3.inc                  |   6 +-
 .../gtk+/gtk+3/0001-Hardcoded-libtool.patch        |  12 +-
 ...Do-not-try-to-initialize-GL-without-libGL.patch |   8 +-
 .../0003-Add-disable-opengl-configure-option.patch | 272 +++++++++++++++------
 ...4-configure.ac-Fix-wayland-protocols-path.patch |   8 +-
 .../gtk+/{gtk+3_3.22.15.bb => gtk+3_3.22.16.bb}    |   4 +-
 ...3.22.15.bb => gtk-icon-utils-native_3.22.16.bb} |   9 +-
 .../{libepoxy_1.4.2.bb => libepoxy_1.4.3.bb}       |   9 +-
 .../mesa/{mesa-gl_17.1.3.bb => mesa-gl_17.1.4.bb}  |   0
 meta/recipes-graphics/mesa/mesa.inc                |   2 +-
 .../mesa/{mesa_17.1.3.bb => mesa_17.1.4.bb}        |   4 +-
 meta/recipes-multimedia/speex/speex_1.2.0.bb       |   2 +-
 .../icu/icu/0001-i18n-Drop-include-xlocale.h.patch |  31 +++
 meta/recipes-support/icu/icu_58.2.bb               |   3 +-
 scripts/lib/compatlayer/__init__.py                |  90 ++++++-
 scripts/lib/compatlayer/cases/common.py            |  92 ++-----
 scripts/lib/compatlayer/context.py                 |   3 +-
 scripts/oe-pkgdata-util                            |  12 +-
 scripts/yocto-compat-layer.py                      |  12 +-
 54 files changed, 1137 insertions(+), 384 deletions(-)
 create mode 100644 meta/recipes-connectivity/bluez5/bluez5/0001-hciattach-bcm43xx-fix-the-delay-timer-for-firmware-d.patch
 delete mode 100644 meta/recipes-connectivity/openssl/openssl/fix-cipher-des-ede3-cfb1.patch
 delete mode 100644 meta/recipes-connectivity/openssl/openssl/openssl-avoid-NULL-pointer-dereference-in-EVP_DigestInit_ex.patch
 rename meta/recipes-connectivity/openssl/{openssl_1.0.2k.bb => openssl_1.0.2l.bb} (86%)
 delete mode 100644 meta/recipes-core/expat/expat_2.2.0.bb
 create mode 100644 meta/recipes-core/expat/expat_2.2.1.bb
 create mode 100644 meta/recipes-core/systemd/systemd/0022-parse-util-Do-not-include-unneeded-xlocale.h.patch
 create mode 100644 meta/recipes-devtools/cmake/cmake/0001-FindCUDA-Use-find_program-if-find_host_program-is-no.patch
 create mode 100644 meta/recipes-devtools/qemu/qemu/0001-replace-struct-ucontext-with-ucontext_t-type.patch
 create mode 100644 meta/recipes-devtools/strace/strace/0008-replace-struct-ucontext-with-ucontext_t.patch
 rename meta/recipes-devtools/strace/{strace_4.16.bb => strace_4.17.bb} (87%)
 create mode 100644 meta/recipes-devtools/valgrind/valgrind/0001-memcheck-tests-Use-ucontext_t-instead-of-struct-ucon.patch
 rename meta/recipes-extended/grep/{grep_3.0.bb => grep_3.1.bb} (89%)
 create mode 100644 meta/recipes-extended/ltp/ltp/0038-syscalls-add_key02-update-to-test-fix-for-nonempty-N.patch
 rename meta/recipes-extended/sysstat/{sysstat_11.5.5.bb => sysstat_11.5.6.bb} (53%)
 create mode 100644 meta/recipes-gnome/epiphany/files/0001-bookmarks-Check-for-return-value-of-fread.patch
 rename meta/recipes-gnome/gtk+/{gtk+3_3.22.15.bb => gtk+3_3.22.16.bb} (84%)
 rename meta/recipes-gnome/gtk+/{gtk-icon-utils-native_3.22.15.bb => gtk-icon-utils-native_3.22.16.bb} (86%)
 rename meta/recipes-graphics/libepoxy/{libepoxy_1.4.2.bb => libepoxy_1.4.3.bb} (70%)
 rename meta/recipes-graphics/mesa/{mesa-gl_17.1.3.bb => mesa-gl_17.1.4.bb} (100%)
 rename meta/recipes-graphics/mesa/{mesa_17.1.3.bb => mesa_17.1.4.bb} (84%)
 create mode 100644 meta/recipes-support/icu/icu/0001-i18n-Drop-include-xlocale.h.patch

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


More information about the Openembedded-commits mailing list