From: Steve Sakoman <steve@sakoman.com>
To: openembedded-core@lists.openembedded.org
Subject: [OE-core][scarthgap 00/29] Patch review
Date: Thu, 13 Jun 2024 07:20:05 -0700 [thread overview]
Message-ID: <cover.1718288230.git.steve@sakoman.com> (raw)
Please review this set of changes for scarthgap and have comments back by
end of day Monday, June 17
Passed a-full on autobuilder:
https://autobuilder.yoctoproject.org/typhoon/#/builders/83/builds/7034
The following changes since commit 3b070fc3963d04ce8c13b5b78c3b7ae95e26c435:
binutils: Fix aarch64 disassembly abort (2024-06-10 05:31:10 -0700)
are available in the Git repository at:
https://git.openembedded.org/openembedded-core-contrib stable/scarthgap-nut
https://git.openembedded.org/openembedded-core-contrib/log/?h=stable/scarthgap-nut
Alexander Kanavin (9):
libtraceevent: submit meson.patch upstream
serf: mark patch as inappropriate for upstream submission
kea: remove unnecessary reproducibility patch
expect: mark patches as Inactive-Upstream
apr: submit 0001-Add-option-to-disable-timed-dependant-tests.patch
upstream
busybox: submit CVE-2022-28391 patches upstream
xinput-calibrator: mark upstream as inactive in a patch
bash: mark build-tests.patch as Inappropriate
icu: add upstream submission links for fix-install-manx.patch
Alexandre Truong (2):
oeqa/selftest/devtool: fix _test_devtool_add_git_url
Revert "oeqa/selftest/devtool: fix test_devtool_add_git_style2"
Anton Almqvist (1):
devtool: modify: Catch git submodule error for go code
Felix Nilsson (1):
base-files: profile: fix error sh: 1: unknown operand
Heiko (1):
kernel.bbclass: check, if directory exists before removing empty
module directory
Julien Stephan (1):
oeqa: selftest: context: run tests serially if testtools/subunit
modules are not found
Khem Raj (1):
oeqa/postactions: Do not use -l option with df
Marc Ferland (1):
libinput: fix building with debug-gui option
Maxin B. John (1):
iproute2: drop obsolete patch
Ola x Nilsson (1):
oeqa/selftest/devtool: add test for modifying recipes using go.bbclass
Poonam Jadhav (1):
ppp: Add RSA-MD in LICENSE
Ross Burton (1):
procps: fix build with new glibc but old kernel headers
Vincent Kriek (1):
devtool: sync: Fix Execution error
Wang Mingyu (4):
cronie: upgrade 1.7.1 -> 1.7.2
lttng-ust: upgrade 2.13.7 -> 2.13.8
taglib: upgrade 2.0 -> 2.0.1
mesa: upgrade 24.0.3 -> 24.0.5
Xiangyu Chen (2):
iputils: splitting the ping6 as a package
ltp: add iputils-ping6 to RDEPENDS
Zoltan Boszormenyi (1):
cracklib: Modify patch to compile with GCC 14
meta/classes-recipe/kernel.bbclass | 2 +-
meta/lib/oeqa/selftest/cases/devtool.py | 31 ++++++++--
meta/lib/oeqa/selftest/context.py | 17 ++++-
meta/lib/oeqa/utils/postactions.py | 2 +-
...01-libc-compat.h-add-musl-workaround.patch | 39 ------------
.../iproute2/iproute2_6.7.0.bb | 4 +-
...1-kea-fix-reproducible-build-failure.patch | 62 -------------------
meta/recipes-connectivity/kea/kea_2.4.1.bb | 3 +-
meta/recipes-connectivity/ppp/ppp_2.5.0.bb | 2 +-
.../base-files/base-files/profile | 2 +-
...tr-ensure-only-printable-characters-.patch | 2 +-
...e-all-printed-strings-with-printable.patch | 2 +-
...001-Resolve-string-formatting-issues.patch | 2 +-
.../expect/expect/0001-configure.in.patch | 2 +-
...exp_main_sub.c-Use-PATH_MAX-for-path.patch | 2 +-
...ults-if-Tcl-is-built-with-stubs-and-.patch | 2 +-
.../expect/expect/0002-tcl.m4.patch | 2 +-
.../bash/bash/build-tests.patch | 2 +-
...port-dictionary-byte-order-dependent.patch | 2 +-
.../{cronie_1.7.1.bb => cronie_1.7.2.bb} | 2 +-
.../iputils/iputils_20240117.bb | 13 +++-
meta/recipes-extended/ltp/ltp_20240129.bb | 1 +
.../procps/procps/pidfd.patch | 42 +++++++++++++
meta/recipes-extended/procps/procps_4.0.4.bb | 1 +
.../{mesa-gl_24.0.3.bb => mesa-gl_24.0.5.bb} | 0
meta/recipes-graphics/mesa/mesa.inc | 2 +-
.../mesa/{mesa_24.0.3.bb => mesa_24.0.5.bb} | 0
.../wayland/libinput_1.25.0.bb | 2 +-
...ibrator_pointercal.sh-to-be-run-as-n.patch | 2 +-
.../libtraceevent/libtraceevent/meson.patch | 2 +-
...ttng-ust_2.13.7.bb => lttng-ust_2.13.8.bb} | 2 +-
...ion-to-disable-timed-dependant-tests.patch | 2 +-
.../icu/icu/fix-install-manx.patch | 4 +-
...ories.without.sandbox-install.prefix.patch | 2 +-
.../taglib/{taglib_2.0.bb => taglib_2.0.1.bb} | 2 +-
scripts/lib/devtool/standard.py | 18 +++++-
36 files changed, 142 insertions(+), 137 deletions(-)
delete mode 100644 meta/recipes-connectivity/iproute2/iproute2/0001-libc-compat.h-add-musl-workaround.patch
delete mode 100644 meta/recipes-connectivity/kea/files/0001-kea-fix-reproducible-build-failure.patch
rename meta/recipes-extended/cronie/{cronie_1.7.1.bb => cronie_1.7.2.bb} (97%)
create mode 100644 meta/recipes-extended/procps/procps/pidfd.patch
rename meta/recipes-graphics/mesa/{mesa-gl_24.0.3.bb => mesa-gl_24.0.5.bb} (100%)
rename meta/recipes-graphics/mesa/{mesa_24.0.3.bb => mesa_24.0.5.bb} (100%)
rename meta/recipes-kernel/lttng/{lttng-ust_2.13.7.bb => lttng-ust_2.13.8.bb} (95%)
rename meta/recipes-support/taglib/{taglib_2.0.bb => taglib_2.0.1.bb} (95%)
--
2.34.1
next reply other threads:[~2024-06-13 14:20 UTC|newest]
Thread overview: 30+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-06-13 14:20 Steve Sakoman [this message]
2024-06-13 14:20 ` [OE-core][scarthgap 01/29] cronie: upgrade 1.7.1 -> 1.7.2 Steve Sakoman
2024-06-13 14:20 ` [OE-core][scarthgap 02/29] lttng-ust: upgrade 2.13.7 -> 2.13.8 Steve Sakoman
2024-06-13 14:20 ` [OE-core][scarthgap 03/29] taglib: upgrade 2.0 -> 2.0.1 Steve Sakoman
2024-06-13 14:20 ` [OE-core][scarthgap 04/29] mesa: upgrade 24.0.3 -> 24.0.5 Steve Sakoman
2024-06-13 14:20 ` [OE-core][scarthgap 05/29] procps: fix build with new glibc but old kernel headers Steve Sakoman
2024-06-13 14:20 ` [OE-core][scarthgap 06/29] devtool: modify: Catch git submodule error for go code Steve Sakoman
2024-06-13 14:20 ` [OE-core][scarthgap 07/29] oeqa/selftest/devtool: add test for modifying recipes using go.bbclass Steve Sakoman
2024-06-13 14:20 ` [OE-core][scarthgap 08/29] base-files: profile: fix error sh: 1: unknown operand Steve Sakoman
2024-06-13 14:20 ` [OE-core][scarthgap 09/29] oeqa/postactions: Do not use -l option with df Steve Sakoman
2024-06-13 14:20 ` [OE-core][scarthgap 10/29] oeqa: selftest: context: run tests serially if testtools/subunit modules are not found Steve Sakoman
2024-06-13 14:20 ` [OE-core][scarthgap 11/29] libtraceevent: submit meson.patch upstream Steve Sakoman
2024-06-13 14:20 ` [OE-core][scarthgap 12/29] devtool: sync: Fix Execution error Steve Sakoman
2024-06-13 14:20 ` [OE-core][scarthgap 13/29] serf: mark patch as inappropriate for upstream submission Steve Sakoman
2024-06-13 14:20 ` [OE-core][scarthgap 14/29] kea: remove unnecessary reproducibility patch Steve Sakoman
2024-06-13 14:20 ` [OE-core][scarthgap 15/29] expect: mark patches as Inactive-Upstream Steve Sakoman
2024-06-13 14:20 ` [OE-core][scarthgap 16/29] apr: submit 0001-Add-option-to-disable-timed-dependant-tests.patch upstream Steve Sakoman
2024-06-13 14:20 ` [OE-core][scarthgap 17/29] busybox: submit CVE-2022-28391 patches upstream Steve Sakoman
2024-06-13 14:20 ` [OE-core][scarthgap 18/29] xinput-calibrator: mark upstream as inactive in a patch Steve Sakoman
2024-06-13 14:20 ` [OE-core][scarthgap 19/29] bash: mark build-tests.patch as Inappropriate Steve Sakoman
2024-06-13 14:20 ` [OE-core][scarthgap 20/29] icu: add upstream submission links for fix-install-manx.patch Steve Sakoman
2024-06-13 14:20 ` [OE-core][scarthgap 21/29] ppp: Add RSA-MD in LICENSE Steve Sakoman
2024-06-13 14:20 ` [OE-core][scarthgap 22/29] iproute2: drop obsolete patch Steve Sakoman
2024-06-13 14:20 ` [OE-core][scarthgap 23/29] kernel.bbclass: check, if directory exists before removing empty module directory Steve Sakoman
2024-06-13 14:20 ` [OE-core][scarthgap 24/29] iputils: splitting the ping6 as a package Steve Sakoman
2024-06-13 14:20 ` [OE-core][scarthgap 25/29] ltp: add iputils-ping6 to RDEPENDS Steve Sakoman
2024-06-13 14:20 ` [OE-core][scarthgap 26/29] libinput: fix building with debug-gui option Steve Sakoman
2024-06-13 14:20 ` [OE-core][scarthgap 27/29] oeqa/selftest/devtool: fix _test_devtool_add_git_url Steve Sakoman
2024-06-13 14:20 ` [OE-core][scarthgap 28/29] Revert "oeqa/selftest/devtool: fix test_devtool_add_git_style2" Steve Sakoman
2024-06-13 14:20 ` [OE-core][scarthgap 29/29] cracklib: Modify patch to compile with GCC 14 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.1718288230.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