Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH 00/42] Consolidated pull
@ 2017-07-06 11:50 Ross Burton
  0 siblings, 0 replies; 2+ messages in thread
From: Ross Burton @ 2017-07-06 11:50 UTC (permalink / raw)
  To: openembedded-core

Consolidated pull from the list, went green on the autobuilder apart from two
failures due to speex download server being down, so this series includes a
SRC_URI fix for that too.

Ross

The following changes since commit e7549662164b1aee346acaf434c38a3416e07e68:

  image.bbclass: create root symlinks in nativesdk target sysroot (2017-06-30 09:02:13 +0100)

are available in the git repository at:

  ssh://git@git.yoctoproject.org/poky-contrib ross/mut

for you to fetch changes up to 15c1a1c7fb7fe46230b78db10d0b79dc5e350961:

  speex: update SRC_URI (2017-07-06 12:43:23 +0100)

----------------------------------------------------------------
Aníbal Limón (1):
      classes/populate_sdk_base: Fix SDK manifest generation

Changhyeok Bae (1):
      openssl: Upgrade 1.0.2k -> 1.0.2l

Choong YinThong (1):
      linux-yocto-custom: include a user feature description file

Dengke Du (4):
      grep: upgrade to 3.1
      expat: upgrade to 2.2.1
      ltp: Reduce local Pending patches
      avahi-ui: reduce local pending patches

Fathi Boudra (2):
      ltp: syscalls/add_key02: fix for nonempty NULL payload
      ltp: add acl, attr, curl and util-linux runtime dependencies

Jose Perez Carranza (1):
      oeqa/sdk: Replace buildiptables for buildlzip tests

Jun Zhu (1):
      bluez: Correct the timer count for bcm43xx firmware download

Jussi Kukkonen (3):
      gtk+3: Update UPSTREAM_CHECK_REGEX
      gtk+3: Upgrade 3.22.15 -> 3.22.16
      libepoxy: Upgrade 1.4.2 -> 1.4.3

Khem Raj (7):
      valgrind: Fix build with glibc 2.26
      strace: upgrade to 4.17
      qemu: Replace use of struct ucontext with ucontext_t
      epiphany: Fix build errors when compiling with security flags
      icu: Fix build with glibc 2.26
      valgrind: Remove -no-pie from cflags
      systemd: Do not use xlocale.h

Maxime Roussin-Bélanger (1):
      cmake: Use find_program if find_host_program is not available

Mikko Ylinen (1):
      sanity.bbclass: fix AttributeError in mirror format checks

Ming Liu (1):
      local.conf.sample: drop image-swab reference

Otavio Salvador (2):
      mesa: Avoid platform probing when building without EGL
      mesa: Upgrade to 17.1.4 release

Patrick Ohly (6):
      yocto-compat-layer.py: avoid adding layers more than once
      yocto-compat-layer.py: tolerate broken world builds during signature diff
      yocto-compat-layer.py: apply test_signatures to all layers
      yocto-compat-layer.py: add test_world
      yocto-compat-layer.py: allow README with suffix
      yocto-compat-layer.py: make signature check code reusable

Peter Kjellerstedt (2):
      gtk+3: Update the patches to work with old versions of patch
      oe-pkgdata-util: package-info: Allow extra variables to be displayed

Randy MacLeod (1):
      binutils: update SRCREV to fix powerpc gold link bug

Ricardo Ribalda Delgado (2):
      libgfortran: Add missing dependency gcc-cross
      libgfortran: Add missing fincludes

Ross Burton (3):
      sanity.bbclass: remove ASSUME_PROVIDED checks that can't succeed
      insane: remove obsolete gcc 4.5 check
      speex: update SRC_URI

Soren Brinkmann (1):
      mirrors: Add HTTP mirrors for ftp://sourceware.org

susanbian (1):
      sysstat:11.5.5 -> 11.5.6

 meta-poky/conf/local.conf.sample                   |   1 -
 meta/classes/mirrors.bbclass                       |   3 +
 meta/classes/populate_sdk_base.bbclass             |  36 ++-
 meta/classes/sanity.bbclass                        |  60 +----
 .../sdk/cases/{buildiptables.py => buildlzip.py}   |   8 +-
 ...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 +-
 .../recipes-kernel/linux/linux-yocto-custom.bb     |   1 +
 .../linux-yocto-custom/machine-user-features.scc   |   1 +
 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 +-
 57 files changed, 1143 insertions(+), 388 deletions(-)
 rename meta/lib/oeqa/sdk/cases/{buildiptables.py => buildlzip.py} (84%)
 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
 create mode 100644 scripts/lib/bsp/substrate/target/arch/common/recipes-kernel/linux/linux-yocto-custom/machine-user-features.scc

Aníbal Limón (1):
  classes/populate_sdk_base: Fix SDK manifest generation

Changhyeok Bae (1):
  openssl: Upgrade 1.0.2k -> 1.0.2l

Choong YinThong (1):
  linux-yocto-custom: include a user feature description file

Dengke Du (4):
  grep: upgrade to 3.1
  expat: upgrade to 2.2.1
  ltp: Reduce local Pending patches
  avahi-ui: reduce local pending patches

Fathi Boudra (2):
  ltp: syscalls/add_key02: fix for nonempty NULL payload
  ltp: add acl, attr, curl and util-linux runtime dependencies

Jose Perez Carranza (1):
  oeqa/sdk: Replace buildiptables for buildlzip tests

Jun Zhu (1):
  bluez: Correct the timer count for bcm43xx firmware download

Jussi Kukkonen (3):
  gtk+3: Update UPSTREAM_CHECK_REGEX
  gtk+3: Upgrade 3.22.15 -> 3.22.16
  libepoxy: Upgrade 1.4.2 -> 1.4.3

Khem Raj (7):
  valgrind: Fix build with glibc 2.26
  strace: upgrade to 4.17
  qemu: Replace use of struct ucontext with ucontext_t
  epiphany: Fix build errors when compiling with security flags
  icu: Fix build with glibc 2.26
  valgrind: Remove -no-pie from cflags
  systemd: Do not use xlocale.h

Maxime Roussin-Bélanger (1):
  cmake: Use find_program if find_host_program is not available

Mikko Ylinen (1):
  sanity.bbclass: fix AttributeError in mirror format checks

Ming Liu (1):
  local.conf.sample: drop image-swab reference

Otavio Salvador (2):
  mesa: Avoid platform probing when building without EGL
  mesa: Upgrade to 17.1.4 release

Patrick Ohly (6):
  yocto-compat-layer.py: avoid adding layers more than once
  yocto-compat-layer.py: tolerate broken world builds during signature
    diff
  yocto-compat-layer.py: apply test_signatures to all layers
  yocto-compat-layer.py: add test_world
  yocto-compat-layer.py: allow README with suffix
  yocto-compat-layer.py: make signature check code reusable

Peter Kjellerstedt (2):
  gtk+3: Update the patches to work with old versions of patch
  oe-pkgdata-util: package-info: Allow extra variables to be displayed

Randy MacLeod (1):
  binutils: update SRCREV to fix powerpc gold link bug

Ricardo Ribalda Delgado (2):
  libgfortran: Add missing dependency gcc-cross
  libgfortran: Add missing fincludes

Ross Burton (3):
  sanity.bbclass: remove ASSUME_PROVIDED checks that can't succeed
  insane: remove obsolete gcc 4.5 check
  speex: update SRC_URI

Soren Brinkmann (1):
  mirrors: Add HTTP mirrors for ftp://sourceware.org

susanbian (1):
  sysstat:11.5.5 -> 11.5.6

 meta-poky/conf/local.conf.sample                   |   1 -
 meta/classes/mirrors.bbclass                       |   3 +
 meta/classes/populate_sdk_base.bbclass             |  36 ++-
 meta/classes/sanity.bbclass                        |  60 +----
 .../sdk/cases/{buildiptables.py => buildlzip.py}   |   8 +-
 ...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 +-
 .../recipes-kernel/linux/linux-yocto-custom.bb     |   1 +
 .../linux-yocto-custom/machine-user-features.scc   |   1 +
 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 +-
 57 files changed, 1143 insertions(+), 388 deletions(-)
 rename meta/lib/oeqa/sdk/cases/{buildiptables.py => buildlzip.py} (84%)
 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
 create mode 100644 scripts/lib/bsp/substrate/target/arch/common/recipes-kernel/linux/linux-yocto-custom/machine-user-features.scc

-- 
2.11.0



^ permalink raw reply	[flat|nested] 2+ messages in thread
* [PATCH 00/42] Consolidated pull
@ 2015-03-13 17:57 Ross Burton
  0 siblings, 0 replies; 2+ messages in thread
From: Ross Burton @ 2015-03-13 17:57 UTC (permalink / raw)
  To: openembedded-core

Hi,

A nice long consolidated pull that is all green on the AB apart from an
intermittent x86-64 inability to run df which I don't think is related to this
series and will investigate shortly.

Ross

The following changes since commit 7f30749fe026e9ceb75d73b89271145a45a60763:

  oeqa/parselogs: Skip hda opcode errors (2015-03-12 12:50:24 +0000)

are available in the git repository at:

  git://git.yoctoproject.org/poky-contrib ross/mut

for you to fetch changes up to 04a5d9f1426d1b6cd7d6fc926bdc572e0b223e2c:

  systemd: fix /var/log/journal ownership (2015-03-13 17:22:38 +0000)

----------------------------------------------------------------
Alexandru.Vaduva (1):
      linux-yocto-rt: removed duplicated line

Andre McCurdy (2):
      chrpath.bbclass: handle RUNPATH as well as RPATH
      curl: remove samba from PACKAGECONFIG[smb] DEPENDS

Benjamin Esquivel (1):
      oe-setup-builddir: output message cleanup

Chen Qi (4):
      bitbake-diffsigs: consider the situation where sigdata and siginfo files having the same hash values
      nativesdk.bbclass: set PKGDATA_DIR explicitly
      rootfs.py: fix logic error so that warnings are checked
      util-linux: fix CVE-2014-9114

Ed Bartosh (1):
      yocto-project-qs: update OpenSUSE essentials

Jonathan Liu (5):
      postinst-intercepts/update_font_cache: fix ownership of fontconfig cache
      fontcache.bbclass: prepend to PACKAGEFUNCS instead of appending
      libunwind: backport patch to link against libgcc_s intead of libgcc
      kernel-devsrc: fix file ownership
      systemd: fix /var/log/journal ownership

Kai Kang (2):
      lsb: update init-functions and remove sendmail
      msmtp: add link file /usr/lib/sendmail

Khem Raj (1):
      buildstats.bbclass: typecast argument to os.minor/os.major to long

Koen Kooi (2):
      bitbake.conf: use http:// for GNU_MIRROR instead of ftp://
      sysprof: fix arm big-endian build.

Martin Jansa (2):
      test-dependencies.sh: strip only .bb suffix
      util-linux: move getopt u-a link to base_bindir

Mehaffey, John (1):
      lttng: Add tracing group when building lttng-tools

Randy Witt (2):
      lib/oeqa/runtime/systemd: Add a basic runtime test for the journal
      systemd: Fix journal "Failed to set file attributes:" warning

Rob Woolley (3):
      nfs-utils: Install nfsmount.conf
      nfs-utils: Identify CONFFILES
      logrotate: Identify CONFFILES

Robert Yang (11):
      license.bbclass: set dirs for do_populate_lic_setscene
      kernelsrc.bbclass: fix KERNEL_VERSION
      pixbufcache.bbclass: add harfbuzz-native to PIXBUFCACHE_SYSROOT_DEP
      xinetd: fix HOMEPAGE and SRC_URI
      libevent: fix SRC_URI
      apt: fix SRC_URI
      net-tools: fix SRC_URI
      resolvconf: fix SRC_URI
      mtd-utils: disable parallel build
      Revert "blktrace: fix and enable parallel build"
      mailx: disable parallel build

Ross Burton (3):
      devshell: allow the starting directory to be overridden
      liberation-fonts: inherit allarch as fonts are arch-independent
      util-linux: split libraries dynamically

Sona Sarmadi (1):
      e2fsprogs: CVE-2015-0247

 bitbake/bin/bitbake-diffsigs                       |   18 +-
 documentation/poky.ent                             |    2 +-
 meta/classes/buildstats.bbclass                    |    4 +-
 meta/classes/chrpath.bbclass                       |    2 +
 meta/classes/devshell.bbclass                      |    4 +-
 meta/classes/fontcache.bbclass                     |    4 +-
 meta/classes/kernelsrc.bbclass                     |    2 +-
 meta/classes/license.bbclass                       |    2 +
 meta/classes/nativesdk.bbclass                     |    1 +
 meta/classes/pixbufcache.bbclass                   |    7 +-
 meta/conf/bitbake.conf                             |    2 +-
 meta/lib/oe/rootfs.py                              |    2 +-
 meta/lib/oeqa/runtime/systemd.py                   |    6 +
 .../nfs-utils/nfs-utils_1.3.1.bb                   |   10 ++
 .../resolvconf/resolvconf_1.76.bb                  |    3 +-
 ...ix-Inappropriate-ioctl-for-device-on-ext4.patch |   37 +++++
 meta/recipes-core/systemd/systemd_219.bb           |    3 +
 meta/recipes-core/util-linux/util-linux.inc        |   21 ++-
 .../util-linux/util-linux/CVE-2014-9114.patch      |  174 ++++++++++++++++++++
 meta/recipes-core/util-linux/util-linux_2.25.2.bb  |    1 +
 meta/recipes-devtools/apt/apt.inc                  |    2 +-
 .../e2fsprogs/e2fsprogs/CVE-2015-0247.patch        |   58 +++++++
 .../recipes-devtools/e2fsprogs/e2fsprogs_1.42.9.bb |    1 +
 meta/recipes-devtools/mtd/mtd-utils_git.bb         |    4 +
 meta/recipes-extended/logrotate/logrotate_3.8.8.bb |    3 +
 meta/recipes-extended/lsb/lsb_4.1.bb               |   16 +-
 meta/recipes-extended/mailx/mailx_12.5.bb          |    5 +
 meta/recipes-extended/msmtp/msmtp_1.6.1.bb         |    5 +
 .../net-tools/net-tools_1.60-25.bb                 |    4 +-
 meta/recipes-extended/xinetd/xinetd_2.3.15.bb      |    9 +-
 .../ttf-fonts/liberation-fonts_1.04.bb             |    2 +-
 .../blktrace/blktrace/makefile-fix-parallel.patch  |   41 -----
 meta/recipes-kernel/blktrace/blktrace_git.bb       |   17 +-
 meta/recipes-kernel/linux/kernel-devsrc.bb         |    2 +
 meta/recipes-kernel/linux/linux-yocto-rt_3.14.bb   |    1 -
 meta/recipes-kernel/lttng/lttng-tools_2.6.0.bb     |    5 +-
 meta/recipes-kernel/sysprof/sysprof_git.bb         |    1 +
 meta/recipes-support/curl/curl_7.40.0.bb           |    2 +-
 meta/recipes-support/libevent/libevent_2.0.21.bb   |    2 +-
 ...-libunwind-to-libgcc_s-rather-than-libgcc.patch |   42 +++++
 meta/recipes-support/libunwind/libunwind_1.1.bb    |    1 +
 scripts/oe-setup-builddir                          |   32 ++--
 scripts/postinst-intercepts/update_font_cache      |    1 +
 scripts/test-dependencies.sh                       |    2 +-
 44 files changed, 457 insertions(+), 106 deletions(-)
 create mode 100644 meta/recipes-core/systemd/systemd/0013-journal-fix-Inappropriate-ioctl-for-device-on-ext4.patch
 create mode 100644 meta/recipes-core/util-linux/util-linux/CVE-2014-9114.patch
 create mode 100644 meta/recipes-devtools/e2fsprogs/e2fsprogs/CVE-2015-0247.patch
 delete mode 100644 meta/recipes-kernel/blktrace/blktrace/makefile-fix-parallel.patch
 create mode 100644 meta/recipes-support/libunwind/libunwind-1.1/Link-libunwind-to-libgcc_s-rather-than-libgcc.patch

Alexandru.Vaduva (1):
  linux-yocto-rt: removed duplicated line

Andre McCurdy (2):
  chrpath.bbclass: handle RUNPATH as well as RPATH
  curl: remove samba from PACKAGECONFIG[smb] DEPENDS

Benjamin Esquivel (1):
  oe-setup-builddir: output message cleanup

Chen Qi (4):
  bitbake-diffsigs: consider the situation where sigdata and siginfo
    files having the same hash values
  nativesdk.bbclass: set PKGDATA_DIR explicitly
  rootfs.py: fix logic error so that warnings are checked
  util-linux: fix CVE-2014-9114

Ed Bartosh (1):
  yocto-project-qs: update OpenSUSE essentials

Jonathan Liu (5):
  postinst-intercepts/update_font_cache: fix ownership of fontconfig
    cache
  fontcache.bbclass: prepend to PACKAGEFUNCS instead of appending
  libunwind: backport patch to link against libgcc_s intead of libgcc
  kernel-devsrc: fix file ownership
  systemd: fix /var/log/journal ownership

Kai Kang (2):
  lsb: update init-functions and remove sendmail
  msmtp: add link file /usr/lib/sendmail

Khem Raj (1):
  buildstats.bbclass: typecast argument to os.minor/os.major to long

Koen Kooi (2):
  bitbake.conf: use http:// for GNU_MIRROR instead of ftp://
  sysprof: fix arm big-endian build.

Martin Jansa (2):
  test-dependencies.sh: strip only .bb suffix
  util-linux: move getopt u-a link to base_bindir

Mehaffey, John (1):
  lttng: Add tracing group when building lttng-tools

Randy Witt (2):
  lib/oeqa/runtime/systemd: Add a basic runtime test for the journal
  systemd: Fix journal "Failed to set file attributes:" warning

Rob Woolley (3):
  nfs-utils: Install nfsmount.conf
  nfs-utils: Identify CONFFILES
  logrotate: Identify CONFFILES

Robert Yang (11):
  license.bbclass: set dirs for do_populate_lic_setscene
  kernelsrc.bbclass: fix KERNEL_VERSION
  pixbufcache.bbclass: add harfbuzz-native to PIXBUFCACHE_SYSROOT_DEP
  xinetd: fix HOMEPAGE and SRC_URI
  libevent: fix SRC_URI
  apt: fix SRC_URI
  net-tools: fix SRC_URI
  resolvconf: fix SRC_URI
  mtd-utils: disable parallel build
  Revert "blktrace: fix and enable parallel build"
  mailx: disable parallel build

Ross Burton (3):
  devshell: allow the starting directory to be overridden
  liberation-fonts: inherit allarch as fonts are arch-independent
  util-linux: split libraries dynamically

Sona Sarmadi (1):
  e2fsprogs: CVE-2015-0247

 bitbake/bin/bitbake-diffsigs                       |   18 +-
 documentation/poky.ent                             |    2 +-
 meta/classes/buildstats.bbclass                    |    4 +-
 meta/classes/chrpath.bbclass                       |    2 +
 meta/classes/devshell.bbclass                      |    4 +-
 meta/classes/fontcache.bbclass                     |    4 +-
 meta/classes/kernelsrc.bbclass                     |    2 +-
 meta/classes/license.bbclass                       |    2 +
 meta/classes/nativesdk.bbclass                     |    1 +
 meta/classes/pixbufcache.bbclass                   |    7 +-
 meta/conf/bitbake.conf                             |    2 +-
 meta/lib/oe/rootfs.py                              |    2 +-
 meta/lib/oeqa/runtime/systemd.py                   |    6 +
 .../nfs-utils/nfs-utils_1.3.1.bb                   |   10 ++
 .../resolvconf/resolvconf_1.76.bb                  |    3 +-
 ...ix-Inappropriate-ioctl-for-device-on-ext4.patch |   37 +++++
 meta/recipes-core/systemd/systemd_219.bb           |    3 +
 meta/recipes-core/util-linux/util-linux.inc        |   21 ++-
 .../util-linux/util-linux/CVE-2014-9114.patch      |  174 ++++++++++++++++++++
 meta/recipes-core/util-linux/util-linux_2.25.2.bb  |    1 +
 meta/recipes-devtools/apt/apt.inc                  |    2 +-
 .../e2fsprogs/e2fsprogs/CVE-2015-0247.patch        |   58 +++++++
 .../recipes-devtools/e2fsprogs/e2fsprogs_1.42.9.bb |    1 +
 meta/recipes-devtools/mtd/mtd-utils_git.bb         |    4 +
 meta/recipes-extended/logrotate/logrotate_3.8.8.bb |    3 +
 meta/recipes-extended/lsb/lsb_4.1.bb               |   16 +-
 meta/recipes-extended/mailx/mailx_12.5.bb          |    5 +
 meta/recipes-extended/msmtp/msmtp_1.6.1.bb         |    5 +
 .../net-tools/net-tools_1.60-25.bb                 |    4 +-
 meta/recipes-extended/xinetd/xinetd_2.3.15.bb      |    9 +-
 .../ttf-fonts/liberation-fonts_1.04.bb             |    2 +-
 .../blktrace/blktrace/makefile-fix-parallel.patch  |   41 -----
 meta/recipes-kernel/blktrace/blktrace_git.bb       |   17 +-
 meta/recipes-kernel/linux/kernel-devsrc.bb         |    2 +
 meta/recipes-kernel/linux/linux-yocto-rt_3.14.bb   |    1 -
 meta/recipes-kernel/lttng/lttng-tools_2.6.0.bb     |    5 +-
 meta/recipes-kernel/sysprof/sysprof_git.bb         |    1 +
 meta/recipes-support/curl/curl_7.40.0.bb           |    2 +-
 meta/recipes-support/libevent/libevent_2.0.21.bb   |    2 +-
 ...-libunwind-to-libgcc_s-rather-than-libgcc.patch |   42 +++++
 meta/recipes-support/libunwind/libunwind_1.1.bb    |    1 +
 scripts/oe-setup-builddir                          |   32 ++--
 scripts/postinst-intercepts/update_font_cache      |    1 +
 scripts/test-dependencies.sh                       |    2 +-
 44 files changed, 457 insertions(+), 106 deletions(-)
 create mode 100644 meta/recipes-core/systemd/systemd/0013-journal-fix-Inappropriate-ioctl-for-device-on-ext4.patch
 create mode 100644 meta/recipes-core/util-linux/util-linux/CVE-2014-9114.patch
 create mode 100644 meta/recipes-devtools/e2fsprogs/e2fsprogs/CVE-2015-0247.patch
 delete mode 100644 meta/recipes-kernel/blktrace/blktrace/makefile-fix-parallel.patch
 create mode 100644 meta/recipes-support/libunwind/libunwind-1.1/Link-libunwind-to-libgcc_s-rather-than-libgcc.patch

-- 
1.7.10.4



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-07-06 11:50 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-07-06 11:50 [PATCH 00/42] Consolidated pull Ross Burton
  -- strict thread matches above, loose matches on Subject: below --
2015-03-13 17:57 Ross Burton

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox