mirror of
https://git.yoctoproject.org/poky
synced 2026-05-30 00:20:08 +00:00
testimage: add task level lock
For machines other than qemu it will not be okay to run multiple testimage tasks in parallel. (From OE-Core rev: 9560305a9e28316438cb57421afc7877890c4b76) Signed-off-by: Stefan Stanacar <stefanx.stanacar@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
8615d574a8
commit
f51294d276
@@ -20,3 +20,4 @@ python do_testimage_auto() {
|
||||
}
|
||||
addtask testimage_auto before do_build after do_rootfs
|
||||
do_testimage_auto[depends] += "${TESTIMAGEDEPENDS}"
|
||||
do_testimage_auto[lockfiles] += "${TESTIMAGELOCK}"
|
||||
|
||||
Reference in New Issue
Block a user