Openembedded Bitbake Development
 help / color / mirror / Atom feed
From: Richard Purdie <richard.purdie@linuxfoundation.org>
To: Cristiana Voicu <cristiana.voicu@intel.com>
Cc: bitbake-devel@lists.openembedded.org
Subject: Re: [PATCH] hob: when BBLAYERS_NON_REMOVABLE is not set hob shows an error
Date: Wed, 28 Nov 2012 09:28:07 +0000	[thread overview]
Message-ID: <1354094887.21863.166.camel@ted> (raw)
In-Reply-To: <1354027291-9341-1-git-send-email-cristiana.voicu@intel.com>

On Tue, 2012-11-27 at 16:41 +0200, Cristiana Voicu wrote:
> Signed-off-by: Cristiana Voicu <cristiana.voicu@intel.com>
> ---
>  bitbake/lib/bb/ui/crumbs/hobeventhandler.py |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/bitbake/lib/bb/ui/crumbs/hobeventhandler.py b/bitbake/lib/bb/ui/crumbs/hobeventhandler.py
> index ae1cefc..8a2ac5f 100644
> --- a/bitbake/lib/bb/ui/crumbs/hobeventhandler.py
> +++ b/bitbake/lib/bb/ui/crumbs/hobeventhandler.py
> @@ -435,7 +435,7 @@ class HobHandler(gobject.GObject):
>          params["core_base"] = self.runCommand(["getVariable", "COREBASE"]) or ""
>          hob_layer = params["core_base"] + "/meta-hob"
>          params["layer"] = self.runCommand(["getVariable", "BBLAYERS"]) or ""
> -        params["layers_non_removable"] = self.runCommand(["getVariable", "BBLAYERS_NON_REMOVABLE"])
> +        params["layers_non_removable"] = self.runCommand(["getVariable", "BBLAYERS_NON_REMOVABLE"]) or ""
>          if hob_layer not in params["layer"].split():
>              params["layer"] += (" " + hob_layer)
>          if hob_layer not in params["layers_non_removable"].split():

Merged to master, thanks.

Richard




      reply	other threads:[~2012-11-28  9:42 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-11-27 14:41 [PATCH] hob: when BBLAYERS_NON_REMOVABLE is not set hob shows an error Cristiana Voicu
2012-11-28  9:28 ` Richard Purdie [this message]

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=1354094887.21863.166.camel@ted \
    --to=richard.purdie@linuxfoundation.org \
    --cc=bitbake-devel@lists.openembedded.org \
    --cc=cristiana.voicu@intel.com \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox