public inbox for openembedded-core@lists.openembedded.org
 help / color / mirror / Atom feed
* [OE-core][dunfell 00/21] Patch review
@ 2020-06-15 19:35 Steve Sakoman
  2020-06-15 19:35 ` [OE-core][dunfell 01/21] core-image-minimal-initramfs: keep restriction with initramfs-module-install Steve Sakoman
                   ` (20 more replies)
  0 siblings, 21 replies; 27+ messages in thread
From: Steve Sakoman @ 2020-06-15 19:35 UTC (permalink / raw)
  To: openembedded-core

Please review this next set of patches for dunfell and have comments back
by end of day Wednesday.

The following changes since commit 6fa967f194edd314c9026c80f8d93360ac6d9efa:

  build-appliance-image: Update to dunfell head revision (2020-06-08 21:45:09 +0100)

are available in the Git repository at:

  git://git.openembedded.org/openembedded-core-contrib stable/dunfell-nut
  http://cgit.openembedded.org/openembedded-core-contrib/log/?h=stable/dunfell-nut

Alexander Kanavin (3):
  lz4: disable static library
  linux-firmware: upgrade 20200421 -> 20200519
  build-sysroots: add sysroot paths with native binaries to PATH

Chen Qi (1):
  db: do not install db_verify if 'verify' is not enabled

Joe Slater (2):
  qemu: force build type to production
  vim: _FORTIFY_SOURCE=2 be gone

Konrad Weihmann (2):
  sysfsutils: rem leftover settings for libsysfs-dev
  cogl: point to correct HOMEPAGE

Marco Felsch (1):
  util-linux: alternatify rtcwake

Paul Barker (3):
  archiver: Fix test case for srpm archiver mode
  oe-selftest: Allow overriding the build directory used for tests
  oe-selftest: Recursively patch test case paths

Peter Kjellerstedt (1):
  cairo: Do not try to remove nonexistent directories

Ralph Siemsen (1):
  cve-check: include epoch in product version output

Richard Purdie (5):
  ltp: Exclude the memcg_stress tests due to timeout problems
  maintainers: Update Ross' email address
  logrotate: Drop obsolete setting/comment
  oeqa/targetcontrol: Rework exception handling to avoid warnings
  patchelf: Add patch to address corrupt shared library issue

Wang Mingyu (1):
  ca-certificates: upgrade 20190110 -> 20200601

hongxu (1):
  core-image-minimal-initramfs: keep restriction with
    initramfs-module-install

 meta/classes/cve-check.bbclass                |   2 +-
 meta/conf/distro/include/maintainers.inc      | 126 +++++++++---------
 meta/lib/oeqa/selftest/cases/archiver.py      |   1 +
 meta/lib/oeqa/selftest/context.py             |  24 +++-
 meta/lib/oeqa/targetcontrol.py                |   5 +-
 meta/lib/oeqa/utils/commands.py               |   5 +-
 .../images/core-image-minimal-initramfs.bb    |   4 +-
 meta/recipes-core/meta/build-sysroots.bb      |   4 +
 .../sysfsutils/sysfsutils_2.1.0.bb            |   2 -
 meta/recipes-core/util-linux/util-linux.inc   |   1 +
 .../patchelf/patchelf/fix-phdrs.patch         |  37 +++++
 .../patchelf/patchelf_0.10.bb                 |   1 +
 meta/recipes-devtools/qemu/qemu_4.2.0.bb      |   5 +
 .../logrotate/logrotate_3.15.1.bb             |   7 -
 meta/recipes-extended/ltp/ltp_20200120.bb     |   4 +
 meta/recipes-graphics/cairo/cairo_1.16.0.bb   |   6 +-
 meta/recipes-graphics/cogl/cogl-1.0.inc       |   2 +-
 ...20200421.bb => linux-firmware_20200519.bb} |   5 +-
 ...0190110.bb => ca-certificates_20200601.bb} |   4 +-
 meta/recipes-support/db/db_5.3.28.bb          |   3 +
 meta/recipes-support/lz4/lz4_1.9.2.bb         |   2 +-
 meta/recipes-support/vim/vim_8.2.bb           |   5 +
 22 files changed, 162 insertions(+), 93 deletions(-)
 create mode 100644 meta/recipes-devtools/patchelf/patchelf/fix-phdrs.patch
 rename meta/recipes-kernel/linux-firmware/{linux-firmware_20200421.bb => linux-firmware_20200519.bb} (99%)
 rename meta/recipes-support/ca-certificates/{ca-certificates_20190110.bb => ca-certificates_20200601.bb} (95%)

-- 
2.17.1


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

end of thread, other threads:[~2020-06-18  0:11 UTC | newest]

Thread overview: 27+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-06-15 19:35 [OE-core][dunfell 00/21] Patch review Steve Sakoman
2020-06-15 19:35 ` [OE-core][dunfell 01/21] core-image-minimal-initramfs: keep restriction with initramfs-module-install Steve Sakoman
2020-06-15 19:35 ` [OE-core][dunfell 02/21] ltp: Exclude the memcg_stress tests due to timeout problems Steve Sakoman
2020-06-15 19:35 ` [OE-core][dunfell 03/21] util-linux: alternatify rtcwake Steve Sakoman
2020-06-15 19:35 ` [OE-core][dunfell 04/21] sysfsutils: rem leftover settings for libsysfs-dev Steve Sakoman
2020-06-15 19:35 ` [OE-core][dunfell 05/21] lz4: disable static library Steve Sakoman
2020-06-15 19:35 ` [OE-core][dunfell 06/21] maintainers: Update Ross' email address Steve Sakoman
2020-06-15 19:35 ` [OE-core][dunfell 07/21] logrotate: Drop obsolete setting/comment Steve Sakoman
2020-06-15 19:35 ` [OE-core][dunfell 08/21] cairo: Do not try to remove nonexistent directories Steve Sakoman
2020-06-16 19:49   ` Adrian Bunk
2020-06-16 20:11     ` Steve Sakoman
2020-06-18  0:11       ` Adrian Bunk
2020-06-15 19:35 ` [OE-core][dunfell 09/21] oeqa/targetcontrol: Rework exception handling to avoid warnings Steve Sakoman
2020-06-15 19:35 ` [OE-core][dunfell 10/21] cve-check: include epoch in product version output Steve Sakoman
2020-06-15 19:35 ` [OE-core][dunfell 11/21] cogl: point to correct HOMEPAGE Steve Sakoman
2020-06-15 19:35 ` [OE-core][dunfell 12/21] ca-certificates: upgrade 20190110 -> 20200601 Steve Sakoman
2020-06-16 19:50   ` Adrian Bunk
2020-06-16 20:00     ` Steve Sakoman
2020-06-15 19:35 ` [OE-core][dunfell 13/21] patchelf: Add patch to address corrupt shared library issue Steve Sakoman
2020-06-15 19:35 ` [OE-core][dunfell 14/21] archiver: Fix test case for srpm archiver mode Steve Sakoman
2020-06-15 19:35 ` [OE-core][dunfell 15/21] oe-selftest: Allow overriding the build directory used for tests Steve Sakoman
2020-06-15 19:35 ` [OE-core][dunfell 16/21] oe-selftest: Recursively patch test case paths Steve Sakoman
2020-06-15 19:35 ` [OE-core][dunfell 17/21] qemu: force build type to production Steve Sakoman
2020-06-15 19:35 ` [OE-core][dunfell 18/21] db: do not install db_verify if 'verify' is not enabled Steve Sakoman
2020-06-15 19:35 ` [OE-core][dunfell 19/21] linux-firmware: upgrade 20200421 -> 20200519 Steve Sakoman
2020-06-15 19:35 ` [OE-core][dunfell 20/21] build-sysroots: add sysroot paths with native binaries to PATH Steve Sakoman
2020-06-15 19:35 ` [OE-core][dunfell 21/21] vim: _FORTIFY_SOURCE=2 be gone Steve Sakoman

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