Re: bitbake problem
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.
..............