]> code.ossystems Code Review - openembedded-core.git/commitdiff
testsdk: Drop lockfile usage
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 3 Mar 2017 10:58:49 +0000 (10:58 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 3 Mar 2017 11:15:20 +0000 (11:15 +0000)
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>
meta/classes/testsdk.bbclass

index d566b43ba0ea2f2832cb295ed3d44cc75312d721..29db5e81c8d1f2fe92285f01c5b58da43f5e3f45 100644 (file)
@@ -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}"
+