diff options
author | Scott Murray <scott.murray@konsulko.com> | 2020-01-27 14:29:49 -0500 |
---|---|---|
committer | Scott Murray <scott.murray@konsulko.com> | 2020-01-27 14:29:49 -0500 |
commit | 4c67a503983f0547a8bcd253122367bec6b20982 (patch) | |
tree | a6cd310438b838685b1505f863e5d01c8f4ed9d9 /meta-agl-bsp/recipes-support/ptest-runner/ptest-runner_2.%.bbappend | |
parent | 8db438e38e573ac00da14197a905d86b43afea9b (diff) |
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 <scott.murray@konsulko.com>
Diffstat (limited to 'meta-agl-bsp/recipes-support/ptest-runner/ptest-runner_2.%.bbappend')
-rw-r--r-- | meta-agl-bsp/recipes-support/ptest-runner/ptest-runner_2.%.bbappend | 4 |
1 files changed, 4 insertions, 0 deletions
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" + |