]> code.ossystems Code Review - openembedded-core.git/commit
classes/image: move image_qa to between rootfs and image
authorRoss Burton <ross.burton@intel.com>
Tue, 19 Sep 2017 16:20:37 +0000 (17:20 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 21 Sep 2017 08:24:00 +0000 (09:24 +0100)
commit62ce334e583ecdf1f93619f4131c0fa5d88d5b02
treeb8078f1f85a674fd5add00d6605f53469156cd5b
parent73afabf8e69019f08b424a06f3eafaab052b0606
classes/image: move image_qa to between rootfs and image

It was noticed that do_image_qa is useless when rm_work is enabled as the rootfs
directory is deleted before image_qa is called.

This indicates that image_qa is incorrectly scheduled as it failing should mean
images don't get generated, so move it between do_rootfs and do_image.

Also, add a little bit more documentation to the comments.

Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/classes/image.bbclass