Openembedded Core Discussions
 help / color / mirror / Atom feed
* [OE-core][nanbield 00/29] Patch review
@ 2023-12-12 14:27 Steve Sakoman
  2023-12-12 14:27 ` [OE-core][nanbield 01/29] vim: upgrade 9.0.2068 -> 9.0.2130 Steve Sakoman
                   ` (28 more replies)
  0 siblings, 29 replies; 30+ messages in thread
From: Steve Sakoman @ 2023-12-12 14:27 UTC (permalink / raw)
  To: openembedded-core

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

-- 
2.34.1



^ permalink raw reply	[flat|nested] 30+ messages in thread

end of thread, other threads:[~2023-12-12 14:28 UTC | newest]

Thread overview: 30+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-12-12 14:27 [OE-core][nanbield 00/29] Patch review Steve Sakoman
2023-12-12 14:27 ` [OE-core][nanbield 01/29] vim: upgrade 9.0.2068 -> 9.0.2130 Steve Sakoman
2023-12-12 14:27 ` [OE-core][nanbield 02/29] libnewt: upgrade 0.52.23 -> 0.52.24 Steve Sakoman
2023-12-12 14:27 ` [OE-core][nanbield 03/29] libnsl2: upgrade 2.0.0 -> 2.0.1 Steve Sakoman
2023-12-12 14:27 ` [OE-core][nanbield 04/29] msmtp: upgrade 1.8.24 -> 1.8.25 Steve Sakoman
2023-12-12 14:27 ` [OE-core][nanbield 05/29] glib-2.0: upgrade 2.78.0 -> 2.78.1 Steve Sakoman
2023-12-12 14:27 ` [OE-core][nanbield 06/29] xserver-xorg: upgrade 21.1.8 -> 21.1.9 Steve Sakoman
2023-12-12 14:27 ` [OE-core][nanbield 07/29] linux-yocto/6.1: update to v6.1.59 Steve Sakoman
2023-12-12 14:27 ` [OE-core][nanbield 08/29] linux-yocto/6.1: update to v6.1.60 Steve Sakoman
2023-12-12 14:27 ` [OE-core][nanbield 09/29] linux-yocto/6.5: update to v6.5.8 Steve Sakoman
2023-12-12 14:27 ` [OE-core][nanbield 10/29] linux-yocto/6.5: update to v6.5.9 Steve Sakoman
2023-12-12 14:27 ` [OE-core][nanbield 11/29] kern-tools: make lower context patches reproducible Steve Sakoman
2023-12-12 14:27 ` [OE-core][nanbield 12/29] kern-tools: bump SRCREV for queue processing changes Steve Sakoman
2023-12-12 14:27 ` [OE-core][nanbield 13/29] kern-tools: update SRCREV to include SECURITY.md file Steve Sakoman
2023-12-12 14:27 ` [OE-core][nanbield 14/29] kernel-yocto: improve metadata patching Steve Sakoman
2023-12-12 14:27 ` [OE-core][nanbield 15/29] linux-yocto/6.1: cfg: restore CONFIG_DEVMEM Steve Sakoman
2023-12-12 14:27 ` [OE-core][nanbield 16/29] linux-yocto/6.1: update to v6.1.61 Steve Sakoman
2023-12-12 14:27 ` [OE-core][nanbield 17/29] linux-yocto/6.1: update to v6.1.62 Steve Sakoman
2023-12-12 14:27 ` [OE-core][nanbield 18/29] linux-yocto/6.1: update to v6.1.65 Steve Sakoman
2023-12-12 14:27 ` [OE-core][nanbield 19/29] linux-yocto/6.5: cfg: restore CONFIG_DEVMEM Steve Sakoman
2023-12-12 14:27 ` [OE-core][nanbield 20/29] linux-yocto/6.5: update to v6.5.10 Steve Sakoman
2023-12-12 14:27 ` [OE-core][nanbield 21/29] linux-yocto/6.5: cfg: split runtime and symbol debug Steve Sakoman
2023-12-12 14:27 ` [OE-core][nanbield 22/29] linux-yocto/6.5: update to v6.5.11 Steve Sakoman
2023-12-12 14:27 ` [OE-core][nanbield 23/29] linux-yocto/6.5: update to v6.5.12 Steve Sakoman
2023-12-12 14:27 ` [OE-core][nanbield 24/29] linux-yocto/6.5: update to v6.5.13 Steve Sakoman
2023-12-12 14:27 ` [OE-core][nanbield 25/29] linux-yocto: update CVE exclusions Steve Sakoman
2023-12-12 14:27 ` [OE-core][nanbield 26/29] update_gtk_icon_cache: Fix for GTK4-only builds Steve Sakoman
2023-12-12 14:27 ` [OE-core][nanbield 27/29] oeqa/selftest/tinfoil: Add tests that parse virtual recipes Steve Sakoman
2023-12-12 14:27 ` [OE-core][nanbield 28/29] meson: use correct targets for rust binaries Steve Sakoman
2023-12-12 14:27 ` [OE-core][nanbield 29/29] sstate: Ensure sstate searches update file mtime Steve Sakoman

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox