mbox

[nanbield,00/29] Patch review

Message ID cover.1702391115.git.steve@sakoman.com
State Not Applicable, archived
Headers show

Pull-request

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

Message

Steve Sakoman Dec. 12, 2023, 2:27 p.m. UTC
Please review this set of changes for nanbield and have comments back by
end of day Thursday, December 14

Passed a-full on autobuilder:

https://autobuilder.yoctoproject.org/typhoon/#/builders/83/builds/6305

The following changes since commit c45f3e00189e034157996b88103a83efec3e0cf6:

  lib/oe/path: Deploy files can start only with a dot (2023-11-30 04:21:04 -1000)

are available in the Git repository at:

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

Bruce Ashfield (18):
  linux-yocto/6.1: update to v6.1.59
  linux-yocto/6.1: update to v6.1.60
  linux-yocto/6.5: update to v6.5.8
  linux-yocto/6.5: update to v6.5.9
  kern-tools: make lower context patches reproducible
  kern-tools: bump SRCREV for queue processing changes
  kern-tools: update SRCREV to include SECURITY.md file
  kernel-yocto: improve metadata patching
  linux-yocto/6.1: cfg: restore CONFIG_DEVMEM
  linux-yocto/6.1: update to v6.1.61
  linux-yocto/6.1: update to v6.1.62
  linux-yocto/6.1: update to v6.1.65
  linux-yocto/6.5: cfg: restore CONFIG_DEVMEM
  linux-yocto/6.5: update to v6.5.10
  linux-yocto/6.5: cfg: split runtime and symbol debug
  linux-yocto/6.5: update to v6.5.11
  linux-yocto/6.5: update to v6.5.12
  linux-yocto/6.5: update to v6.5.13

Dmitry Baryshkov (1):
  meson: use correct targets for rust binaries

Peter Kjellerstedt (1):
  oeqa/selftest/tinfoil: Add tests that parse virtual recipes

Richard Purdie (1):
  sstate: Ensure sstate searches update file mtime

Ross Burton (1):
  linux-yocto: update CVE exclusions

Tim Orling (1):
  vim: upgrade 9.0.2068 -> 9.0.2130

Wang Mingyu (5):
  libnewt: upgrade 0.52.23 -> 0.52.24
  libnsl2: upgrade 2.0.0 -> 2.0.1
  msmtp: upgrade 1.8.24 -> 1.8.25
  glib-2.0: upgrade 2.78.0 -> 2.78.1
  xserver-xorg: upgrade 21.1.8 -> 21.1.9

Zoltán Böszörményi (1):
  update_gtk_icon_cache: Fix for GTK4-only builds

 meta/classes-global/sstate.bbclass            | 12 ++------
 meta/classes-recipe/kernel-yocto.bbclass      | 30 +++++++++++++++----
 meta/classes-recipe/meson.bbclass             |  4 +--
 meta/lib/oe/utils.py                          | 12 ++++++++
 meta/lib/oeqa/selftest/cases/tinfoil.py       | 25 +++++++++++++++-
 ...{glib-2.0_2.78.0.bb => glib-2.0_2.78.1.bb} |  2 +-
 meta/recipes-extended/libnsl/libnsl2_git.bb   |  4 +--
 .../{msmtp_1.8.24.bb => msmtp_1.8.25.bb}      |  2 +-
 ...{libnewt_0.52.23.bb => libnewt_0.52.24.bb} |  2 +-
 ...-xorg_21.1.8.bb => xserver-xorg_21.1.9.bb} |  2 +-
 .../kern-tools/kern-tools-native_git.bb       |  2 +-
 .../linux/cve-exclusion_6.1.inc               | 26 ++++++++++++----
 .../linux/cve-exclusion_6.5.inc               | 22 ++++++++++++--
 .../linux/linux-yocto-rt_6.1.bb               |  6 ++--
 .../linux/linux-yocto-rt_6.5.bb               |  6 ++--
 .../linux/linux-yocto-tiny_6.1.bb             |  6 ++--
 .../linux/linux-yocto-tiny_6.5.bb             |  6 ++--
 meta/recipes-kernel/linux/linux-yocto_6.1.bb  | 28 ++++++++---------
 meta/recipes-kernel/linux/linux-yocto_6.5.bb  | 28 ++++++++---------
 meta/recipes-support/vim/vim.inc              |  4 +--
 .../postinst-intercepts/update_gtk_icon_cache |  6 +++-
 21 files changed, 159 insertions(+), 76 deletions(-)
 rename meta/recipes-core/glib-2.0/{glib-2.0_2.78.0.bb => glib-2.0_2.78.1.bb} (96%)
 rename meta/recipes-extended/msmtp/{msmtp_1.8.24.bb => msmtp_1.8.25.bb} (91%)
 rename meta/recipes-extended/newt/{libnewt_0.52.23.bb => libnewt_0.52.24.bb} (94%)
 rename meta/recipes-graphics/xorg-xserver/{xserver-xorg_21.1.8.bb => xserver-xorg_21.1.9.bb} (92%)