Hi,
I am trying to set up bitbake to do some oz developement. I think I have followed the instructions on the OpenEmbedded "Getting Started" Wiki. When I try "bitbake nano" all I get is lots of complaints about:
quote
NOTE: exceptions.SyntaxError:EOL while scanning single-quoted string (line 1) while evaluating:
unquote
(there is more of the output at the end of the post if it helps.)
I have tried org.openembedded.dev and org.openembedded.oz354fam083.
I have tried bitbake -rHead, -r394 and the bitbake tarball at ewi546.ewi.utwente.nl. Using earlier versins of bitbake just gives me complaints about sanity.conf file.
I have hunted around and seen others struggle with this, not found a solution that works. Any help appreciated.
Cheers,
Colin
colin@dredd:~/zaurus/openembedded/build$ bitbake nano
NOTE: Psyco JIT Compiler (
http://psyco.sf.net) not available. Install it to increase performance.
NOTE: Using cache in '/home/colin/zaurus/openembedded/build/tmp/cache'
NOTE: Handling BitBake files: / (0002/2903) [ 0 %]NOTE: exceptions.SyntaxError:EOL while scanning single-quoted string (line 1) while evaluating:
${@base_set_filespath([ "/home/colin/zaurus/openembedded/org.openembedded.oz354fam083/packages/bl/bl-0.0cvs${CVSDATE}-r0", "/home/colin/zaurus/openembedded/org.openembedded.oz354fam083/packages/bl/bl-0.0cvs${CVSDATE}", "/home/colin/zaurus/openembedded/org.openembedded.oz354fam083/packages/bl/bl", "/home/colin/zaurus/openembedded/org.openembedded.oz354fam083/packages/bl/files", "/home/colin/zaurus/openembedded/org.openembedded.oz354fam083/packages/bl" ], d)}
NOTE: exceptions.SyntaxError:EOL while scanning single-quoted string (line 1) while evaluating:
${@bb.which(bb.data.getVar('FILESPATH', d, 1), '.')}
NOTE: exceptions.SyntaxError:EOL while scanning single-quoted string (line 1) while evaluating:
${FILESDIR}/manifest
.
.
.