Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- genius@14780884ff62:/tmp/yocto-autobuilder/poky⟫ git co jethro
- Branch jethro set up to track remote branch jethro from origin.
- Switched to a new branch 'jethro'
- genius@14780884ff62:/tmp/yocto-autobuilder/poky⟫ source oe-init-build-env test
- You had no conf/local.conf file. This configuration file has therefore been
- created for you with some default values. You may wish to edit it to use a
- different MACHINE (target hardware) or enable parallel build options to take
- advantage of multiple cores for example. See the file for more information as
- common configuration options are commented.
- You had no conf/bblayers.conf file. The configuration file has been created for
- you with some default values. To add additional metadata layers into your
- configuration please add entries to this file.
- The Yocto Project has extensive documentation about OE including a reference
- manual which can be found at:
- http://yoctoproject.org/documentation
- For more information about OpenEmbedded see their website:
- http://www.openembedded.org/
- ### Shell environment set up for builds. ###
- You can now run 'bitbake <target>'
- Common targets are:
- core-image-minimal
- core-image-sato
- meta-toolchain
- adt-installer
- meta-ide-support
- You can also run generated qemu images with a command like 'runqemu qemux86'
- genius@14780884ff62:/tmp/yocto-autobuilder/poky/test⟫ ~/test/bb/bin/bb show CC
- Traceback (most recent call last):
- File "/home/genius/test/bb/libexec/bb-show", line 8, in <module>
- import bbcmd
- File "/home/genius/test/bb/libexec/bbcmd.py", line 18, in <module>
- import bb.cache
- File "/tmp/yocto-autobuilder/poky/bitbake/bin/../lib/bb/__init__.py", line 75, in <module>
- import bb.msg
- File "/tmp/yocto-autobuilder/poky/bitbake/bin/../lib/bb/msg.py", line 32, in <module>
- import bb.event
- File "/tmp/yocto-autobuilder/poky/bitbake/bin/../lib/bb/event.py", line 34, in <module>
- import bb.utils
- File "/tmp/yocto-autobuilder/poky/bitbake/bin/../lib/bb/utils.py", line 36, in <module>
- from commands import getstatusoutput
- ImportError: No module named 'commands'
- 1 genius@14780884ff62:/tmp/yocto-autobuilder/poky/test⟫
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement