mbox

[scarthgap,00/35] Patch review

Message ID cover.1719777887.git.steve@sakoman.com
State Not Applicable, archived
Delegated to: Steve Sakoman
Headers show

Pull-request

https://git.openembedded.org/openembedded-core-contrib stable/scarthgap-nut

Message

Steve Sakoman June 30, 2024, 8:07 p.m. UTC
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