[oe] Getting started with OE

Will Newton will.newton at gmail.com
Tue Apr 1 10:48:30 UTC 2008


Hi,

I'm trying to follow the getting started guide on the OE wiki, and
I've run into a few problems.

I'm using the OE tree from Holger's git mirror because monotone is
having problems updating the tree for me (slow speed and eventual
connection drop).

I can get as far as the "bitbake nano" step. First I get this error:

ERROR: 'module' object has no attribute 'get_srcrev' while parsing
/home/wnewton/src/oe/org.openembedded.dev/packages/packagekit/packagekit_git.bb

It doesn't seem to be fatal though as the build continues.

Then I get this:

NOTE: Preparing Runqueue
Traceback (most recent call last):
  File "/usr/bin/bitbake", line 117, in <module>
    main()
  File "/usr/bin/bitbake", line 113, in main
    cooker.cook()
  File "/var/lib/python-support/python2.5/bb/cooker.py", line 525, in cook
    return self.buildTargets(pkgs_to_build)
  File "/var/lib/python-support/python2.5/bb/cooker.py", line 437, in
buildTargets
    rq.prepare_runqueue()
  File "/var/lib/python-support/python2.5/bb/runqueue.py", line 258,
in prepare_runqueue
    mark_active(listid, 1)
  File "/var/lib/python-support/python2.5/bb/runqueue.py", line 234,
in mark_active
    mark_active(depend, depth+1)
  File "/var/lib/python-support/python2.5/bb/runqueue.py", line 234,
in mark_active
    mark_active(depend, depth+1)
  File "/var/lib/python-support/python2.5/bb/runqueue.py", line 234,
in mark_active
    mark_active(depend, depth+1)
  File "/var/lib/python-support/python2.5/bb/runqueue.py", line 227,
in mark_active
    if runq_build[listid] == 1:
IndexError: list index out of range

I suspect using the git mirror is probably not supported, but I was
wondering if anyone could help me debug this?

Thanks,




More information about the Openembedded-devel mailing list