]> code.ossystems Code Review - openembedded-core.git/commit
image: Drop before do_build from do_rootfs and do_image
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 30 Jul 2017 15:04:54 +0000 (16:04 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 31 Jul 2017 13:25:44 +0000 (14:25 +0100)
commitf61bcae0926a1ad79032119cc5656c0e862b13af
treed80b88640e50ee5876d1dade06a726f451457fb6
parent1e95fc5419a131a5e4091b8ff01639de99284399
image: Drop before do_build from do_rootfs and do_image

do_image_complete has the do_build dependency, these other two tasks
don't need it. If this is present, it complicates the dependency tree
and convinces rm_work that the tasks need to rerun even if they
already did since the stamps are removed.

Drop the unneeded dependency to help resolve this issue.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/image.bbclass