From 59a5f596ca29b1eb8283706e3c60fbb39f9c2c23 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Wed, 6 Jan 2016 22:57:49 +0000 Subject: classes: Fix do_rootfs references After the separation of do_rootfs, some rootfs references need changing to image_complete. Signed-off-by: Richard Purdie --- meta/classes/testimage-auto.bbclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta/classes/testimage-auto.bbclass') 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 python do_testimage_auto() { testimage_main(d) } -addtask testimage_auto before do_build after do_rootfs +addtask testimage_auto before do_build after do_image_complete do_testimage_auto[depends] += "${TESTIMAGEDEPENDS}" do_testimage_auto[lockfiles] += "${TESTIMAGELOCK}" -- cgit 1.2.3-korg