aboutsummaryrefslogtreecommitdiffstats
path: root/meta/classes
diff options
context:
space:
mode:
Diffstat (limited to 'meta/classes')
-rw-r--r--meta/classes/testsdk.bbclass4
1 files changed, 1 insertions, 3 deletions
diff --git a/meta/classes/testsdk.bbclass b/meta/classes/testsdk.bbclass
index d566b43ba0..29db5e81c8 100644
--- a/meta/classes/testsdk.bbclass
+++ b/meta/classes/testsdk.bbclass
@@ -14,8 +14,6 @@
#
# where "<image-name>" is an image like core-image-sato.
-TESTSDKLOCK = "${TMPDIR}/testsdk.lock"
-
def testsdk_main(d):
import os
import subprocess
@@ -194,4 +192,4 @@ python do_testsdkext() {
}
addtask testsdkext
do_testsdkext[nostamp] = "1"
-do_testsdkext[lockfiles] += "${TESTSDKEXTLOCK}"
+