summaryrefslogtreecommitdiffstats
path: root/meta/classes/testsdk.bbclass
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2017-03-03 10:58:49 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-03-03 11:15:20 +0000
commit54477664dc13c6aa15b3246f328b66591a340659 (patch)
tree9f41468af9275f83e78e2548a4f1a21c8a73b51d /meta/classes/testsdk.bbclass
parentfb274c7fe588c556936a0df1ae583907875c2a76 (diff)
downloadopenembedded-core-54477664dc13c6aa15b3246f328b66591a340659.tar.gz
testsdk: Drop lockfile usage
We should be able to test sdks in parallel. As far as I can tell, this restriction crept in for no good reason, based on locks that testimage used for the non-qemu case. Therefore remove the lock and allow sdks to test in parallel. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/classes/testsdk.bbclass')
-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}"
+