mbox

[kirkstone,00/25] Pull request (cover letter only)

Message ID cover.1668089053.git.steve@sakoman.com
State New, archived
Headers show

Pull-request

https://git.openembedded.org/openembedded-core-contrib stable/kirkstone-next

Message

Steve Sakoman Nov. 10, 2022, 2:05 p.m. UTC
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-next
  http://cgit.openembedded.org/openembedded-core-contrib/log/?h=stable/kirkstone-next

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%)