From 9543c4a9ce0ac7d9ced66fa14e48a1aa7401011e Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Mon, 18 Jan 2016 14:27:02 +0000 Subject: bootimg/image-vm/image-live: Improve image dependencies Now that image generation consists of separate tasks, we can improve the dependencies in these classes. We can also incorporate the tasks within do_image_complete instead of do_build so we have a specific task for when the deploy directory is populated with images. This fixes various expectations about do_image_completed and the way I'd tried to use it to fix some sanity test problems. Signed-off-by: Richard Purdie --- meta/classes/bootimg.bbclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta/classes/bootimg.bbclass') diff --git a/meta/classes/bootimg.bbclass b/meta/classes/bootimg.bbclass index ed9afb92f6..b174266131 100644 --- a/meta/classes/bootimg.bbclass +++ b/meta/classes/bootimg.bbclass @@ -295,4 +295,4 @@ IMAGE_TYPEDEP_iso = "ext4" IMAGE_TYPEDEP_hddimg = "ext4" IMAGE_TYPES_MASKED += "iso hddimg" -addtask bootimg before do_build +addtask bootimg before do_image_complete -- cgit v1.2.3