From: Steve Sakoman <steve@sakoman.com>
To: openembedded-core@lists.openembedded.org
Subject: [OE-core][langdale 00/34] Patch review
Date: Sun, 6 Nov 2022 04:16:43 -1000 [thread overview]
Message-ID: <cover.1667744095.git.steve@sakoman.com> (raw)
Please review this set of patches for langdale and have changes back by
end of day Tuesday.
Passed a-full on autobuilder:
https://autobuilder.yoctoproject.org/typhoon/#/builders/83/builds/4428
The following changes since commit 48f9f92c547fac35ff398180a32a5b0829cd9fff:
openssl: Upgrade 3.0.5 -> 3.0.7 (2022-11-03 04:25:37 -1000)
are available in the Git repository at:
https://git.openembedded.org/openembedded-core-contrib stable/langdale-nut
http://cgit.openembedded.org/openembedded-core-contrib/log/?h=stable/langdale-nut
Adrian Freihofer (1):
buildconf: compare abspath
Alexander Kanavin (2):
rust-target-config: match riscv target names with what rust expects
rust: install rustfmt for riscv32 as well
Bruce Ashfield (3):
linux-yocto/5.15: update to v5.15.72
linux-yocto/5.19: update to v5.19.14
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
Jose Quaresma (1):
kernel-yocto: improve fatal error messages of symbol_why.py
Keiya Nobuta (1):
create-spdx: Remove ";name=..." for downloadLocation
Luca Boccassi (1):
systemd: add systemd-creds and systemd-cryptenroll to
systemd-extra-utils
Markus Volk (1):
mesa: update 22.2.0 -> 22.2.2
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
Mingli Yu (1):
grub: disable build on armv7ve/a with hardfp
Peter Kjellerstedt (1):
externalsrc.bbclass: Remove a trailing slash from ${B}
Ross Burton (2):
zlib: do out-of-tree builds
zlib: upgrade 1.2.12 -> 1.2.13
Sean Anderson (3):
uboot-sign: Fix using wrong KEY_REQ_ARGS
kernel: Clear SYSROOT_DIRS instead of replacing sysroot_stage_all
kernel-fitimage: Use KERNEL_OUTPUT_DIR where appropriate
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
Tim Orling (1):
vim: upgrade 9.0.0614 -> 9.0.0820
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
libsdl2: upgrade 2.24.0 -> 2.24.1
lttng-ust: upgrade 2.13.4 -> 2.13.5
lighttpd: upgrade 1.4.66 -> 1.4.67
meta/classes-global/mirrors.bbclass | 1 +
meta/classes-recipe/kernel-fitimage.bbclass | 16 ++--
meta/classes-recipe/kernel-yocto.bbclass | 10 +--
meta/classes-recipe/kernel.bbclass | 4 +-
.../classes-recipe/rust-target-config.bbclass | 40 ++++++---
meta/classes-recipe/uboot-sign.bbclass | 2 +-
meta/classes/create-spdx.bbclass | 1 +
meta/classes/externalsrc.bbclass | 6 +-
meta/lib/bblayers/buildconf.py | 2 +-
meta/lib/oe/rust.py | 2 +
meta/recipes-bsp/grub/grub2.inc | 4 +-
meta/recipes-core/systemd/systemd_251.4.bb | 2 +
...t-inputs-provided-to-the-CRC-functio.patch | 54 ------------
...etting-a-gzip-header-extra-field-wit.patch | 38 --------
...processing-bug-that-dereferences-NUL.patch | 36 --------
meta/recipes-core/zlib/zlib/cc.patch | 27 ------
.../zlib/zlib/ldflags-tests.patch | 45 ----------
.../zlib/{zlib_1.2.12.bb => zlib_1.2.13.bb} | 12 ++-
meta/recipes-devtools/rust/rust_1.63.0.bb | 1 -
.../lighttpd/lighttpd/CVE-2022-41556.patch | 31 -------
...{lighttpd_1.4.66.bb => lighttpd_1.4.67.bb} | 3 +-
...d-in-native-OE-builds-by-not-looking.patch | 6 +-
.../{libsdl2_2.24.0.bb => libsdl2_2.24.1.bb} | 2 +-
.../{mesa-gl_22.2.0.bb => mesa-gl_22.2.2.bb} | 0
meta/recipes-graphics/mesa/mesa.inc | 4 +-
.../mesa/{mesa_22.2.0.bb => mesa_22.2.2.bb} | 0
.../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-rt_5.19.bb | 6 +-
.../linux/linux-yocto-tiny_5.15.bb | 6 +-
.../linux/linux-yocto-tiny_5.19.bb | 6 +-
meta/recipes-kernel/linux/linux-yocto_5.15.bb | 26 +++---
meta/recipes-kernel/linux/linux-yocto_5.19.bb | 26 +++---
...ttng-ust_2.13.4.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 | 4 +-
meta/recipes-support/vim/vim.inc | 4 +-
scripts/lib/wic/partition.py | 7 +-
scripts/lib/wic/plugins/imager/direct.py | 3 +
scripts/lib/wic/plugins/source/rootfs.py | 2 +-
49 files changed, 236 insertions(+), 339 deletions(-)
delete mode 100644 meta/recipes-core/zlib/zlib/0001-Correct-incorrect-inputs-provided-to-the-CRC-functio.patch
delete mode 100644 meta/recipes-core/zlib/zlib/0001-Fix-a-bug-when-getting-a-gzip-header-extra-field-wit.patch
delete mode 100644 meta/recipes-core/zlib/zlib/0001-Fix-extra-field-processing-bug-that-dereferences-NUL.patch
delete mode 100644 meta/recipes-core/zlib/zlib/cc.patch
delete mode 100644 meta/recipes-core/zlib/zlib/ldflags-tests.patch
rename meta/recipes-core/zlib/{zlib_1.2.12.bb => zlib_1.2.13.bb} (68%)
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-graphics/libsdl2/{libsdl2_2.24.0.bb => libsdl2_2.24.1.bb} (97%)
rename meta/recipes-graphics/mesa/{mesa-gl_22.2.0.bb => mesa-gl_22.2.2.bb} (100%)
rename meta/recipes-graphics/mesa/{mesa_22.2.0.bb => mesa_22.2.2.bb} (100%)
rename meta/recipes-kernel/lttng/{lttng-ust_2.13.4.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-06 14:17 UTC|newest]
Thread overview: 35+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-11-06 14:16 Steve Sakoman [this message]
2022-11-06 14:16 ` [OE-core][langdale 01/34] vim: upgrade 9.0.0614 -> 9.0.0820 Steve Sakoman
2022-11-06 14:16 ` [OE-core][langdale 02/34] libcap: upgrade 2.65 -> 2.66 Steve Sakoman
2022-11-06 14:16 ` [OE-core][langdale 03/34] libical: upgrade 3.0.14 -> 3.0.15 Steve Sakoman
2022-11-06 14:16 ` [OE-core][langdale 04/34] numactl: upgrade 2.0.15 -> 2.0.16 Steve Sakoman
2022-11-06 14:16 ` [OE-core][langdale 05/34] wpebackend-fdo: upgrade 1.12.1 -> 1.14.0 Steve Sakoman
2022-11-06 14:16 ` [OE-core][langdale 06/34] libksba: upgrade 1.6.0 -> 1.6.2 Steve Sakoman
2022-11-06 14:16 ` [OE-core][langdale 07/34] libsdl2: upgrade 2.24.0 -> 2.24.1 Steve Sakoman
2022-11-06 14:16 ` [OE-core][langdale 08/34] lttng-ust: upgrade 2.13.4 -> 2.13.5 Steve Sakoman
2022-11-06 14:16 ` [OE-core][langdale 09/34] zlib: do out-of-tree builds Steve Sakoman
2022-11-06 14:16 ` [OE-core][langdale 10/34] zlib: upgrade 1.2.12 -> 1.2.13 Steve Sakoman
2022-11-06 14:16 ` [OE-core][langdale 11/34] mesa: update 22.2.0 -> 22.2.2 Steve Sakoman
2022-11-06 14:16 ` [OE-core][langdale 12/34] lighttpd: upgrade 1.4.66 -> 1.4.67 Steve Sakoman
2022-11-06 14:16 ` [OE-core][langdale 13/34] linux-yocto/5.15: update to v5.15.72 Steve Sakoman
2022-11-06 14:16 ` [OE-core][langdale 14/34] linux-yocto/5.19: update to v5.19.14 Steve Sakoman
2022-11-06 14:16 ` [OE-core][langdale 15/34] buildconf: compare abspath Steve Sakoman
2022-11-06 14:16 ` [OE-core][langdale 16/34] vulkan-samples: add lfs=0 to SRC_URI to avoid git smudge errors in do_unpack Steve Sakoman
2022-11-06 14:17 ` [OE-core][langdale 17/34] linux-firmware: split rtl8761 firmware Steve Sakoman
2022-11-06 14:17 ` [OE-core][langdale 18/34] linux-firmware: package amdgpu firmware Steve Sakoman
2022-11-06 14:17 ` [OE-core][langdale 19/34] xserver-xorg: move some recommended dependencies in required Steve Sakoman
2022-11-06 14:17 ` [OE-core][langdale 20/34] grub: disable build on armv7ve/a with hardfp Steve Sakoman
2022-11-06 14:17 ` [OE-core][langdale 21/34] kern-tools: fix relative path processing Steve Sakoman
2022-11-06 14:17 ` [OE-core][langdale 22/34] create-spdx: Remove ";name=..." for downloadLocation Steve Sakoman
2022-11-06 14:17 ` [OE-core][langdale 23/34] systemd: add systemd-creds and systemd-cryptenroll to systemd-extra-utils Steve Sakoman
2022-11-06 14:17 ` [OE-core][langdale 24/34] externalsrc.bbclass: fix git repo detection Steve Sakoman
2022-11-06 14:17 ` [OE-core][langdale 25/34] wic: honor the SOURCE_DATE_EPOCH in case of updated fstab Steve Sakoman
2022-11-06 14:17 ` [OE-core][langdale 26/34] externalsrc.bbclass: Remove a trailing slash from ${B} Steve Sakoman
2022-11-06 14:17 ` [OE-core][langdale 27/34] gstreamer1.0-libav: fix errors with ffmpeg 5.x Steve Sakoman
2022-11-06 14:17 ` [OE-core][langdale 28/34] kernel-yocto: improve fatal error messages of symbol_why.py Steve Sakoman
2022-11-06 14:17 ` [OE-core][langdale 29/34] uboot-sign: Fix using wrong KEY_REQ_ARGS Steve Sakoman
2022-11-06 14:17 ` [OE-core][langdale 30/34] kernel: Clear SYSROOT_DIRS instead of replacing sysroot_stage_all Steve Sakoman
2022-11-06 14:17 ` [OE-core][langdale 31/34] kernel-fitimage: Use KERNEL_OUTPUT_DIR where appropriate Steve Sakoman
2022-11-06 14:17 ` [OE-core][langdale 32/34] rust-target-config: match riscv target names with what rust expects Steve Sakoman
2022-11-06 14:17 ` [OE-core][langdale 33/34] rust: install rustfmt for riscv32 as well Steve Sakoman
2022-11-06 14:17 ` [OE-core][langdale 34/34] 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.1667744095.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