From b820f82dac96ccb4b223a55488d9ffb9e1177358 Mon Sep 17 00:00:00 2001 From: Kevin Hilman Date: Mon, 19 Nov 2018 11:29:12 -0800 Subject: meta-agl-bsp: ptest-runner: v2.2 and LAVA support Upgrade ptest-runner to v2.2 (first 6 patches), and add the WIP support for LAVA signal (patch 7). From branch: https://git.yoctoproject.org/cgit/cgit.cgi/poky-contrib/log/?h=timo/lava-ptest-runner2 Commit: https://git.yoctoproject.org/cgit/cgit.cgi/poky-contrib/commit/?h=timo/lava-ptest-runner2&id=11b29ce444610a07067a89b38e9e85c2162bbf67 Change-Id: Ic4ee5e3a9ab796fe7ccd1810b31e582370f99a25 Signed-off-by: Kevin Hilman --- meta-agl-bsp/recipes-support/ptest-runner/ptest-runner_2.1.bbappend | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 meta-agl-bsp/recipes-support/ptest-runner/ptest-runner_2.1.bbappend (limited to 'meta-agl-bsp/recipes-support/ptest-runner/ptest-runner_2.1.bbappend') diff --git a/meta-agl-bsp/recipes-support/ptest-runner/ptest-runner_2.1.bbappend b/meta-agl-bsp/recipes-support/ptest-runner/ptest-runner_2.1.bbappend new file mode 100644 index 000000000..000ab3d53 --- /dev/null +++ b/meta-agl-bsp/recipes-support/ptest-runner/ptest-runner_2.1.bbappend @@ -0,0 +1,4 @@ +FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" + +SRC_URI += "file://0004-README.md-Update-to-my-current-email.patch file://0001-utils.c-Prefer-monotonic-clock-to-calculate-elapsed-.patch file://0002-Makefile-libcheck-now-requires-to-link-subunit.patch file://0003-Add-support-to-avoid-load-run-twice-a-run_ptest-scri.patch file://0005-main.c-Use-realpath-to-get-the-actual-directory-of-p.patch file://0006-main.c-Add-option-e-to-exclude-certain-tests-for-exe.patch file://0007-WIP-Initial-LAVA-support.patch" + -- cgit 1.2.3-korg