Advertisement
Guest User

Untitled

a guest
Oct 17th, 2011
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.00 KB | None | 0 0
  1. Using /home/chris/.oe/environment-oecore to setup needed variables. It is recommended to do '. /home/chris/.oe/environment-oecore' and run 'bitbake something' without using ./oebb.sh as wrapper
  2. Executing: MACHINE=beagleboard bitbake virtual/kernel
  3. Pseudo is not present but is required, building this first before the main build
  4. Traceback (most recent call last):
  5. File "/home/chris/angst/sources/bitbake/bin/bitbake", line 234, in <module>
  6. ret = main()
  7. File "/home/chris/angst/sources/bitbake/bin/bitbake", line 197, in main
  8. server = ProcessServer(server_channel, event_queue, configuration)
  9. File "/home/chris/angst/sources/bitbake/lib/bb/server/process.py", line 81, in __init__
  10. self.cooker = BBCooker(configuration, self.register_idle_function)
  11. File "/home/chris/angst/sources/bitbake/lib/bb/cooker.py", line 77, in __init__
  12. self.parseConfigurationFiles(self.configuration.file)
  13. File "/home/chris/angst/sources/bitbake/lib/bb/cooker.py", line 529, in parseConfigurationFiles
  14. data = _parse(os.path.join("conf", "bitbake.conf"), data)
  15. AttributeError: 'module' object has no attribute 'contains'
  16. ERROR: Error evaluating 'linux${LIBCEXTENSION}eabi:${TRANSLATED_TARGET_ARCH}:build-linux:pn-angstrom:beagleboard:angstrom-2010.x:forcevariable${@bb.utils.contains("TUNE_FEATURES", "thumb", ":thumb", "", d)}${@bb.utils.contains("TUNE_FEATURES", "no-thumb-interwork", ":thumb-interwork", "", d)}'
  17. Traceback (most recent call last):
  18. File "/home/chris/angst/sources/bitbake/lib/bb/data_smart.py", line 117, in expandWithRefs
  19. s = __expand_python_regexp__.sub(varparse.python_sub, s)
  20. File "/home/chris/angst/sources/bitbake/lib/bb/data_smart.py", line 76, in python_sub
  21. value = utils.better_eval(codeobj, DataContext(self.d))
  22. File "/home/chris/angst/sources/bitbake/lib/bb/utils.py", line 387, in better_eval
  23. return eval(source, _context, locals)
  24. File "OVERRIDES", line 1, in <module>
  25. AttributeError: 'module' object has no attribute 'contains'
  26.  
  27. chris@chris-ubuntu:~/setup-scripts$
  28.  
  29.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement