diff mbox series

[1/2] python3-kirk: Add version 4.0.0

Message ID 20260325084021.3915804-1-daniel.turull@ericsson.com
State Changes Requested
Headers show
Series [1/2] python3-kirk: Add version 4.0.0 | expand

Commit Message

Daniel Turull March 25, 2026, 8:40 a.m. UTC
From: Daniel Turull <daniel.turull@ericsson.com>

Kirk application is a fork of runltp-ng and it’s the official LTP
tests executor.

Signed-off-by: Daniel Turull <daniel.turull@ericsson.com>
---
 meta/conf/distro/include/maintainers.inc       |  1 +
 .../python3-kirk/python3-kirk_4.0.0.bb         | 18 ++++++++++++++++++
 2 files changed, 19 insertions(+)
 create mode 100644 meta/recipes-extended/python3-kirk/python3-kirk_4.0.0.bb

Comments

Alexander Kanavin March 25, 2026, 12:34 p.m. UTC | #1
On Wed, 25 Mar 2026 at 13:10, Daniel Turull via lists.openembedded.org
<daniel.turull=ericsson.com@lists.openembedded.org> wrote:
> +SRC_URI = "git://github.com/linux-test-project/kirk;protocol=https;branch=master"

We probably should take kirk from pypi via pypi.bbclass?

https://pypi.org/project/kirk/

Alex
Daniel Turull March 25, 2026, 1:26 p.m. UTC | #2
Hi,

I'll update the recipe to use pypi instead.

Daniel

> -----Original Message-----
> From: Alexander Kanavin <alex.kanavin@gmail.com>
> Sent: Wednesday, 25 March 2026 13:35
> To: Daniel Turull <daniel.turull@ericsson.com>
> Cc: openembedded-core@lists.openembedded.org; pratik.farkase@est.tech;
> richard.purdie@linuxfoundation.org
> Subject: Re: [OE-core] [PATCH 1/2] python3-kirk: Add version 4.0.0
> 
> [You don't often get email from alex.kanavin@gmail.com. Learn why this is
> important at https://aka.ms/LearnAboutSenderIdentification ]
> 
> On Wed, 25 Mar 2026 at 13:10, Daniel Turull via lists.openembedded.org
> <daniel.turull=ericsson.com@lists.openembedded.org> wrote:
> > +SRC_URI = "git://github.com/linux-test-
> project/kirk;protocol=https;branch=master"
> 
> We probably should take kirk from pypi via pypi.bbclass?
> 
> https://eur02.safelinks.protection.outlook.com/?url=https%3A%2F%2Fpypi.org%
> 2Fproject%2Fkirk%2F&data=05%7C02%7Cdaniel.turull%40ericsson.com%7C498a
> 872696cc4f8be26a08de8a6aeb53%7C92e84cebfbfd47abbe52080c6b87953f%7C
> 0%7C0%7C639100388978726482%7CUnknown%7CTWFpbGZsb3d8eyJFbXB0eU1
> hcGkiOnRydWUsIlYiOiIwLjAuMDAwMCIsIlAiOiJXaW4zMiIsIkFOIjoiTWFpbCIsIldUIj
> oyfQ%3D%3D%7C60000%7C%7C%7C&sdata=lXs9Cx0YxirCnYstgQRJUJ3j%2FrYvgz
> C2LkZ0OgTbsao%3D&reserved=0
> 
> Alex
diff mbox series

Patch

diff --git a/meta/conf/distro/include/maintainers.inc b/meta/conf/distro/include/maintainers.inc
index f9a600ff11..9cd58dbac0 100644
--- a/meta/conf/distro/include/maintainers.inc
+++ b/meta/conf/distro/include/maintainers.inc
@@ -665,6 +665,7 @@  RECIPE_MAINTAINER:pn-python3-jinja2 = "Richard Purdie <richard.purdie@linuxfound
 RECIPE_MAINTAINER:pn-python3-jsonpointer = "Bruce Ashfield <bruce.ashfield@gmail.com>"
 RECIPE_MAINTAINER:pn-python3-jsonschema = "Bruce Ashfield <bruce.ashfield@gmail.com>"
 RECIPE_MAINTAINER:pn-python3-jsonschema-specifications = "Bruce Ashfield <bruce.ashfield@gmail.com>"
+RECIPE_MAINTAINER:pn-python3-kirk = "Daniel Turull <daniel.turull@ericsson.com>"
 RECIPE_MAINTAINER:pn-python3-libarchive-c = "Joshua Watt <JPEWhacker@gmail.com>"
 RECIPE_MAINTAINER:pn-python3-license-expression = "Wang Mingyu <wangmy@fujitsu.com>"
 RECIPE_MAINTAINER:pn-python3-lxml = "Khem Raj <raj.khem@gmail.com>"
diff --git a/meta/recipes-extended/python3-kirk/python3-kirk_4.0.0.bb b/meta/recipes-extended/python3-kirk/python3-kirk_4.0.0.bb
new file mode 100644
index 0000000000..75edfc2fe4
--- /dev/null
+++ b/meta/recipes-extended/python3-kirk/python3-kirk_4.0.0.bb
@@ -0,0 +1,18 @@ 
+SUMMARY = "Linux Test Project tests executor"
+HOMEPAGE = "https://github.com/linux-test-project/kirk"
+DESCRIPTION = "Kirk application is a fork of runltp-ng and it’s the official \
+LTP tests executor. It provides support for remote testing via Qemu, SSH, \
+LTX, parallel execution and much more."
+SECTION = "console/utils"
+LICENSE = "GPL-2.0-only"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=39bba7d2cf0ba1036f2a6e2be52fe3f0"
+
+SRC_URI = "git://github.com/linux-test-project/kirk;protocol=https;branch=master"
+
+PV = "4.0.0"
+SRCREV = "32b224021b9c657953f5b2f61ca4744b9b3c5961"
+
+RDEPENDS:${PN} += "python3-asyncio python3-json"
+
+inherit python_setuptools_build_meta
+