From: Jan Kiszka <jan.kiszka@siemens.com>
To: Gourav Singh <gouravsingh@siemens.com>, cip-dev@lists.cip-project.org
Subject: Re: [isar-cip-core][PATCH] recipes-core: ltp: add python3 and jq runtime dependencies
Date: Thu, 13 Aug 2026 16:15:35 +0200 [thread overview]
Message-ID: <a14d818d-2cf6-45cc-9b10-8287842bfc9e@siemens.com> (raw)
In-Reply-To: <20260813125157.877874-1-gouravsingh@siemens.com>
On 13.08.26 14:51, Gourav Singh wrote:
> Ensure ltp-full runtime includes tools needed by the bundled kirk runner
> and report parsing/inspection workflow.
>
> - python3: required to execute /opt/ltp/kirk.
> - jq: required for parsing/inspection of JSON reports produced by kirk.
>
> This avoids manual package installation on targets and makes LTP/kirk usage
> reproducible.
>
> Debian buster compatibility is preserved: buster provides Python 3.7, while
> kirk requires Python >= 3.6.
>
> Signed-off-by: Gourav Singh <gouravsingh@siemens.com>
> ---
> recipes-core/ltp/files/debian/control.tmpl | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/recipes-core/ltp/files/debian/control.tmpl b/recipes-core/ltp/files/debian/control.tmpl
> index a7d0087..039c6d0 100644
> --- a/recipes-core/ltp/files/debian/control.tmpl
> +++ b/recipes-core/ltp/files/debian/control.tmpl
> @@ -11,7 +11,7 @@ Homepage: https://linux-test-project.github.io/
>
> Package: ltp-full
> Architecture: any
> -Depends: ${shlibs:Depends}, ${misc:Depends}
> +Depends: ${shlibs:Depends}, ${misc:Depends}, python3, jq
> Description: A collection of tools for testing the Linux kernel
> The Linux Test Project is a joint project started by SGI,
> developed and maintained by IBM, Cisco, Fujitsu, SUSE,
> --
> 2.39.5
>
Is that a longer pending issue or a fix for [1]?
Jan
PS: [1] still didn't make it to the list. Please check your submission
settings and error logs. I received it because I was on CC.
[1] https://lore.kernel.org/cip-dev/0f8dfe37-8856-4895-8cef-b40342339c66@siemens.com/
--
Siemens AG, Foundational Technologies
Linux Expert Center
next prev parent reply other threads:[~2026-08-13 14:15 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-08-13 12:51 [isar-cip-core][PATCH] recipes-core: ltp: add python3 and jq runtime dependencies Gourav Singh
2026-08-13 14:15 ` Jan Kiszka [this message]
2026-08-13 17:44 ` Gourav Singh
2026-08-13 17:44 ` Gourav Singh
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=a14d818d-2cf6-45cc-9b10-8287842bfc9e@siemens.com \
--to=jan.kiszka@siemens.com \
--cc=cip-dev@lists.cip-project.org \
--cc=gouravsingh@siemens.com \
/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 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.