Advertisement
RobertBerger

bb-poky-latest

Oct 11th, 2016
258
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.53 KB | None | 0 0
  1. genius@14780884ff62:/tmp/yocto-autobuilder⟫ git clone http://git.yoctoproject.org/cgit/cgit.cgi/poky/
  2. Cloning into 'poky'...
  3.  
  4. Checking connectivity... done.
  5. genius@14780884ff62:/tmp/yocto-autobuilder⟫ cd poky
  6. genius@14780884ff62:/tmp/yocto-autobuilder/poky⟫ source oe-init-build-env test
  7. You had no conf/local.conf file. This configuration file has therefore been
  8. created for you with some default values. You may wish to edit it to, for
  9. example, select a different MACHINE (target hardware). See conf/local.conf
  10. for more information as common configuration options are commented.
  11.  
  12. You had no conf/bblayers.conf file. This configuration file has therefore been
  13. created for you with some default values. To add additional metadata layers
  14. into your configuration please add entries to conf/bblayers.conf.
  15.  
  16. The Yocto Project has extensive documentation about OE including a reference
  17. manual which can be found at:
  18. http://yoctoproject.org/documentation
  19.  
  20. For more information about OpenEmbedded see their website:
  21. http://www.openembedded.org/
  22.  
  23.  
  24. ### Shell environment set up for builds. ###
  25.  
  26. You can now run 'bitbake <target>'
  27.  
  28. Common targets are:
  29. core-image-minimal
  30. core-image-sato
  31. meta-toolchain
  32. meta-ide-support
  33.  
  34. You can also run generated qemu images with a command like 'runqemu qemux86'
  35.  
  36. ~/test/bb/bin/bb show CC
  37. # CC=${CCACHE}${HOST_PREFIX}gcc ${HOST_CC_ARCH}${TOOLCHAIN_OPTIONS}
  38. export CC="i586-poky-linux-gcc -m32 -march=i586 --sysroot=/tmp/yocto-autobuilder/poky/test/tmp/sysroots/qemux86"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement