diff options
Diffstat (limited to 'meta/classes/testimage.bbclass')
-rw-r--r-- | meta/classes/testimage.bbclass | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/classes/testimage.bbclass b/meta/classes/testimage.bbclass index eb2181309e..6fa901b6a6 100644 --- a/meta/classes/testimage.bbclass +++ b/meta/classes/testimage.bbclass | |||
@@ -391,3 +391,5 @@ python () { | |||
391 | if oe.types.boolean(d.getVar("TESTIMAGE_AUTO") or "False"): | 391 | if oe.types.boolean(d.getVar("TESTIMAGE_AUTO") or "False"): |
392 | bb.build.addtask("testimage", "do_build", "do_image_complete", d) | 392 | bb.build.addtask("testimage", "do_build", "do_image_complete", d) |
393 | } | 393 | } |
394 | |||
395 | inherit testsdk | ||