Advertisement
Guest User

Untitled

a guest
Jan 30th, 2015
326
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.44 KB | None | 0 0
  1. dalton@dalton-SVF14212SNW:~/poky$ !so
  2. source oe-init-build-env
  3.  
  4. ### Shell environment set up for builds. ###
  5.  
  6. You can now run 'bitbake <target>'
  7.  
  8. Common targets are:
  9. core-image-minimal
  10. core-image-sato
  11. meta-toolchain
  12. adt-installer
  13. meta-ide-support
  14.  
  15. You can also run generated qemu images with a command like 'runqemu qemux86'
  16. dalton@dalton-SVF14212SNW:~/poky/build$ !bi
  17. bitbake -k core-image-sato
  18. Parsing recipes: 100% |#########################################| Time: 00:02:15
  19. Parsing of 1465 .bb files complete (0 cached, 1465 parsed). 1929 targets, 61 skipped, 0 masked, 0 errors.
  20. NOTE: Resolving any missing task queue dependencies
  21. NOTE: multiple providers are available for jpeg (jpeg, libjpeg-turbo)
  22. NOTE: consider defining a PREFERRED_PROVIDER entry to match jpeg
  23. ERROR: Nothing PROVIDES 'libav' (but /home/dalton/poky/meta-openembedded/meta-oe/recipes-support/opencv/opencv_2.4.bb DEPENDS on or otherwise requires it)
  24. ERROR: libav was skipped: because it has a restricted license not whitelisted in LICENSE_FLAGS_WHITELIST
  25. ERROR: libav was skipped: because it has a restricted license not whitelisted in LICENSE_FLAGS_WHITELIST
  26. NOTE: Runtime target 'libopencv-core-dev' is unbuildable, removing...
  27. Missing or unbuildable dependency chain was: ['libopencv-core-dev', 'libav']
  28. NOTE: Runtime target 'libopencv-highgui-dev' is unbuildable, removing...
  29. Missing or unbuildable dependency chain was: ['libopencv-highgui-dev', 'libav']
  30. NOTE: Runtime target 'libopencv-imgproc-dev' is unbuildable, removing...
  31. Missing or unbuildable dependency chain was: ['libopencv-imgproc-dev', 'libav']
  32. NOTE: Runtime target 'libopencv-objdetect-dev' is unbuildable, removing...
  33. Missing or unbuildable dependency chain was: ['libopencv-objdetect-dev', 'libav']
  34. NOTE: Runtime target 'libopencv-ml-dev' is unbuildable, removing...
  35. Missing or unbuildable dependency chain was: ['libopencv-ml-dev', 'libav']
  36. ERROR: Nothing RPROVIDES 'opencv-dev' (but /home/dalton/poky/meta-openembedded/meta-oe/recipes-support/opencv/opencv_2.4.bb RDEPENDS on or otherwise requires it)
  37. ERROR: No eligible RPROVIDERs exist for 'opencv-dev'
  38. NOTE: Runtime target 'opencv-dev' is unbuildable, removing...
  39. Missing or unbuildable dependency chain was: ['opencv-dev']
  40. ERROR: Nothing RPROVIDES 'opencv' (but /home/dalton/poky/meta-openembedded/meta-oe/recipes-support/opencv/opencv_2.4.bb RDEPENDS on or otherwise requires it)
  41. ERROR: No eligible RPROVIDERs exist for 'opencv'
  42. NOTE: Runtime target 'opencv' is unbuildable, removing...
  43. Missing or unbuildable dependency chain was: ['opencv']
  44. NOTE: multiple providers are available for jpeg-native (jpeg-native, libjpeg-turbo-native)
  45. NOTE: consider defining a PREFERRED_PROVIDER entry to match jpeg-native
  46.  
  47. Build Configuration:
  48. BB_VERSION = "1.24.0"
  49. BUILD_SYS = "x86_64-linux"
  50. NATIVELSBSTRING = "Ubuntu-14.04"
  51. TARGET_SYS = "i586-poky-linux"
  52. MACHINE = "qemux86"
  53. DISTRO = "poky"
  54. DISTRO_VERSION = "1.7.1"
  55. TUNE_FEATURES = "m32 i586"
  56. TARGET_FPU = ""
  57. meta
  58. meta-yocto
  59. meta-yocto-bsp = "dizzy:9fc095a439c36014c73b3a8f240afba09fe0e4d7"
  60. meta-oe = "master:9c926ef2d463e643fb0dc87f6535a12e35d039ab"
  61.  
  62. NOTE: Preparing runqueue
  63. ERROR: All buildable tasks have been run but the build is incomplete (--continue mode). Errors for the tasks that failed will have been printed above.
  64.  
  65. Summary: There were 4 ERROR messages shown, returning a non-zero exit code.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement