[oe] do_rootfs fails

Richard Purdie rpurdie at rpsys.net
Sat May 19 17:50:15 UTC 2007


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






More information about the Openembedded-devel mailing list