From: Steve Sakoman <steve@sakoman.com>
To: openembedded-core@lists.openembedded.org
Subject: [OE-core][kirkstone 00/22] Patch review
Date: Wed, 8 Jun 2022 04:39:13 -1000 [thread overview]
Message-ID: <cover.1654698895.git.steve@sakoman.com> (raw)
Please review this set of patches for kirkstone and have comments back by
end of day Friday.
Passed a-full on autobuilder:
https://autobuilder.yoctoproject.org/typhoon/#/builders/83/builds/3756
The following changes since commit 27815774c983f7c2c849513efe087a6d77eaf443:
lzo: Add further info to a patch and mark as Inactive-Upstream (2022-06-02 06:54:27 -1000)
are available in the Git repository at:
git://git.openembedded.org/openembedded-core-contrib stable/kirkstone-nut
http://cgit.openembedded.org/openembedded-core-contrib/log/?h=stable/kirkstone-nut
Dmitry Baryshkov (2):
linux-firmware: package new Qualcomm firmware
linux-firmware: split ath3k firmware
Jeremy Puhlman (1):
gcc: depend on zstd-native
Marcel Ziswiler (1):
alsa-plugins: fix libavtp vs. avtp packageconfig
Marta Rybczynska (4):
cve-check: move update_symlinks to a library
cve-check: write empty fragment files in the text mode
cve-check: fix return type in check_cves
cve-update-db-native: make it possible to disable database updates
Martin Jansa (1):
patch.py: make sure that patches/series file exists before quilt pop
Mingli Yu (1):
perl: Fix build with gcc-12
Peter Kjellerstedt (2):
libseccomp: Correct LIC_FILES_CHKSUM
license.bbclass: Bound beginline and endline in copy_license_files()
Richard Purdie (6):
glib-2.0: upgrade 2.72.1 -> 2.72.2
libxkbcommon: upgrade 1.4.0 -> 1.4.1
gtk+3: upgrade 3.24.33 -> 3.24.34
webkitgtk: upgrade 2.36.1 -> 2.36.3
openssl: Backport fix for ptest cert expiry
gcc-cross-canadian: Add nativesdk-zstd dependency
Sean Anderson (1):
rootfs.py: find .ko.zst kernel modules
Stefan Wiehler (1):
kernel-yocto.bbclass: Reset to exiting on non-zero return code at end
of task
wangmy (2):
cups: upgrade 2.4.1 -> 2.4.2
logrotate: upgrade 3.19.0 -> 3.20.1
meta/classes/cve-check.bbclass | 40 +++--
meta/classes/kernel-yocto.bbclass | 8 +
meta/classes/license.bbclass | 8 +-
meta/lib/oe/cve_check.py | 10 ++
meta/lib/oe/patch.py | 2 +
meta/lib/oe/rootfs.py | 2 +-
...ea88c3888cc5cb3ebc94ffcef706c68bc1d2.patch | 55 +++++++
.../openssl/openssl_3.0.3.bb | 1 +
.../glib-2.0/glib-2.0/relocate-modules.patch | 2 +-
...{glib-2.0_2.72.1.bb => glib-2.0_2.72.2.bb} | 2 +-
.../recipes-core/meta/cve-update-db-native.bb | 6 +-
meta/recipes-devtools/gcc/gcc-11.3.inc | 2 +-
.../gcc/gcc-cross-canadian.inc | 2 +-
.../files/0001-Fix-build-with-gcc-12.patch | 143 ++++++++++++++++++
meta/recipes-devtools/perl/perl_5.34.1.bb | 1 +
.../cups/{cups_2.4.1.bb => cups_2.4.2.bb} | 2 +-
...ogrotate_3.19.0.bb => logrotate_3.20.1.bb} | 2 +-
.../{gtk+3_3.24.33.bb => gtk+3_3.24.34.bb} | 2 +-
...bcommon_1.4.0.bb => libxkbcommon_1.4.1.bb} | 2 +-
.../linux-firmware/linux-firmware_20220509.bb | 19 ++-
.../alsa/alsa-plugins_1.2.6.bb | 2 +-
...ebkitgtk_2.36.1.bb => webkitgtk_2.36.3.bb} | 2 +-
.../libseccomp/libseccomp_2.5.3.bb | 2 +-
23 files changed, 273 insertions(+), 44 deletions(-)
create mode 100644 meta/recipes-connectivity/openssl/openssl/770aea88c3888cc5cb3ebc94ffcef706c68bc1d2.patch
rename meta/recipes-core/glib-2.0/{glib-2.0_2.72.1.bb => glib-2.0_2.72.2.bb} (96%)
create mode 100644 meta/recipes-devtools/perl/files/0001-Fix-build-with-gcc-12.patch
rename meta/recipes-extended/cups/{cups_2.4.1.bb => cups_2.4.2.bb} (51%)
rename meta/recipes-extended/logrotate/{logrotate_3.19.0.bb => logrotate_3.20.1.bb} (97%)
rename meta/recipes-gnome/gtk+/{gtk+3_3.24.33.bb => gtk+3_3.24.34.bb} (89%)
rename meta/recipes-graphics/xorg-lib/{libxkbcommon_1.4.0.bb => libxkbcommon_1.4.1.bb} (94%)
rename meta/recipes-sato/webkit/{webkitgtk_2.36.1.bb => webkitgtk_2.36.3.bb} (98%)
--
2.25.1
next reply other threads:[~2022-06-08 14:40 UTC|newest]
Thread overview: 27+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-06-08 14:39 Steve Sakoman [this message]
2022-06-08 14:39 ` [OE-core][kirkstone 01/22] cve-check: move update_symlinks to a library Steve Sakoman
2022-06-08 14:39 ` [OE-core][kirkstone 02/22] cve-check: write empty fragment files in the text mode Steve Sakoman
2022-06-08 14:39 ` [OE-core][kirkstone 03/22] cve-check: fix return type in check_cves Steve Sakoman
2022-06-08 14:39 ` [OE-core][kirkstone 04/22] cve-update-db-native: make it possible to disable database updates Steve Sakoman
2022-06-08 14:39 ` [OE-core][kirkstone 05/22] cups: upgrade 2.4.1 -> 2.4.2 Steve Sakoman
2022-06-08 14:39 ` [OE-core][kirkstone 06/22] logrotate: upgrade 3.19.0 -> 3.20.1 Steve Sakoman
2022-06-08 14:39 ` [OE-core][kirkstone 07/22] glib-2.0: upgrade 2.72.1 -> 2.72.2 Steve Sakoman
2022-06-08 14:39 ` [OE-core][kirkstone 08/22] libxkbcommon: upgrade 1.4.0 -> 1.4.1 Steve Sakoman
2022-06-08 14:39 ` [OE-core][kirkstone 09/22] gtk+3: upgrade 3.24.33 -> 3.24.34 Steve Sakoman
2022-06-08 14:39 ` [OE-core][kirkstone 10/22] webkitgtk: upgrade 2.36.1 -> 2.36.3 Steve Sakoman
2022-06-08 14:39 ` [OE-core][kirkstone 11/22] linux-firmware: package new Qualcomm firmware Steve Sakoman
2022-06-08 14:39 ` [OE-core][kirkstone 12/22] linux-firmware: split ath3k firmware Steve Sakoman
2022-06-08 14:39 ` [OE-core][kirkstone 13/22] patch.py: make sure that patches/series file exists before quilt pop Steve Sakoman
2022-06-08 14:39 ` [OE-core][kirkstone 14/22] openssl: Backport fix for ptest cert expiry Steve Sakoman
2022-06-08 14:39 ` [OE-core][kirkstone 15/22] gcc: depend on zstd-native Steve Sakoman
2022-06-08 14:39 ` [OE-core][kirkstone 16/22] gcc-cross-canadian: Add nativesdk-zstd dependency Steve Sakoman
2022-06-08 14:39 ` [OE-core][kirkstone 17/22] perl: Fix build with gcc-12 Steve Sakoman
2022-06-08 14:39 ` [OE-core][kirkstone 18/22] kernel-yocto.bbclass: Reset to exiting on non-zero return code at end of task Steve Sakoman
2022-06-08 14:39 ` [OE-core][kirkstone 19/22] alsa-plugins: fix libavtp vs. avtp packageconfig Steve Sakoman
2022-06-08 14:39 ` [OE-core][kirkstone 20/22] libseccomp: Correct LIC_FILES_CHKSUM Steve Sakoman
2022-06-08 14:39 ` [OE-core][kirkstone 21/22] license.bbclass: Bound beginline and endline in copy_license_files() Steve Sakoman
2022-06-08 14:39 ` [OE-core][kirkstone 22/22] rootfs.py: find .ko.zst kernel modules Steve Sakoman
-- strict thread matches above, loose matches on Subject: below --
2023-03-15 14:00 [OE-core][kirkstone 00/22] Patch review Steve Sakoman
2024-02-25 21:52 Steve Sakoman
2024-09-11 23:22 Steve Sakoman
2025-02-25 14:29 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.1654698895.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.