From: Daniel Turull <[email protected]> Kirk application is a fork of runltp-ng and it’s the official LTP tests executor.
Signed-off-by: Daniel Turull <[email protected]> --- 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 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 <[email protected]>" RECIPE_MAINTAINER:pn-python3-jsonschema = "Bruce Ashfield <[email protected]>" RECIPE_MAINTAINER:pn-python3-jsonschema-specifications = "Bruce Ashfield <[email protected]>" +RECIPE_MAINTAINER:pn-python3-kirk = "Daniel Turull <[email protected]>" RECIPE_MAINTAINER:pn-python3-libarchive-c = "Joshua Watt <[email protected]>" RECIPE_MAINTAINER:pn-python3-license-expression = "Wang Mingyu <[email protected]>" RECIPE_MAINTAINER:pn-python3-lxml = "Khem Raj <[email protected]>" 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 + -- 2.34.1
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#233891): https://lists.openembedded.org/g/openembedded-core/message/233891 Mute This Topic: https://lists.openembedded.org/mt/118499463/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
