From 4c67a503983f0547a8bcd253122367bec6b20982 Mon Sep 17 00:00:00 2001 From: Scott Murray Date: Mon, 27 Jan 2020 14:29:49 -0500 Subject: meta-agl-bsp: handle ptest-runner upgrade Rename ptest-runner to handle upgrade from 2.2 to 2.3.2, and update local LAVA support patch. Bug-AGL: SPEC-2932 Change-Id: Ia9edf303de689c42bad80a04522117c27e0977c2 Signed-off-by: Scott Murray --- meta-agl-bsp/recipes-support/ptest-runner/ptest-runner_2.%.bbappend | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 meta-agl-bsp/recipes-support/ptest-runner/ptest-runner_2.%.bbappend (limited to 'meta-agl-bsp/recipes-support/ptest-runner/ptest-runner_2.%.bbappend') diff --git a/meta-agl-bsp/recipes-support/ptest-runner/ptest-runner_2.%.bbappend b/meta-agl-bsp/recipes-support/ptest-runner/ptest-runner_2.%.bbappend new file mode 100644 index 000000000..7a1d2a8f8 --- /dev/null +++ b/meta-agl-bsp/recipes-support/ptest-runner/ptest-runner_2.%.bbappend @@ -0,0 +1,4 @@ +FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" + +SRC_URI += "file://0007-WIP-Initial-LAVA-support.patch" + -- cgit 1.2.3-korg