I had the same problem. I fixed it by adding
IMAGE_INSTALL += "opencv libopencv"
instead of just
IMAGE_INSTALL += "opencv"
I am away from my build machine right now, when I get a chance, I will check and see if I changed any other settings,etc.
I had the same problem. I fixed it by adding
IMAGE_INSTALL += "opencv libopencv"
instead of just
IMAGE_INSTALL += "opencv"
I am away from my build machine right now, when I get a chance, I will check and see if I changed any other settings,etc.