[oe-commits] [openembedded-core] 02/04: testsdk: Drop lockfile usage

git at git.openembedded.org git at git.openembedded.org
Fri Mar 3 11:17:44 UTC 2017


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master
in repository openembedded-core.

commit 54477664dc13c6aa15b3246f328b66591a340659
Author: Richard Purdie <richard.purdie at linuxfoundation.org>
AuthorDate: Fri Mar 3 10:58:49 2017 +0000

    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 at linuxfoundation.org>
---
 meta/classes/testsdk.bbclass | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/meta/classes/testsdk.bbclass b/meta/classes/testsdk.bbclass
index d566b43..29db5e8 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}"
+

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list