[yocto] Cannot compile opencv with cmake.

2015-03-12 Thread Dalton Fury
Hey, I am trying to compile a c++ program which uses opencv on pokey. These are the packages I have installed. CORE_IMAGE_EXTRA_INSTALL += "cmake" EXTRA_IMAGE_FEATURES += "tools-sdk" When I run cmake,, I get this error. http://pastebin.com/WifpRYXV I followed the instructions given in this post:

Re: [yocto] Cannot compile opencv with cmake.

2015-03-12 Thread Dalton Fury
Hey, these are the packages that I included in the build for opencv support: CORE_IMAGE_EXTRA_INSTALL += "libopencv-core-dev libopencv-highgui-dev libopencv-imgproc-dev libopencv-objdetect-dev libopencv-ml-dev" On Fri, Mar 13, 2015 at 12:25 AM, Dalton Fury wrote: > Hey, > I am t

[yocto] How to flash core-image-sato to a Nvidia Jetson TK1?

2015-08-03 Thread Dalton Fury
Hi, I am a hobbyist, and liked yocto very much since I used in on an old Pandaboard ES. Now I got my hands on a Nvidia Jetson TK1, and want to get a yocto running on it. I intend to use it for heavy image processing and I prefer not to do it with the Ubuntu which comes with it loaded with GUI and

Re: [yocto] How to flash core-image-sato to a Nvidia Jetson TK1?

2015-08-06 Thread Dalton Fury
see if I an use the gpu with opencv. But can't, and get 0 when I call gpu::getCudaEnabledDeviceCount(). This clearly indiacates that cuda is not installed. So how do I install CUDA? On Thu, Aug 6, 2015 at 9:29 AM, Khem Raj wrote: > > On Aug 3, 2015, at 11:15 AM, Dalton Fury wrote: &g

[yocto] Compiling OpenCV with CUDA support.

2016-02-13 Thread Dalton Fury
I have been trying to compile OpenCV 3.0 with CUDA support on a NVidia Jetson TK1 (which supports CUDA). According to the OpenCV docs: "To enable CUDA support, configure OpenCV using CMake with WITH_CUDA=ON . When the flag is set and if CUDA is installed, the full-featured OpenCV CUDA module is bu

[yocto] Yocto + Cuda + MOOS on NVidia Jetson TK1

2016-02-13 Thread Dalton Fury
I am going to make a yocto build and then install cuda and moos on the jetson. At the time of writing of this, kraj's bsp on github is ahead of cubicool's. Since it did not mention any particular distro, I am going ahead with YP Core - j ethro 2

[yocto] do_populate_staging does not copy everything.

2016-02-13 Thread Dalton Fury
I have written a recipe for a package A which is a build dependency for another package B. But the package B (which uses cmake) does not find A. According to the docs, "do_configure task for recipe "a" depends on the do_populate_sysroot task of recipe "b". This means anything that recipe "b" puts