Re: [yocto] ExpansionError during parsing

2014-09-09 Thread Nemicolopterus Crypticus
Ah I see - that makes sense, thank you. I found this: http://www.yoctoproject.org/docs/1.6/bitbake-user-manual/bitbake-user-manual.html#functions But I'm not sure how to tell whether a given do_task function is a shell function or a python function. Is there a way to find that out? Also thanks

Re: [yocto] ExpansionError during parsing

2014-09-09 Thread Burton, Ross
On 9 September 2014 16:19, Nemicolopterus Crypticus ncrypti...@gmail.com wrote: Ah I see - that makes sense, thank you. I found this: http://www.yoctoproject.org/docs/1.6/bitbake-user-manual/bitbake-user-manual.html#functions But I'm not sure how to tell whether a given do_task function is a

[yocto] ExpansionError during parsing

2014-09-08 Thread Nemicolopterus Crypticus
I can't seem to get simple bash code to parse properly in my recipes. I have something like this: do_install_prepend(){ bb.build.exec_func('do_change_dir', d) } do_change_dir(){ cd a directory } I get this when I try bitbake -c clean -f project: NOTE: Error during finalise of

[yocto] ExpansionError during parsing busybox 1.21.1 name 'find_cfgs' is not defined

2014-06-18 Thread Colin Wernham
I'm getting the following intermittent error when I run a bitbake recipe to build an entire filesystem (after removing all temporary files, sstate cache etc): ERROR: ExpansionError during parsing /home/cwernham/git/TiTarget/sources/oe-core/meta/recipes-core/busybox/busybox_1.21.1.bb: Failure