Advertisement
el3

build

el3
Feb 14th, 2015
237
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.25 KB | None | 0 0
  1. el3@el3-MS-7758:~/yocto/poky/firstBuild$ bitbake core-image-minimal
  2. bitbake: command not found
  3. el3@el3-MS-7758:~/yocto/poky/firstBuild$ ls
  4. conf
  5. el3@el3-MS-7758:~/yocto/poky/firstBuild$ cd ..
  6. el3@el3-MS-7758:~/yocto/poky$ source oe-init-build-env nextBuild
  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 use a
  9. different MACHINE (target hardware) or enable parallel build options to take
  10. advantage of multiple cores for example. See the file for more information as
  11. common configuration options are commented.
  12.  
  13. The Yocto Project has extensive documentation about OE including a reference manual
  14. which can be found at:
  15. http://yoctoproject.org/documentation
  16.  
  17. For more information about OpenEmbedded see their website:
  18. http://www.openembedded.org/
  19.  
  20. You had no conf/bblayers.conf file. The configuration file has been created for
  21. you with some default values. To add additional metadata layers into your
  22. configuration please add entries to this file.
  23.  
  24. The Yocto Project has extensive documentation about OE including a reference manual
  25. which can be found at:
  26. http://yoctoproject.org/documentation
  27.  
  28. For more information about OpenEmbedded see their website:
  29. http://www.openembedded.org/
  30.  
  31.  
  32.  
  33. ### Shell environment set up for builds. ###
  34.  
  35. You can now run 'bitbake <target>'
  36.  
  37. Common targets are:
  38. core-image-minimal
  39. core-image-sato
  40. meta-toolchain
  41. adt-installer
  42. meta-ide-support
  43.  
  44. You can also run generated qemu images with a command like 'runqemu qemux86'
  45. el3@el3-MS-7758:~/yocto/poky/nextBuild$ cp ../firstBuild/conf/local.conf conf/local.conf
  46. el3@el3-MS-7758:~/yocto/poky/nextBuild$
  47. el3@el3-MS-7758:~/yocto/poky/nextBuild$
  48. el3@el3-MS-7758:~/yocto/poky/nextBuild$ bitbake core-image-minimal
  49. ERROR: OE-core's config sanity checker detected a potential misconfiguration.
  50. Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
  51. Following is the list of potential problems / advisories:
  52.  
  53. Please set a valid MACHINE in your local.conf or environment
  54.  
  55.  
  56. Summary: There was 1 ERROR message shown, returning a non-zero exit code.
  57. el3@el3-MS-7758:~/yocto/poky/nextBuild$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement