diff options
Diffstat (limited to 'meta/classes/testimage-auto.bbclass')
-rw-r--r-- | meta/classes/testimage-auto.bbclass | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/meta/classes/testimage-auto.bbclass b/meta/classes/testimage-auto.bbclass index 3d0e28994a..a5b8f7f14a 100644 --- a/meta/classes/testimage-auto.bbclass +++ b/meta/classes/testimage-auto.bbclass | |||
@@ -19,5 +19,4 @@ 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_rootfs |
22 | do_testimage_auto[depends] += "qemu-native:do_populate_sysroot" | 22 | do_testimage_auto[depends] += "${TESTIMAGEDEPENDS}" |
23 | do_testimage_auto[depends] += "qemu-helper-native:do_populate_sysroot" | ||