All of lore.kernel.org
 help / color / mirror / Atom feed
* [OE-core][mickledore 00/15] Patch review
@ 2023-05-14 16:31 Steve Sakoman
  2023-05-14 16:31 ` [OE-core][mickledore 01/15] waffle: upgrade 1.7.0 -> 1.7.2 Steve Sakoman
                   ` (14 more replies)
  0 siblings, 15 replies; 20+ messages in thread
From: Steve Sakoman @ 2023-05-14 16:31 UTC (permalink / raw)
  To: openembedded-core

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

-- 
2.34.1



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

end of thread, other threads:[~2023-05-17 13:51 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-05-14 16:31 [OE-core][mickledore 00/15] Patch review Steve Sakoman
2023-05-14 16:31 ` [OE-core][mickledore 01/15] waffle: upgrade 1.7.0 -> 1.7.2 Steve Sakoman
2023-05-14 16:31 ` [OE-core][mickledore 02/15] mesa: 23.0.2 -> 23.0.3 Steve Sakoman
2023-05-14 16:31 ` [OE-core][mickledore 03/15] qemu: Update ppc instruction fix to match revised upstream version Steve Sakoman
2023-05-14 16:31 ` [OE-core][mickledore 04/15] glib-networking: Add test retry to avoid failures Steve Sakoman
2023-05-14 16:31 ` [OE-core][mickledore 05/15] glib-networking: Correct glib error handling in test patch Steve Sakoman
2023-05-14 21:49   ` Richard Purdie
2023-05-14 21:54     ` Steve Sakoman
2023-05-17  8:11       ` Richard Purdie
2023-05-17 13:51         ` Steve Sakoman
2023-05-14 16:31 ` [OE-core][mickledore 06/15] gawk: Disable known ptest fails on musl Steve Sakoman
2023-05-14 16:31 ` [OE-core][mickledore 07/15] gawk: Remove redundant patch Steve Sakoman
2023-05-14 16:31 ` [OE-core][mickledore 08/15] gawk: Add skipped.txt to emit test to ignore Steve Sakoman
2023-05-14 16:31 ` [OE-core][mickledore 09/15] libxml2: Disable icu tests on musl Steve Sakoman
2023-05-14 16:31 ` [OE-core][mickledore 10/15] maintainers.inc: Fix email address typo Steve Sakoman
2023-05-14 16:31 ` [OE-core][mickledore 11/15] cpio: fix appending to archives larger than 2GB Steve Sakoman
2023-05-14 16:31 ` [OE-core][mickledore 12/15] systemd-systemctl: fix instance template WantedBy symlink construction Steve Sakoman
2023-05-14 16:31 ` [OE-core][mickledore 13/15] populate_sdk_ext.bbclass: redirect stderr to stdout so that both end in LOGFILE Steve Sakoman
2023-05-14 16:31 ` [OE-core][mickledore 14/15] maintainers.inc: Move repo to unassigned Steve Sakoman
2023-05-14 16:31 ` [OE-core][mickledore 15/15] machine/qemuarm*: don't explicitly set vmalloc Steve Sakoman

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.