Hello,
Hello, I just did a "git pull" into my gumstix overo-oe repository and now bitbake is giving me errors. Any ideas on where to start? Here is the error listed below after I successfully completed a git pull. - JohnBuckley j...@jgb-desktop:~/overo-oe/user.collection/recipes/vidplayr2$ bitbake -c clean vidplayr Traceback (most recent call last): File "/home/jgb/overo-oe/bitbake/bin/bitbake", line 143, in <module> main() File "/home/jgb/overo-oe/bitbake/bin/bitbake", line 123, in main cooker.parseConfiguration() File "/home/jgb/overo-oe/bitbake/lib/bb/cooker.py", line 68, in parseConfiguration self.parseConfigurationFile( os.path.join( "conf", "bitbake.conf" ) ) File "/home/jgb/overo-oe/bitbake/lib/bb/cooker.py", line 404, in parseConfigurationFile bb.event.fire(bb.event.ConfigParsed(self.configuration.data)) File "/home/jgb/overo-oe/bitbake/lib/bb/event.py", line 67, in fire if tmpHandler(event) == Handled: File "tmpHandler(e)", line 4, in tmpHandler File "<bb>", line 18, in check_sanity NameError: global name 'os' is not defined j...@jgb-desktop:~/overo-oe/user.collection/recipes/vidplayr2$
Try bitbake --version. If your bitbake is older than 1.8.18 you'll run into that error. At least that's what happened to me.
Regards, Thilo -- Dipl.-Ing (FH) Thilo Fromm, MSc., Embedded Systems Developer DResearch Digital Media Systems GmbH Otto-Schmirgal-Str. 3, D-10319 Berlin, Germany Amtsgericht: Berlin Charlottenburg, HRB:54412 Tel: +49 (30) 515 932 228 mailto:[email protected] Fax: +49 (30) 515 932 77 http://www.dresearch.de _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
