public inbox for openembedded-core@lists.openembedded.org
 help / color / mirror / Atom feed
From: "Steve Sakoman" <steve@sakoman.com>
To: openembedded-core@lists.openembedded.org
Subject: [OE-core][dunfell 00/21] Patch review
Date: Mon, 15 Jun 2020 09:35:19 -1000	[thread overview]
Message-ID: <cover.1592249381.git.steve@sakoman.com> (raw)

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


             reply	other threads:[~2020-06-15 19:35 UTC|newest]

Thread overview: 30+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-06-15 19:35 Steve Sakoman [this message]
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
  -- strict thread matches above, loose matches on Subject: below --
2021-02-01 16:24 [OE-core][dunfell 00/21] Patch review Steve Sakoman
2021-03-24 14:38 Steve Sakoman
2022-11-19 17:47 Steve Sakoman

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=cover.1592249381.git.steve@sakoman.com \
    --to=steve@sakoman.com \
    --cc=openembedded-core@lists.openembedded.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox