[oe] do_rootfs fails

Stelios Koroneos skoroneos at digital-opsis.com
Sat May 12 21:33:31 UTC 2007


Had the same problem as i am still using 1.6 .
The mentioned patch solved it

Stelios S. Koroneos

Digital OPSiS - Embedded Intelligence
http://www.digital-opsis.com


> -----Original Message-----
> From: openembedded-devel-bounces at openembedded.org 
> [mailto:openembedded-devel-bounces at openembedded.org]On Behalf Of 
> Michael Krelin
> Sent: Friday, May 11, 2007 9:24 PM
> To: openembedded-devel at openembedded.org
> Subject: Re: [oe] do_rootfs fails
> 
> 
> > All: Are we still going to wait 1.5 months with requiring 
> 1.8.x? I've seen enough proof
> > that 1.6.x is broken with current .dev, with no effort to fix 
> it. "Giving people time to
> > prepare the upgrade" has now turned into "Stabbing user in the eye" :(
> 
> 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)
> 
> Love,
> H
> 
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel at lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
> 





More information about the Openembedded-devel mailing list