All of lore.kernel.org
 help / color / mirror / Atom feed
From: Richard Purdie <richard.purdie@linuxfoundation.org>
To: liu.ming50@gmail.com, openembedded-core@lists.openembedded.org
Subject: Re: [PATCH] license.bbclass: set do_bootimg recrdeptask on do_populate_lic
Date: Thu, 15 Feb 2018 13:34:15 +0000	[thread overview]
Message-ID: <1518701655.24236.146.camel@linuxfoundation.org> (raw)
In-Reply-To: <1518698953-23437-1-git-send-email-liu.ming50@gmail.com>

On Thu, 2018-02-15 at 13:49 +0100, liu.ming50@gmail.com wrote:
> 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)

How old is this patch?

The recrdepends handling in bitbake changed recently and these kind of
older issues may have been a bitbake bug. Can you describe a test
scenario and check if master still needs this "fix"?

Cheers,

Richard



  reply	other threads:[~2018-02-15 13:34 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
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 [this message]
2018-02-15 14:11   ` Ming Liu
2018-02-15 15:07     ` Richard Purdie
2018-02-16 12:50       ` Ming Liu

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1518701655.24236.146.camel@linuxfoundation.org \
    --to=richard.purdie@linuxfoundation.org \
    --cc=liu.ming50@gmail.com \
    --cc=openembedded-core@lists.openembedded.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.