]> code.ossystems Code Review - openembedded-core.git/commit
bootimg/image-vm/image-live: Improve image dependencies
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 18 Jan 2016 14:27:02 +0000 (14:27 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 19 Jan 2016 16:35:37 +0000 (16:35 +0000)
commit9543c4a9ce0ac7d9ced66fa14e48a1aa7401011e
treec0fbbf9ff241ccd3640e5610350d469250c12818
parentb2576f2eab10e4c5dd86449312b417a269cc578e
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 <richard.purdie@linuxfoundation.org>
meta/classes/boot-directdisk.bbclass
meta/classes/bootimg.bbclass
meta/classes/image-live.bbclass
meta/classes/image-vm.bbclass