From: Steve Sakoman <steve@sakoman.com>
To: openembedded-core@lists.openembedded.org
Subject: [OE-core][mickledore 00/15] Patch review
Date: Sun, 14 May 2023 06:31:25 -1000 [thread overview]
Message-ID: <cover.1684081748.git.steve@sakoman.com> (raw)
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
next reply other threads:[~2023-05-14 16:31 UTC|newest]
Thread overview: 20+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-05-14 16:31 Steve Sakoman [this message]
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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=cover.1684081748.git.steve@sakoman.com \
--to=steve@sakoman.com \
--cc=openembedded-core@lists.openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox