aboutsummaryrefslogtreecommitdiffstats
path: root/meta/classes/boot-directdisk.bbclass
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2016-01-18 14:27:02 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-01-19 17:24:47 +0000
commitef211a5ca1e39d1111b21ab3a4218c254dd8dc41 (patch)
tree85b0a6fbd996de9f5a830fb928291550055c21f2 /meta/classes/boot-directdisk.bbclass
parent0910bc65f57e87dc36202b914e712db873f7c19b (diff)
downloadopenembedded-core-contrib-ef211a5ca1e39d1111b21ab3a4218c254dd8dc41.tar.gz
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. (From OE-Core rev: 9543c4a9ce0ac7d9ced66fa14e48a1aa7401011e) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/classes/boot-directdisk.bbclass')
-rw-r--r--meta/classes/boot-directdisk.bbclass2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/classes/boot-directdisk.bbclass b/meta/classes/boot-directdisk.bbclass
index b324d89020..ee8c74438c 100644
--- a/meta/classes/boot-directdisk.bbclass
+++ b/meta/classes/boot-directdisk.bbclass
@@ -193,4 +193,4 @@ def validate_disk_signature(d):
DISK_SIGNATURE_GENERATED := "${@generate_disk_signature()}"
-addtask bootdirectdisk before do_build
+addtask bootdirectdisk before do_image_complete