I am having trouble getting the handhelds-pxa kernels to build. I brought in the bb files from the familiar git tree to dev and tried a 'bitbake handhelds-pxa'.
It failed with: ERROR: function do_patchcleancmd failed ERROR: log data follows (/export/home/build/handhelds/oe/dev-build-h3900/tmp/work/handhelds-pxa-2.4.19-rmk6-pxa1-hh41.1-r2/temp/log.do_patchcleancmd.689) | /export/home/build/handhelds/oe/dev-build-h3900/tmp/work/handhelds-pxa-2.4.19-rmk6-pxa1-hh41.1-r2/temp/run.do_patchcleancmd.689: line 475: syntax error near unexpected token `'INHIBIT_PACKAGE_STRIP',' NOTE: Task failed: /export/home/build/handhelds/oe/dev-build-h3900/tmp/work/handhelds-pxa-2.4.19-rmk6-pxa1-hh41.1-r2/temp/log.do_patchcleancmd.689 NOTE: package handhelds-pxa-2.4.19-rmk6-pxa1-hh41.1-r2: task do_patch: failed ERROR: TaskFailed event exception, aborting NOTE: package handhelds-pxa-2.4.19-rmk6-pxa1-hh41.1: failed ERROR: Build of handhelds-pxa failed As far as I can tell the problem is that the function do_package_append() from module_strip.bbclass is being inserted into do_patchcleancmd but do_patchcleancmd is executing as a bourne/bash shell while that function is a python function. Shouldn't that function come a little later? bitbake is working on the patching stage at this point. Any help is appreciated. I am using the org.openembedded.dev branch pulled this morning 9AM PST. I am using bitbake 1.4.3. Thanks E -- Erik Hovland mail: erik AT hovland DOT org web: http://hovland.org/ PGP/GPG public key available on request _______________________________________________ Oe mailing list [email protected] https://www.handhelds.org/mailman/listinfo/oe
