From: Alexander Kanavin <alex.kanavin@gmail.com>
To: openembedded-core@lists.openembedded.org
Cc: Alexander Kanavin <alex@linutronix.de>
Subject: [PATCH 3/5] lttng-tools: install .expect test files with a wildcard
Date: Mon, 16 Feb 2026 14:33:49 +0100 [thread overview]
Message-ID: <20260216133351.1034740-3-alex.kanavin@gmail.com> (raw)
In-Reply-To: <20260216133351.1034740-1-alex.kanavin@gmail.com>
From: Alexander Kanavin <alex@linutronix.de>
Otherwise, there will be failures on 32 bit hosts. Note
that the needed files are erroneously absent from upstream
release tarballs:
https://bugs.lttng.org/issues/1436
but once that is resolved, this commit will be effective.
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
---
meta/recipes-kernel/lttng/lttng-tools_2.14.1.bb | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/meta/recipes-kernel/lttng/lttng-tools_2.14.1.bb b/meta/recipes-kernel/lttng/lttng-tools_2.14.1.bb
index 1106867aeb..620ddfb1cf 100644
--- a/meta/recipes-kernel/lttng/lttng-tools_2.14.1.bb
+++ b/meta/recipes-kernel/lttng/lttng-tools_2.14.1.bb
@@ -90,8 +90,8 @@ do_install_ptest () {
for f in Makefile tests/Makefile tests/utils/utils.sh tests/regression/tools/save-load/*.lttng \
tests/regression/tools/save-load/configuration/load-42*.lttng tests/regression/tools/health/test_health.sh \
tests/regression/tools/metadata/utils.sh tests/regression/tools/rotation/rotate_utils.sh \
- tests/regression/tools/trace-format/ust-local-trace-pretty.expect \
- tests/regression/tools/trace-format/kernel-local-trace-pretty.expect \
+ tests/regression/tools/trace-format/ust-local-trace-pretty.expect* \
+ tests/regression/tools/trace-format/kernel-local-trace-pretty.expect* \
tests/regression/tools/base-path/*.lttng; do
install -D "${B}/$f" "${D}${PTEST_PATH}/$f"
done
--
2.47.3
next prev parent reply other threads:[~2026-02-16 13:34 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-02-16 13:33 [PATCH 1/5] lttng-tools: ensure that ptest errors are not suppressed Alexander Kanavin
2026-02-16 13:33 ` [PATCH 2/5] lttng-tools: add missing python3-multiprocessing dependency to ptests Alexander Kanavin
2026-02-16 13:33 ` Alexander Kanavin [this message]
2026-02-16 13:33 ` [PATCH 4/5] time64.inc: clean up and add upstream tickets where issues remain Alexander Kanavin
2026-02-16 13:33 ` [PATCH 5/5] time64.inc: add links to "Y2038 in Yocto" slides and video Alexander Kanavin
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=20260216133351.1034740-3-alex.kanavin@gmail.com \
--to=alex.kanavin@gmail.com \
--cc=alex@linutronix.de \
--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