Advertisement
Guest User

Untitled

a guest
Mar 12th, 2015
221
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. #packages for opencv, but some may not be required, or more may be required...
  2. CORE_IMAGE_EXTRA_INSTALL += "libopencv-core-dev libopencv-highgui-dev libopencv$
  3.  
  4. #for python onboard development support, not required in final release:
  5. CORE_IMAGE_EXTRA_INSTALL += "python-numpy python-opencv"
  6. #for onboard opencv dev
  7. CORE_IMAGE_EXTRA_INSTALL += "cmake"
  8. EXTRA_IMAGE_FEATURES += "tools-sdk"
  9. #for libav
  10. LICENSE_FLAGS_WHITELIST = "commercial"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement