From: "Aníbal Limón" <anibal.limon@linux.intel.com>
To: openembedded-core@lists.openembedded.org
Cc: paul.eggleton@linux.intel.com, Nathan_Lynch@mentor.com
Subject: [PATCHv2 2/2] ptest-runner: Add a recipe for install ptest-runner 2.0.
Date: Mon, 14 Dec 2015 16:57:09 -0600 [thread overview]
Message-ID: <1450133829-17751-3-git-send-email-anibal.limon@linux.intel.com> (raw)
In-Reply-To: <1450133829-17751-1-git-send-email-anibal.limon@linux.intel.com>
[YOCTO #8021]
Signed-off-by: Aníbal Limón <anibal.limon@linux.intel.com>
---
.../ptest-runner/ptest-runner_2.0.bb | 28 ++++++++++++++++++++++
1 file changed, 28 insertions(+)
create mode 100644 meta/recipes-support/ptest-runner/ptest-runner_2.0.bb
diff --git a/meta/recipes-support/ptest-runner/ptest-runner_2.0.bb b/meta/recipes-support/ptest-runner/ptest-runner_2.0.bb
new file mode 100644
index 0000000..64fd0df
--- /dev/null
+++ b/meta/recipes-support/ptest-runner/ptest-runner_2.0.bb
@@ -0,0 +1,28 @@
+SUMMARY = "A python script to run all installed ptests"
+
+DESCRIPTION = "The ptest-runner package installs a ptest-runner \
+python script which loops through all installed ptest test suites and \
+runs them in sequence."
+
+HOMEPAGE = "https://wiki.yoctoproject.org/wiki/Ptest"
+SRC_URI += "file://ptest-runner_2.0.py"
+
+LICENSE = "GPLv2"
+LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=4d92cd373abda3937c2bc47fbc49d690 \
+ file://${COREBASE}/meta/COPYING.GPLv2;md5=751419260aa954499f7abaabaa882bbe"
+
+INHIBIT_DEFAULT_DEPS = "1"
+RDEPENDS_${PN} = "python python-fcntl python-argparse python-logging python-datetime \
+ python-subprocess"
+
+S = "${WORKDIR}"
+
+do_install () {
+ mkdir -p ${D}${bindir}
+ install -m 0755 ${WORKDIR}/ptest-runner_2.0.py ${D}${bindir}/ptest-runner
+}
+
+do_patch[noexec] = "1"
+do_configure[noexec] = "1"
+do_compile[noexec] = "1"
+do_build[noexec] = "1"
--
2.1.4
next prev parent reply other threads:[~2015-12-14 23:05 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-12-14 22:57 [PATCHv2 0/2] ptest-runner 2.0 Aníbal Limón
2015-12-14 22:57 ` [PATCHv2 1/2] ptest-runner: Add version 2.0 re-implementation in python Aníbal Limón
2015-12-14 22:57 ` Aníbal Limón [this message]
2015-12-15 0:23 ` [PATCHv2 2/2] ptest-runner: Add a recipe for install ptest-runner 2.0 Khem Raj
2015-12-18 17:34 ` [PATCHv2 0/2] " Aníbal Limón
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=1450133829-17751-3-git-send-email-anibal.limon@linux.intel.com \
--to=anibal.limon@linux.intel.com \
--cc=Nathan_Lynch@mentor.com \
--cc=openembedded-core@lists.openembedded.org \
--cc=paul.eggleton@linux.intel.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.