]> code.ossystems Code Review - openembedded-core.git/commit
toaster.bbclass: attach image file scan postfunc to do_image_complete
authorElliot Smith <elliot.smith@intel.com>
Tue, 2 Feb 2016 10:25:02 +0000 (10:25 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 4 Feb 2016 23:35:04 +0000 (23:35 +0000)
commit9c597ef05cec12178d886f83a4cf7070f032ab2f
treedb0546a5b29f9506479bccecf98318cd55d9424a
parent91583704383aef3d4742630380fd3f1d38c4b00a
toaster.bbclass: attach image file scan postfunc to do_image_complete

The postfunc for finding image files after completion of a build
fails, as the image files we're interested in don't exist at the
point when the scan is currently done (following do_rootfs).

Attach the postfunc for scanning for image files to the new
do_image_complete task, which definitely runs after the image files
have been created.

[YOCTO #8956]

Signed-off-by: Elliot Smith <elliot.smith@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/toaster.bbclass