Openembedded Devel Discussions
 help / color / mirror / Atom feed
From: Richard Purdie <rpurdie@rpsys.net>
To: openembedded-devel@openembedded.org
Subject: Re: do_rootfs fails
Date: Sat, 19 May 2007 18:50:15 +0100	[thread overview]
Message-ID: <1179597015.5852.5.camel@localhost.localdomain> (raw)
In-Reply-To: <4644B4D1.5010803@klever.net>

On Fri, 2007-05-11 at 20:24 +0200, Michael Krelin wrote:
> There's also an option of asking Tom to bitbake -DDD and send it to
> zecke, because I couldn't find time to try BB 1.6 for him again. And let
> him apply the patch that fixes this problem:
> 
> Index: lib/bb/parse/parse_py/BBHandler.py
> ===================================================================
> --- lib/bb/parse/parse_py/BBHandler.py  (revision 817)
> +++ lib/bb/parse/parse_py/BBHandler.py  (working copy)
> @@ -66,7 +66,9 @@
>          if not file in __inherit_cache.split():
>              debug(2, "BB %s:%d: inheriting %s" % (fn, lineno, file))
>              __inherit_cache += " %s" % file
> +            data.setVar('__inherit_cache', __inherit_cache, d)
>              include(fn, file, d)
> +            __inherit_cache = data.getVar('__inherit_cache', d) or ""
>      data.setVar('__inherit_cache', __inherit_cache, d)

Thanks for this, I've merged into bitbake 1.9, 1.8 and 1.6 branches as
they all had this issue!

Cheers,

Richard





  parent reply	other threads:[~2007-05-19 17:51 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-05-11 17:45 do_rootfs fails Tom Walsh
2007-05-11 18:07 ` Koen Kooi
2007-05-11 18:24   ` Michael Krelin
2007-05-12 21:33     ` Stelios Koroneos
2007-05-19 17:50     ` Richard Purdie [this message]
2007-05-12  0:07   ` Matthias Hentges
2007-05-12 10:28     ` Koen Kooi
2007-05-14 12:42     ` Richard Purdie
2007-05-14 22:23     ` Matthias Hentges
  -- strict thread matches above, loose matches on Subject: below --
2013-04-09  8:07 Jaap de Jong
2013-04-09 11:37 ` Jaap de Jong

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=1179597015.5852.5.camel@localhost.localdomain \
    --to=rpurdie@rpsys.net \
    --cc=openembedded-devel@lists.openembedded.org \
    --cc=openembedded-devel@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox