All of lore.kernel.org
 help / color / mirror / Atom feed
* Make do_image_complete wait for an earlier task
@ 2021-05-18  6:15 Mikko Murto
  2021-05-18  6:56 ` [yocto] " Richard Purdie
  0 siblings, 1 reply; 5+ messages in thread
From: Mikko Murto @ 2021-05-18  6:15 UTC (permalink / raw)
  To: yocto

Hi,

I've created a task do_create_spdx that gets some data from packages after do_package. The task is currently added with `addtask do_create_spdx after do_package before do_packagedata` The data is then enriched and combined in do_image_complete by adding the combining function to IMAGE_POSTPROCESS_COMMAND. For the most part everything works as expected, but for some packages do_create_spdx does not complete in time for the combination step in do_image_complete. Is there a way for me force do_image_complete to wait for do_create_spdx to have been completed for all packages?

Best regards,
Mikko Murto



^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2021-05-18 12:31 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-18  6:15 Make do_image_complete wait for an earlier task Mikko Murto
2021-05-18  6:56 ` [yocto] " Richard Purdie
2021-05-18  7:09   ` VS: " Mikko Murto
2021-05-18  9:18     ` Richard Purdie
2021-05-18 12:31       ` VS: " Mikko Murto

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.