From: Steve Sakoman <steve@sakoman.com>
To: openembedded-core@lists.openembedded.org
Subject: [OE-core][kirkstone 00/25] Patch review
Date: Mon, 7 Nov 2022 05:36:19 -1000 [thread overview]
Message-ID: <cover.1667834972.git.steve@sakoman.com> (raw)
Please review this set of patches for kirkstone and have comments back by
end of day Wednesday.
Passed a-full on autobuilder:
https://autobuilder.yoctoproject.org/typhoon/#/builders/83/builds/4436
The following changes since commit e1c36bdfb3c31f359e58d1644c238b74410d6091:
perf: Depend on native setuptools3 (2022-11-04 07:55:17 -1000)
are available in the Git repository at:
https://git.openembedded.org/openembedded-core-contrib stable/kirkstone-nut
http://cgit.openembedded.org/openembedded-core-contrib/log/?h=stable/kirkstone-nut
Bruce Ashfield (2):
linux-yocto/5.15: update to v5.15.72
kern-tools: fix relative path processing
Christian Eggers (1):
linux-firmware: split rtl8761 firmware
Claus Stovgaard (1):
gstreamer1.0-libav: fix errors with ffmpeg 5.x
Etienne Cordonnier (1):
mirrors.bbclass: use shallow tarball for binutils-native
John Edward Broadbent (1):
externalsrc: git submodule--helper list unsupported
Jose Quaresma (1):
kernel-yocto: improve fatal error messages of symbol_why.py
Keiya Nobuta (1):
create-spdx: Remove ";name=..." for downloadLocation
Martin Jansa (2):
vulkan-samples: add lfs=0 to SRC_URI to avoid git smudge errors in
do_unpack
externalsrc.bbclass: fix git repo detection
Peter Kjellerstedt (1):
externalsrc.bbclass: Remove a trailing slash from ${B}
Richard Purdie (1):
numactl: upgrade 2.0.14 -> 2.0.15
Sean Anderson (2):
kernel: Clear SYSROOT_DIRS instead of replacing sysroot_stage_all
uboot-sign: Fix using wrong KEY_REQ_ARGS
Sergei Zhmylev (1):
wic: honor the SOURCE_DATE_EPOCH in case of updated fstab
Thomas Perrot (1):
xserver-xorg: move some recommended dependencies in required
Vincent Davis Jr (1):
linux-firmware: package amdgpu firmware
wangmy (8):
libcap: upgrade 2.65 -> 2.66
libical: upgrade 3.0.14 -> 3.0.15
numactl: upgrade 2.0.15 -> 2.0.16
wpebackend-fdo: upgrade 1.12.1 -> 1.14.0
libksba: upgrade 1.6.0 -> 1.6.2
lttng-ust: upgrade 2.13.3 -> 2.13.4
lttng-ust: upgrade 2.13.4 -> 2.13.5
lighttpd: upgrade 1.4.66 -> 1.4.67
meta/classes/create-spdx.bbclass | 1 +
meta/classes/externalsrc.bbclass | 25 +++---
meta/classes/kernel-yocto.bbclass | 10 +--
meta/classes/kernel.bbclass | 4 +-
meta/classes/mirrors.bbclass | 1 +
meta/classes/uboot-sign.bbclass | 2 +-
.../lighttpd/lighttpd/CVE-2022-41556.patch | 31 -------
...{lighttpd_1.4.66.bb => lighttpd_1.4.67.bb} | 3 +-
.../vulkan/vulkan-samples_git.bb | 2 +-
.../xorg-xserver/xserver-xorg.inc | 6 +-
.../kern-tools/kern-tools-native_git.bb | 2 +-
.../linux-firmware/linux-firmware_20220913.bb | 18 ++++
.../linux/linux-yocto-rt_5.15.bb | 6 +-
.../linux/linux-yocto-tiny_5.15.bb | 6 +-
meta/recipes-kernel/linux/linux-yocto_5.15.bb | 26 +++---
...ttng-ust_2.13.3.bb => lttng-ust_2.13.5.bb} | 2 +-
...r-APNG-encoder-property-registration.patch | 86 +++++++++++++++++++
.../gstreamer/gstreamer1.0-libav_1.20.3.bb | 4 +-
...fdo_1.12.1.bb => wpebackend-fdo_1.14.0.bb} | 2 +-
...-Raise-the-size-of-arrays-containing.patch | 2 +-
.../libcap/{libcap_2.65.bb => libcap_2.66.bb} | 2 +-
.../{libical_3.0.14.bb => libical_3.0.15.bb} | 2 +-
.../{libksba_1.6.0.bb => libksba_1.6.2.bb} | 2 +-
meta/recipes-support/numactl/numactl_git.bb | 6 +-
scripts/lib/wic/partition.py | 7 +-
scripts/lib/wic/plugins/imager/direct.py | 3 +
scripts/lib/wic/plugins/source/rootfs.py | 2 +-
27 files changed, 173 insertions(+), 90 deletions(-)
delete mode 100644 meta/recipes-extended/lighttpd/lighttpd/CVE-2022-41556.patch
rename meta/recipes-extended/lighttpd/{lighttpd_1.4.66.bb => lighttpd_1.4.67.bb} (96%)
rename meta/recipes-kernel/lttng/{lttng-ust_2.13.3.bb => lttng-ust_2.13.5.bb} (95%)
create mode 100644 meta/recipes-multimedia/gstreamer/gstreamer1.0-libav/0001-libav-Fix-for-APNG-encoder-property-registration.patch
rename meta/recipes-sato/webkit/{wpebackend-fdo_1.12.1.bb => wpebackend-fdo_1.14.0.bb} (90%)
rename meta/recipes-support/libcap/{libcap_2.65.bb => libcap_2.66.bb} (96%)
rename meta/recipes-support/libical/{libical_3.0.14.bb => libical_3.0.15.bb} (96%)
rename meta/recipes-support/libksba/{libksba_1.6.0.bb => libksba_1.6.2.bb} (94%)
--
2.25.1
next reply other threads:[~2022-11-07 15:37 UTC|newest]
Thread overview: 26+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-11-07 15:36 Steve Sakoman [this message]
2022-11-07 15:36 ` [OE-core][kirkstone 01/25] libcap: upgrade 2.65 -> 2.66 Steve Sakoman
2022-11-07 15:36 ` [OE-core][kirkstone 02/25] libical: upgrade 3.0.14 -> 3.0.15 Steve Sakoman
2022-11-07 15:36 ` [OE-core][kirkstone 03/25] numactl: upgrade 2.0.14 -> 2.0.15 Steve Sakoman
2022-11-07 15:36 ` [OE-core][kirkstone 04/25] numactl: upgrade 2.0.15 -> 2.0.16 Steve Sakoman
2022-11-07 15:36 ` [OE-core][kirkstone 05/25] wpebackend-fdo: upgrade 1.12.1 -> 1.14.0 Steve Sakoman
2022-11-07 15:36 ` [OE-core][kirkstone 06/25] libksba: upgrade 1.6.0 -> 1.6.2 Steve Sakoman
2022-11-07 15:36 ` [OE-core][kirkstone 07/25] lttng-ust: upgrade 2.13.3 -> 2.13.4 Steve Sakoman
2022-11-07 15:36 ` [OE-core][kirkstone 08/25] lttng-ust: upgrade 2.13.4 -> 2.13.5 Steve Sakoman
2022-11-07 15:36 ` [OE-core][kirkstone 09/25] lighttpd: upgrade 1.4.66 -> 1.4.67 Steve Sakoman
2022-11-07 15:36 ` [OE-core][kirkstone 10/25] linux-yocto/5.15: update to v5.15.72 Steve Sakoman
2022-11-07 15:36 ` [OE-core][kirkstone 11/25] linux-firmware: split rtl8761 firmware Steve Sakoman
2022-11-07 15:36 ` [OE-core][kirkstone 12/25] linux-firmware: package amdgpu firmware Steve Sakoman
2022-11-07 15:36 ` [OE-core][kirkstone 13/25] kern-tools: fix relative path processing Steve Sakoman
2022-11-07 15:36 ` [OE-core][kirkstone 14/25] kernel-yocto: improve fatal error messages of symbol_why.py Steve Sakoman
2022-11-07 15:36 ` [OE-core][kirkstone 15/25] kernel: Clear SYSROOT_DIRS instead of replacing sysroot_stage_all Steve Sakoman
2022-11-07 15:36 ` [OE-core][kirkstone 16/25] vulkan-samples: add lfs=0 to SRC_URI to avoid git smudge errors in do_unpack Steve Sakoman
2022-11-07 15:36 ` [OE-core][kirkstone 17/25] xserver-xorg: move some recommended dependencies in required Steve Sakoman
2022-11-07 15:36 ` [OE-core][kirkstone 18/25] create-spdx: Remove ";name=..." for downloadLocation Steve Sakoman
2022-11-07 15:36 ` [OE-core][kirkstone 19/25] wic: honor the SOURCE_DATE_EPOCH in case of updated fstab Steve Sakoman
2022-11-07 15:36 ` [OE-core][kirkstone 20/25] externalsrc.bbclass: fix git repo detection Steve Sakoman
2022-11-07 15:36 ` [OE-core][kirkstone 21/25] externalsrc.bbclass: Remove a trailing slash from ${B} Steve Sakoman
2022-11-07 15:36 ` [OE-core][kirkstone 22/25] externalsrc: git submodule--helper list unsupported Steve Sakoman
2022-11-07 15:36 ` [OE-core][kirkstone 23/25] gstreamer1.0-libav: fix errors with ffmpeg 5.x Steve Sakoman
2022-11-07 15:36 ` [OE-core][kirkstone 24/25] uboot-sign: Fix using wrong KEY_REQ_ARGS Steve Sakoman
2022-11-07 15:36 ` [OE-core][kirkstone 25/25] mirrors.bbclass: use shallow tarball for binutils-native 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.1667834972.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