mbox

[styhead,00/27] Patch review

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

Pull-request

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

Message

Steve Sakoman Oct. 23, 2024, 12:34 p.m. UTC
Please review this set of changes for styhead and have comments back by
end of day Friday, October 25

Passed a-full on autobuilder:

https://valkyrie.yoctoproject.org/#/builders/29/builds/313

The following changes since commit 0d0f3541552b073f3536176e2caf847bec24548d:

  oeqa/postactions: Fix archive retrieval from target (2024-09-20 16:00:20 +0100)

are available in the Git repository at:

  https://git.openembedded.org/openembedded-core-contrib stable/styhead-nut
  https://git.openembedded.org/openembedded-core-contrib/log/?h=stable/styhead-nut

Bruce Ashfield (6):
  linux-yocto/6.6: update to v6.6.52
  linux-yocto/6.6: update to v6.6.54
  linux-yocto/6.10: update to v6.10.11
  linux-yocto/6.10: update to v6.10.12
  linux-yocto/6.10: update to v6.10.13
  linux-yocto/6.10: update to v6.10.14

Chen Qi (1):
  json-c: avoid ptest failure caused by valgrind

Daniel McGregor (1):
  libpam: use libdir in conditional

Deepthi Hemraj (1):
  glibc: stable 2.40 branch updates

Harish Sadineni (2):
  oeqa/selftest/gcc: Fix kex exchange identification error
  binutils: Add missing perl modules to RDEPENDS for nativsdk variant

Jonas Gorski (1):
  rootfs-postcommands.bbclass: make opkg status reproducible

Khem Raj (3):
  linux-yocto: Enable l2tp drivers when ptest featuee is on
  bluez: Fix mesh builds on musl
  qemu: Fix build on musl/riscv64

Niko Mauno (2):
  bitbake.conf: Mark VOLATILE_LOG_DIR as obsolete
  bitbake.conf: Mark VOLATILE_TMP_DIR as obsolete

Peter Kjellerstedt (1):
  image.bbclass: Drop support for ImageQAFailed exceptions in image_qa

Peter Marko (1):
  wpa-supplicant: Ignore CVE-2024-5290

Purushottam Choudhary (1):
  kmscube: Upgrade to latest revision

Richard Purdie (2):
  efi-bootdisk.wks: Increase overhead-factor to avoid test failures
  binutils: Fix binutils mingw packaging

Ross Burton (1):
  icu: update patch Upstream-Status

Sergei Zhmylev (1):
  lsb-release: fix Distro Codename shell escaping

Shunsuke Tokumoto (1):
  python3-setuptools: Add "python:setuptools" to CVE_PRODUCT

Wang Mingyu (2):
  git: upgrade 2.46.0 -> 2.46.1
  libevdev: upgrade 1.13.2 -> 1.13.3

 meta/classes-recipe/image.bbclass             |  15 +--
 .../rootfs-postcommands.bbclass               |   4 +
 meta/conf/bitbake.conf                        |   2 +
 meta/lib/oe/utils.py                          |  13 --
 meta/lib/oeqa/selftest/cases/gcc.py           |   2 +
 meta/recipes-connectivity/bluez5/bluez5.inc   |   1 +
 ...ove-local-basename-into-utility-file.patch | 114 ++++++++++++++++++
 .../wpa-supplicant/wpa-supplicant_2.11.bb     |   2 +
 meta/recipes-core/glibc/glibc-version.inc     |   2 +-
 meta/recipes-devtools/binutils/binutils.inc   |   2 +-
 .../binutils/binutils_2.43.1.bb               |   4 +
 .../git/{git_2.46.0.bb => git_2.46.1.bb}      |   2 +-
 meta/recipes-devtools/json-c/json-c/run-ptest |   2 +
 .../python/python3-setuptools_72.1.0.bb       |   2 +
 meta/recipes-devtools/qemu/qemu.inc           |   1 +
 .../qemu/qemu/fix-strerrorname_np.patch       |  27 +++++
 meta/recipes-extended/lsb/lsb-release_1.4.bb  |   2 +-
 meta/recipes-extended/pam/libpam_1.6.1.bb     |   2 +-
 meta/recipes-graphics/kmscube/kmscube_git.bb  |   2 +-
 .../linux/linux-yocto-rt_6.10.bb              |   6 +-
 .../linux/linux-yocto-rt_6.6.bb               |   6 +-
 .../linux/linux-yocto-tiny_6.10.bb            |   6 +-
 .../linux/linux-yocto-tiny_6.6.bb             |   6 +-
 meta/recipes-kernel/linux/linux-yocto_6.10.bb |  30 ++---
 meta/recipes-kernel/linux/linux-yocto_6.6.bb  |  28 ++---
 .../icu/icu/fix-install-manx.patch            |   4 +-
 ...{libevdev_1.13.2.bb => libevdev_1.13.3.bb} |   2 +-
 .../lib/wic/canned-wks/efi-bootdisk.wks.in    |   2 +-
 28 files changed, 216 insertions(+), 75 deletions(-)
 create mode 100644 meta/recipes-connectivity/bluez5/bluez5/0001-mesh-Move-local-basename-into-utility-file.patch
 rename meta/recipes-devtools/git/{git_2.46.0.bb => git_2.46.1.bb} (98%)
 create mode 100644 meta/recipes-devtools/qemu/qemu/fix-strerrorname_np.patch
 rename meta/recipes-support/libevdev/{libevdev_1.13.2.bb => libevdev_1.13.3.bb} (87%)