diff options
Diffstat (limited to 'meta/classes/testimage-auto.bbclass')
-rw-r--r-- | meta/classes/testimage-auto.bbclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/classes/testimage-auto.bbclass b/meta/classes/testimage-auto.bbclass index 860599d2b5..e0a22b773c 100644 --- a/meta/classes/testimage-auto.bbclass +++ b/meta/classes/testimage-auto.bbclass | |||
@@ -18,6 +18,6 @@ inherit testimage | |||
18 | python do_testimage_auto() { | 18 | python do_testimage_auto() { |
19 | testimage_main(d) | 19 | testimage_main(d) |
20 | } | 20 | } |
21 | addtask testimage_auto before do_build after do_rootfs | 21 | addtask testimage_auto before do_build after do_image_complete |
22 | do_testimage_auto[depends] += "${TESTIMAGEDEPENDS}" | 22 | do_testimage_auto[depends] += "${TESTIMAGEDEPENDS}" |
23 | do_testimage_auto[lockfiles] += "${TESTIMAGELOCK}" | 23 | do_testimage_auto[lockfiles] += "${TESTIMAGELOCK}" |