bitbake problem

View: New views
3 Messages — Rating Filter:   Alert me  

bitbake problem

by jdoutt :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Once upon a time I could get bitbake to work!  Now, however, it fails to run to completion.

It complains about a "parsing error".  It should not even know about the directory "~/from_T30_jad/extracted/home/........

Any ideas about what might be going on?


the GUMSTIX-related output of 'env'  gives:

GUMSTIXBRANCH=/home/jdoutt/gumstix/gumstix-oe/com.gumstix.collection

USERBRANCH=/home/jdoutt/gumstix/gumstix-oe/user.collection

PATH=/home/jdoutt/gumstix/gumstix-oe/bitbake/bin:/home/jdoutt/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
GDM_XSERVER_LOCATION=local
PWD=/home/jdoutt/gumstix/gumstix-oe/user.collection/packages/helloworld
BBPATH=/home/jdoutt/gumstix/gumstix-oe/build:/home/jdoutt/gumstix/gumstix-oe/user.collection:/home/jdoutt/gumstix/gumstix-oe/com.gumstix.collection:/home/jdoutt/gumstix/gumstix-oe/org.openembedded.snapshot
GDMSESSION=default
HISTCONTROL=ignoreboth
GUMSTIXTOP=/home/jdoutt/gumstix/gumstix-oe



the output from 'bitbake' is:

jdoutt@kira:~/gumstix/gumstix-oe/user.collection/packages/helloworld$ bitbake -c rebuild helloworld_1.0.0.bb
NOTE: Psyco JIT Compiler (http://psyco.sf.net) not available. Install it to increase performance.
NOTE: Handling BitBake files: / (4968/4969) [99 %]ERROR: /home/jdoutt/gumstix/gumstix-oe/user.collection/packages/gpregs/xx.bb:64: unparsed line: 'jdoutt@kira:~/from_T30_jad/extracted/home/jdoutt/gumstix/gumstix-oe/com.gumstix.collection/packages/gpio-event$' while parsing /home/jdoutt/gumstix/gumstix-oe/user.collection/packages/gpregs/xx.bb

NOTE: Parsing finished. 4732 cached, 0 parsed, 236 skipped, 0 masked.
ERROR: Parsing errors found, exiting...
jdoutt@kira:~/gumstix/gumstix-oe/user.collection/packages/helloworld$



Re: bitbake problem

by jdoutt :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

OK, found a bad line in

'/home/jdoutt/gumstix/gumstix-oe/user.collection/packages/gpregs/xx.bb'

But why was bitbake even looking in that file  .... I was asking it to do helloworld
     bitbake -c rebuild helloworld_1.0.0.bb

I corrected that error ..... now get a different one:

.............
NOTE: build 200907021516: started

OE Build Configuration:
BB_VERSION     = "1.8.10"
OE_REVISION    = "<unknown>"
TARGET_ARCH    = "arm"
TARGET_OS      = "linux-gnueabi"
MACHINE        = "gumstix-custom-verdex"
DISTRO         = "angstrom"
DISTRO_VERSION = "2007.9-test-20090702"
TARGET_FPU     = "soft"

ERROR: Nothing PROVIDES 'helloworld_1.0.0.bb' (but '[]' DEPENDS on or otherwise requires it)




Once upon a time I could get bitbake to work!  Now, however, it fails to run to completion.
..............


Re: bitbake problem

by jdoutt :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Got it ........

need to do:        "bitbake -c rebuild helloworld"

NOT:                 "bitbake -c rebuild   helloworld_1.0.0.bb"