Hello,
I followed instructions on
http://www.angstrom-distribution.org/building-angstrom
And got stuck with following problem:
$ bitbake angstrom-minimal-image 2>&1 | less
ERROR: Error in executing:
ERROR: Exception:exceptions.UnboundLocalError Message:local variable 'bb' refere
nced before assignment
ERROR: Printing the environment of the function
ERROR: 0001:def __anonfunc():
ERROR: 0002: import exceptions
ERROR: 0003: need_host = bb.data.getVar('COMPATIBLE_HOST', d, 1)
ERROR: 0004: if need_host:
ERROR: 0005: import re
ERROR: 0006: this_host = bb.data.getVar('HOST_SYS', d, 1)
ERROR: 0007: if not re.match(need_host, this_host):
ERROR: local variable 'bb' referenced before assignment while parsing /OE/org.op
enembedded.dev/packages/r/r-native_2.0.0.bb
On debian unstable the packages are:
$ dpkg -l | grep bitbake
ii bitbake 1.8.2-1
$ dpkg -l | grep python | cut -c -50
ii python 2.4.4-6
ii python-central 0.5.14
ii python-minimal 2.4.4-6
ii python-psyco 1.5.1-3
ii python-support 0.6.4
ii python2.4 2.4.4-4
ii python2.4-minimal 2.4.4-4
I have tried bitbake 1.8.2 tar.gz, that I have downloaded from
Berlios website, with the same result.
What is the problem?
--
Arieh
_______________________________________________
Bitbake-dev mailing list
[email protected]
https://lists.berlios.de/mailman/listinfo/bitbake-dev