Advertisement
RobertBerger

bb-jethro-latest

Oct 11th, 2016
230
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.17 KB | None | 0 0
  1. genius@14780884ff62:/tmp/yocto-autobuilder/poky⟫ git co jethro
  2. Branch jethro set up to track remote branch jethro from origin.
  3. Switched to a new branch 'jethro'
  4. genius@14780884ff62:/tmp/yocto-autobuilder/poky⟫ source oe-init-build-env test
  5. You had no conf/local.conf file. This configuration file has therefore been
  6. created for you with some default values. You may wish to edit it to use a
  7. different MACHINE (target hardware) or enable parallel build options to take
  8. advantage of multiple cores for example. See the file for more information as
  9. common configuration options are commented.
  10.  
  11. You had no conf/bblayers.conf file. The configuration file has been created for
  12. you with some default values. To add additional metadata layers into your
  13. configuration please add entries to this file.
  14.  
  15. The Yocto Project has extensive documentation about OE including a reference
  16. manual which can be found at:
  17. http://yoctoproject.org/documentation
  18.  
  19. For more information about OpenEmbedded see their website:
  20. http://www.openembedded.org/
  21.  
  22.  
  23. ### Shell environment set up for builds. ###
  24.  
  25. You can now run 'bitbake <target>'
  26.  
  27. Common targets are:
  28. core-image-minimal
  29. core-image-sato
  30. meta-toolchain
  31. adt-installer
  32. meta-ide-support
  33.  
  34. You can also run generated qemu images with a command like 'runqemu qemux86'
  35. genius@14780884ff62:/tmp/yocto-autobuilder/poky/test⟫ ~/test/bb/bin/bb show CC
  36. Traceback (most recent call last):
  37. File "/home/genius/test/bb/libexec/bb-show", line 8, in <module>
  38. import bbcmd
  39. File "/home/genius/test/bb/libexec/bbcmd.py", line 18, in <module>
  40. import bb.cache
  41. File "/tmp/yocto-autobuilder/poky/bitbake/bin/../lib/bb/__init__.py", line 75, in <module>
  42. import bb.msg
  43. File "/tmp/yocto-autobuilder/poky/bitbake/bin/../lib/bb/msg.py", line 32, in <module>
  44. import bb.event
  45. File "/tmp/yocto-autobuilder/poky/bitbake/bin/../lib/bb/event.py", line 34, in <module>
  46. import bb.utils
  47. File "/tmp/yocto-autobuilder/poky/bitbake/bin/../lib/bb/utils.py", line 36, in <module>
  48. from commands import getstatusoutput
  49. ImportError: No module named 'commands'
  50. 1 genius@14780884ff62:/tmp/yocto-autobuilder/poky/test⟫
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement