Re: Building gpe for spitz

yan <[email protected]> Mon, 10 Jul 2006 14:47:43 -0700
Newsgroups gmane.comp.handhelds.gpe
Message-ID <[email protected]>
Justin Patrin wrote:
> On 7/10/06, yan <[email protected]> wrote:
>> If anyone has built gpe from source for spitz (Zaurus SL-C3100) could
>> you please post your local.conf file?  I am trying to follow the
>> openzaurus wiki, but there is very little information on how to build an
>> image for a specific platform....
>>
>> I am trying to rebuild hostap to include download support.....
>>
>
> Juts use the sample local.conf and fill in the MACHINE and DISTRO vars
> correctly (as well as the others it tells you to set).
>
Thanks, but when I follow the wiki and set up the local.conf as best as 
I know how, I get a load of errors on running bitbake...

There are basically two errors:

ERROR: name 'oe_filter_out' is not defined while parsing 
org.openembedded.dev/packages/uclibc/uclibc_0.9.28.bb
NOTE: exceptions.NameError:name 'oe_filter_out' is not defined while 
evaluating:
${@oe_filter_out('-I\S+', 
'-isystem/home/yan/stuff/tmp/staging/INVALID-INVALID/include 
-fexpensive-optimizations -fomit-frame-pointer -frename-registers -O2', d)}

and

ERROR: name 'base_set_filespath' is not defined while parsing 
org.openembedded.dev/packages/genext2fs/genext2fs-native_1.3.bb
NOTE: exceptions.NameError:name 'base_set_filespath' is not defined 
while evaluating:
${@base_set_filespath([ 
'/home/yan/stuff/org.openembedded.dev/packages/glibc/glibc-2.2.5', 
'/home/yan/stuff/org.openembedded.dev/packages/glibc/glibc', 
'/home/yan/stuff/org.openembedded.dev/packages/glibc/files', 
'/home/yan/stuff/org.openembedded.dev/packages/glibc' ], d)}

repeated many, many times.  The bitbake command ends with

NOTE: Parsing finished. 3495 cached, 2 parsed, 23 skipped, 0 masked.
ERROR: Nothing provides dependency gpe-image


Clearly, something is hosed in my config.... But what?  Neitehr 
base_set_filespath nor oe_filter_out are mentioned in the local.conf 
file....

--Yan