[isar-cip-core][PATCH v2] recipes-core: ltp: add python3 and jq runtime dependencies
Gourav Singh <[email protected]>
| Newsgroups | org.cip-project.lists.cip-dev |
|---|---|
| Message-ID | <[email protected]> |
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 <[email protected]> --- 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