mbox

[mickledore,00/15] Patch review

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

Pull-request

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

Message

Steve Sakoman May 14, 2023, 4:31 p.m. UTC
Please review this set of patches for mickledore and have comments back by
end of day Tuesday.

Passed a-full on autobuilder:

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

The following changes since commit 27b4fb60c7c66c245ba50607c8e178390fc41014:

  update-alternatives.bbclass: fix old override syntax (2023-05-04 16:42:52 -1000)

are available in the Git repository at:

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

Khem Raj (4):
  gawk: Disable known ptest fails on musl
  gawk: Remove redundant patch
  gawk: Add skipped.txt to emit test to ignore
  libxml2: Disable icu tests on musl

Martin Jansa (1):
  populate_sdk_ext.bbclass: redirect stderr to stdout so that both end
    in LOGFILE

Martin Siegumfeldt (1):
  systemd-systemctl: fix instance template WantedBy symlink construction

Otavio Salvador (1):
  mesa: 23.0.2 -> 23.0.3

Richard Purdie (5):
  qemu: Update ppc instruction fix to match revised upstream version
  glib-networking: Add test retry to avoid failures
  glib-networking: Correct glib error handling in test patch
  maintainers.inc: Fix email address typo
  maintainers.inc: Move repo to unassigned

Ross Burton (2):
  cpio: fix appending to archives larger than 2GB
  machine/qemuarm*: don't explicitly set vmalloc

Upgrade Helper (1):
  waffle: upgrade 1.7.0 -> 1.7.2

 meta/classes-recipe/populate_sdk_ext.bbclass  |   2 +-
 meta/conf/distro/include/maintainers.inc      |   4 +-
 meta/conf/machine/qemuarm.conf                |   2 -
 meta/conf/machine/qemuarmv5.conf              |   1 -
 .../glib-networking/eagain.patch              |  29 ++
 .../glib-networking/glib-networking_2.74.0.bb |   1 +
 meta/recipes-core/libxml/libxml2_2.10.3.bb    |   9 +-
 .../systemd/systemd-systemctl/systemctl       |  13 +-
 meta/recipes-devtools/qemu/qemu/ppc.patch     | 127 +++++--
 ...appending-to-archives-bigger-than-2G.patch | 312 ++++++++++++++++++
 meta/recipes-extended/cpio/cpio_2.13.bb       |   1 +
 .../gawk/gawk/remove-sensitive-tests.patch    |  43 ---
 meta/recipes-extended/gawk/gawk/run-ptest     |   5 +
 meta/recipes-extended/gawk/gawk_5.2.1.bb      |  24 +-
 .../{mesa-gl_23.0.2.bb => mesa-gl_23.0.3.bb}  |   0
 meta/recipes-graphics/mesa/mesa.inc           |   2 +-
 .../mesa/{mesa_23.0.2.bb => mesa_23.0.3.bb}   |   0
 ...build-request-native-wayland-scanner.patch |   9 +-
 ...-make-core-protocol-into-the-library.patch |  23 +-
 .../{waffle_1.7.0.bb => waffle_1.7.2.bb}      |   8 +-
 20 files changed, 505 insertions(+), 110 deletions(-)
 create mode 100644 meta/recipes-core/glib-networking/glib-networking/eagain.patch
 create mode 100644 meta/recipes-extended/cpio/cpio-2.13/0001-Fix-appending-to-archives-bigger-than-2G.patch
 delete mode 100644 meta/recipes-extended/gawk/gawk/remove-sensitive-tests.patch
 rename meta/recipes-graphics/mesa/{mesa-gl_23.0.2.bb => mesa-gl_23.0.3.bb} (100%)
 rename meta/recipes-graphics/mesa/{mesa_23.0.2.bb => mesa_23.0.3.bb} (100%)
 rename meta/recipes-graphics/waffle/{waffle_1.7.0.bb => waffle_1.7.2.bb} (92%)