Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH] license.bbclass: set do_bootimg recrdeptask on do_populate_lic
@ 2018-02-15 12:49 liu.ming50
  2018-02-15 13:34 ` Richard Purdie
  0 siblings, 1 reply; 5+ messages in thread
From: liu.ming50 @ 2018-02-15 12:49 UTC (permalink / raw)
  To: openembedded-core; +Cc: Ming Liu

From: Ming Liu <liu.ming50@gmail.com>

This is needed since the license_deployed_manifest task is referring
the deployed licenses of the depends of do_bootimg task.

Signed-off-by: Ming Liu <liu.ming50@gmail.com>
---
 meta/classes/license.bbclass | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta/classes/license.bbclass b/meta/classes/license.bbclass
index d353110..10d2279 100644
--- a/meta/classes/license.bbclass
+++ b/meta/classes/license.bbclass
@@ -679,6 +679,7 @@ do_rootfs[recrdeptask] += "do_populate_lic"
 
 IMAGE_POSTPROCESS_COMMAND_prepend = "write_deploy_manifest; "
 do_image[recrdeptask] += "do_populate_lic"
+do_bootimg[recrdeptask] += "do_populate_lic"
 
 python do_populate_lic_setscene () {
     sstate_setscene(d)
-- 
2.7.4



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

end of thread, other threads:[~2018-02-16 12:50 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-02-15 12:49 [PATCH] license.bbclass: set do_bootimg recrdeptask on do_populate_lic liu.ming50
2018-02-15 13:34 ` Richard Purdie
2018-02-15 14:11   ` Ming Liu
2018-02-15 15:07     ` Richard Purdie
2018-02-16 12:50       ` Ming Liu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox