From: Steve Sakoman <steve@sakoman.com>
To: openembedded-core@lists.openembedded.org
Subject: [OE-core][scarthgap 00/35] Patch review
Date: Sun, 30 Jun 2024 13:07:12 -0700 [thread overview]
Message-ID: <cover.1719777887.git.steve@sakoman.com> (raw)
Please review this set of changes for scarthgap and have comments back by
end of day Tuesday, July 2
Passed a-full on autobuilder:
https://autobuilder.yoctoproject.org/typhoon/#/builders/83/builds/7092
The following changes since commit 803cc32e72b4fc2fc28d92090e61f5dd288a10cb:
build-appliance-image: Update to scarthgap head revision (2024-06-24 06:47:53 -0700)
are available in the Git repository at:
https://git.openembedded.org/openembedded-core-contrib stable/scarthgap-nut
https://git.openembedded.org/openembedded-core-contrib/log/?h=stable/scarthgap-nut
Adithya Balakumar (1):
wic/partition.py: Set hash_seed for empty ext partition
Bruce Ashfield (17):
linux-yocto/6.6: update to v6.6.24
linux-yocto/6.6: update CVE exclusions (6.6.24)
linux-yocto/6.6: update to v6.6.25
linux-yocto/6.6: update CVE exclusions (6.6.25)
linux-yocto/6.6: nft: enable veth
linux-yocto/6.6: update to v6.6.27
linux-yocto/6.6: update CVE exclusions (6.6.27)
linux-yocto/6.6: cfg: drop obselete options
linux-yocto/6.6: update to v6.6.28
linux-yocto/6.6: update CVE exclusions (6.6.28)
linux-yocto/6.6: update to v6.6.29
linux-yocto/6.6: update CVE exclusions (6.6.29)
linux-yocto/6.6: fix kselftest failures
linux-yocto/6.6: update to v6.6.30
linux-yocto/6.6: intel configuration changes
linux-yocto/6.6: update to v6.6.32
linux-yocto/6.6: cfg: introduce Intel NPU fragment
Dmitry Baryshkov (2):
ffmpeg: backport patches to use new Vulkan AV1 codec API
ffmpeg: backport patch to fix errors with GCC 14
Jonas Gorski (1):
linuxloader: add -armhf on arm only for TARGET_FPU 'hard'
Jose Quaresma (3):
go: upgrade 1.22.2 -> 1.22.3
go: upgrade 1.22.3 -> 1.22.4
go: drop the old 1.4 bootstrap C version
Richard Purdie (2):
maintainers: Drop go-native as recipe removed
linux-yocto-custom: Fix comment override syntax
Ross Burton (4):
expect: fix configure with GCC 14
libxcrypt: correct the check for a working libucontext.h
bash: fix configure checks that fail with GCC 14.1
insane: handle dangling symlinks in the libdir QA check
Siddharth Doshi (1):
libxml2: Upgrade 2.12.6 -> 2.12.8
Sundeep KOKKONDA (1):
binutils: stable 2.42 branch updates
Trevor Gamblin (1):
python3: upgrade 3.12.3 -> 3.12.4
Vijay Anusuri (1):
wget: Fix for CVE-2024-38428
joshua Watt (1):
classes/create-spdx-2.2: Fix SPDX Namespace Prefix
.../linux/linux-yocto-custom.bb | 2 +-
meta/classes-global/insane.bbclass | 4 +-
meta/classes-recipe/linuxloader.bbclass | 2 +-
meta/classes/create-spdx-2.2.bbclass | 2 +-
meta/conf/distro/include/maintainers.inc | 1 -
.../libxcrypt/files/configure-c99.patch | 39 +
meta/recipes-core/libxcrypt/libxcrypt.inc | 3 +-
.../{libxml2_2.12.6.bb => libxml2_2.12.8.bb} | 2 +-
.../binutils/binutils-2.42.inc | 3 +-
...sserts-from-operand-qualifier-decode.patch | 382 ---
.../expect/expect/expect-configure-c99.patch | 201 ++
meta/recipes-devtools/expect/expect_5.45.4.bb | 1 +
.../go/{go-1.22.2.inc => go-1.22.4.inc} | 2 +-
...e_1.22.2.bb => go-binary-native_1.22.4.bb} | 6 +-
..._1.22.2.bb => go-cross-canadian_1.22.4.bb} | 0
...{go-cross_1.22.2.bb => go-cross_1.22.4.bb} | 0
...osssdk_1.22.2.bb => go-crosssdk_1.22.4.bb} | 0
meta/recipes-devtools/go/go-native_1.22.2.bb | 58 -
...runtime_1.22.2.bb => go-runtime_1.22.4.bb} | 0
.../go/{go_1.22.2.bb => go_1.22.4.bb} | 0
.../{python3_3.12.3.bb => python3_3.12.4.bb} | 2 +-
.../bash/bash/0001-fix-c99.patch | 41 +
meta/recipes-extended/bash/bash_5.2.21.bb | 1 +
.../wget/wget/CVE-2024-38428.patch | 79 +
meta/recipes-extended/wget/wget_1.21.4.bb | 1 +
.../linux/cve-exclusion_6.6.inc | 2720 ++++++++++++-----
.../linux/linux-yocto-rt_6.6.bb | 6 +-
.../linux/linux-yocto-tiny_6.6.bb | 6 +-
meta/recipes-kernel/linux/linux-yocto_6.6.bb | 28 +-
.../ffmpeg/ffmpeg/av1_ordering_info.patch | 91 +
.../ffmpeg/ffmpeg/vulkan_av1_stable_API.patch | 1382 +++++++++
.../ffmpeg/ffmpeg/vulkan_fix_gcc14.patch | 102 +
.../recipes-multimedia/ffmpeg/ffmpeg_6.1.1.bb | 7 +-
scripts/lib/wic/partition.py | 37 +-
34 files changed, 3999 insertions(+), 1212 deletions(-)
create mode 100644 meta/recipes-core/libxcrypt/files/configure-c99.patch
rename meta/recipes-core/libxml/{libxml2_2.12.6.bb => libxml2_2.12.8.bb} (97%)
delete mode 100644 meta/recipes-devtools/binutils/binutils/0016-aarch64-Remove-asserts-from-operand-qualifier-decode.patch
create mode 100644 meta/recipes-devtools/expect/expect/expect-configure-c99.patch
rename meta/recipes-devtools/go/{go-1.22.2.inc => go-1.22.4.inc} (89%)
rename meta/recipes-devtools/go/{go-binary-native_1.22.2.bb => go-binary-native_1.22.4.bb} (78%)
rename meta/recipes-devtools/go/{go-cross-canadian_1.22.2.bb => go-cross-canadian_1.22.4.bb} (100%)
rename meta/recipes-devtools/go/{go-cross_1.22.2.bb => go-cross_1.22.4.bb} (100%)
rename meta/recipes-devtools/go/{go-crosssdk_1.22.2.bb => go-crosssdk_1.22.4.bb} (100%)
delete mode 100644 meta/recipes-devtools/go/go-native_1.22.2.bb
rename meta/recipes-devtools/go/{go-runtime_1.22.2.bb => go-runtime_1.22.4.bb} (100%)
rename meta/recipes-devtools/go/{go_1.22.2.bb => go_1.22.4.bb} (100%)
rename meta/recipes-devtools/python/{python3_3.12.3.bb => python3_3.12.4.bb} (99%)
create mode 100644 meta/recipes-extended/bash/bash/0001-fix-c99.patch
create mode 100644 meta/recipes-extended/wget/wget/CVE-2024-38428.patch
create mode 100644 meta/recipes-multimedia/ffmpeg/ffmpeg/av1_ordering_info.patch
create mode 100644 meta/recipes-multimedia/ffmpeg/ffmpeg/vulkan_av1_stable_API.patch
create mode 100644 meta/recipes-multimedia/ffmpeg/ffmpeg/vulkan_fix_gcc14.patch
--
2.34.1
next reply other threads:[~2024-06-30 20:07 UTC|newest]
Thread overview: 36+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-06-30 20:07 Steve Sakoman [this message]
2024-06-30 20:07 ` [OE-core][scarthgap 01/35] wget: Fix for CVE-2024-38428 Steve Sakoman
2024-06-30 20:07 ` [OE-core][scarthgap 02/35] libxml2: Upgrade 2.12.6 -> 2.12.8 Steve Sakoman
2024-06-30 20:07 ` [OE-core][scarthgap 03/35] binutils: stable 2.42 branch updates Steve Sakoman
2024-06-30 20:07 ` [OE-core][scarthgap 04/35] python3: upgrade 3.12.3 -> 3.12.4 Steve Sakoman
2024-06-30 20:07 ` [OE-core][scarthgap 05/35] go: upgrade 1.22.2 -> 1.22.3 Steve Sakoman
2024-06-30 20:07 ` [OE-core][scarthgap 06/35] go: upgrade 1.22.3 -> 1.22.4 Steve Sakoman
2024-06-30 20:07 ` [OE-core][scarthgap 07/35] go: drop the old 1.4 bootstrap C version Steve Sakoman
2024-06-30 20:07 ` [OE-core][scarthgap 08/35] maintainers: Drop go-native as recipe removed Steve Sakoman
2024-06-30 20:07 ` [OE-core][scarthgap 09/35] linux-yocto/6.6: update to v6.6.24 Steve Sakoman
2024-06-30 20:07 ` [OE-core][scarthgap 10/35] linux-yocto/6.6: update CVE exclusions (6.6.24) Steve Sakoman
2024-06-30 20:07 ` [OE-core][scarthgap 11/35] linux-yocto/6.6: update to v6.6.25 Steve Sakoman
2024-06-30 20:07 ` [OE-core][scarthgap 12/35] linux-yocto/6.6: update CVE exclusions (6.6.25) Steve Sakoman
2024-06-30 20:07 ` [OE-core][scarthgap 13/35] linux-yocto/6.6: nft: enable veth Steve Sakoman
2024-06-30 20:07 ` [OE-core][scarthgap 14/35] linux-yocto/6.6: update to v6.6.27 Steve Sakoman
2024-06-30 20:07 ` [OE-core][scarthgap 15/35] linux-yocto/6.6: update CVE exclusions (6.6.27) Steve Sakoman
2024-06-30 20:07 ` [OE-core][scarthgap 16/35] linux-yocto/6.6: cfg: drop obselete options Steve Sakoman
2024-06-30 20:07 ` [OE-core][scarthgap 17/35] linux-yocto/6.6: update to v6.6.28 Steve Sakoman
2024-06-30 20:07 ` [OE-core][scarthgap 18/35] linux-yocto/6.6: update CVE exclusions (6.6.28) Steve Sakoman
2024-06-30 20:07 ` [OE-core][scarthgap 19/35] linux-yocto/6.6: update to v6.6.29 Steve Sakoman
2024-06-30 20:07 ` [OE-core][scarthgap 20/35] linux-yocto/6.6: update CVE exclusions (6.6.29) Steve Sakoman
2024-06-30 20:07 ` [OE-core][scarthgap 21/35] linux-yocto-custom: Fix comment override syntax Steve Sakoman
2024-06-30 20:07 ` [OE-core][scarthgap 22/35] linux-yocto/6.6: fix kselftest failures Steve Sakoman
2024-06-30 20:07 ` [OE-core][scarthgap 23/35] linux-yocto/6.6: update to v6.6.30 Steve Sakoman
2024-06-30 20:07 ` [OE-core][scarthgap 24/35] linux-yocto/6.6: intel configuration changes Steve Sakoman
2024-06-30 20:07 ` [OE-core][scarthgap 25/35] linux-yocto/6.6: update to v6.6.32 Steve Sakoman
2024-06-30 20:07 ` [OE-core][scarthgap 26/35] linux-yocto/6.6: cfg: introduce Intel NPU fragment Steve Sakoman
2024-06-30 20:07 ` [OE-core][scarthgap 27/35] linuxloader: add -armhf on arm only for TARGET_FPU 'hard' Steve Sakoman
2024-06-30 20:07 ` [OE-core][scarthgap 28/35] wic/partition.py: Set hash_seed for empty ext partition Steve Sakoman
2024-06-30 20:07 ` [OE-core][scarthgap 29/35] ffmpeg: backport patches to use new Vulkan AV1 codec API Steve Sakoman
2024-06-30 20:07 ` [OE-core][scarthgap 30/35] ffmpeg: backport patch to fix errors with GCC 14 Steve Sakoman
2024-06-30 20:07 ` [OE-core][scarthgap 31/35] expect: fix configure " Steve Sakoman
2024-06-30 20:07 ` [OE-core][scarthgap 32/35] libxcrypt: correct the check for a working libucontext.h Steve Sakoman
2024-06-30 20:07 ` [OE-core][scarthgap 33/35] bash: fix configure checks that fail with GCC 14.1 Steve Sakoman
2024-06-30 20:07 ` [OE-core][scarthgap 34/35] insane: handle dangling symlinks in the libdir QA check Steve Sakoman
2024-06-30 20:07 ` [OE-core][scarthgap 35/35] classes/create-spdx-2.2: Fix SPDX Namespace Prefix 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.1719777887.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