summaryrefslogtreecommitdiffstats
path: root/meta/files
diff options
context:
space:
mode:
authorDerek Straka <derek@asterius.io>2025-01-10 15:59:29 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2025-01-14 11:57:52 +0000
commit30af2f18b934913148554c82dafb2a2f4b386e38 (patch)
treeeef320b1f987031c996f9eb2eb7cd8fa1918903d /meta/files
parente634211f20dd2ff8310bfcdf5885c5ecf323338e (diff)
downloadpoky-30af2f18b934913148554c82dafb2a2f4b386e38.tar.gz
classes/ptest-python-pytest: simplify python ptest file overriding
The complexity of overriding files from the bbclass made the behavior at times hard to follow and predict. This change replaces the default file with a heredoc equivalent that creates a default file if the user does not provide their own version of run-ptest in the SRC_URI. (From OE-Core rev: be3db5f4f1b857b93d08211019d9ff796ec389b6) Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/files')
-rwxr-xr-xmeta/files/ptest-python-pytest/run-ptest3
1 files changed, 0 insertions, 3 deletions
diff --git a/meta/files/ptest-python-pytest/run-ptest b/meta/files/ptest-python-pytest/run-ptest
deleted file mode 100755
index 8d2017d39c..0000000000
--- a/meta/files/ptest-python-pytest/run-ptest
+++ /dev/null
@@ -1,3 +0,0 @@
1#!/bin/sh
2
3pytest --automake