CIP-dev Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [isar-cip-core][PATCH v2] recipes-core: ltp: add python3 and jq runtime dependencies
@ 2026-08-14  7:04 Gourav Singh
  2026-08-14 10:59 ` Jan Kiszka
  0 siblings, 1 reply; 2+ messages in thread
From: Gourav Singh @ 2026-08-14  7:04 UTC (permalink / raw)
  To: cip-dev; +Cc: jan.kiszka, Gourav Singh

With LTP 20260529, runltp is deprecated and kirk is the recommended runner.
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



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

* Re: [isar-cip-core][PATCH v2] recipes-core: ltp: add python3 and jq runtime dependencies
  2026-08-14  7:04 [isar-cip-core][PATCH v2] recipes-core: ltp: add python3 and jq runtime dependencies Gourav Singh
@ 2026-08-14 10:59 ` Jan Kiszka
  0 siblings, 0 replies; 2+ messages in thread
From: Jan Kiszka @ 2026-08-14 10:59 UTC (permalink / raw)
  To: Gourav Singh, cip-dev

On 14.08.26 09:04, Gourav Singh wrote:
> With LTP 20260529, runltp is deprecated and kirk is the recommended runner.
> Ensure ltp-full runtime includes tools needed by the bundled kirk runner
> and report parsing/inspection workflow.

Please send a v2 of "recipes-core: ltp: Update to 20260529" instead.
It's still in next, so we can replace it with a version that does both
required steps at once.

Jan

-- 
Siemens AG, Foundational Technologies
Linux Expert Center


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

end of thread, other threads:[~2026-08-14 10:59 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-08-14  7:04 [isar-cip-core][PATCH v2] recipes-core: ltp: add python3 and jq runtime dependencies Gourav Singh
2026-08-14 10:59 ` Jan Kiszka

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox