All of lore.kernel.org
 help / color / mirror / Atom feed
* Bug in Open CV receipt
@ 2015-07-21 14:57 Victor Rodriguez
  2015-07-21 20:49 ` Leonardo Sandoval
  2015-07-22 12:35 ` [oe] " Otavio Salvador
  0 siblings, 2 replies; 13+ messages in thread
From: Victor Rodriguez @ 2015-07-21 14:57 UTC (permalink / raw)
  To: yocto@yoctoproject.org, openembedded-devel

Hi team

Few weeks ago I was having some problems with open CV receipt. In the
begining I toght I was adding opencv tro my core-image-minimal-xfce
just with this:

IMAGE_INSTALL_append = " gcc gcc-dev openssh php mariadb opencv"

Now after booting the image I realize that none of the libraries for
open stack were added to my image

What I had to do was the following:


IMAGE_INSTALL_append = " libopencv-core-dev libopencv-highgui-dev
libopencv-imgproc-dev libopencv-objdetect-dev libopencv-ml-dev
opencv-staticdev python-opencv"

Even last night when one of the opencv developers ask me for python
opencv I had to add the last part python-opencv. That is not cool at
all . If I add opencv in the beginning I assume we are more than cool
with that and yocto will add all the packages . Unless I am doing
something wrong, in taht case I am more than happy to get the
feedback.

Thanks a lot for all the help . If someone else can reproduce this bug
I am more than happy to report it in bugzila (not sure the URL)

Hope it helps to cut the time of some others

Best regards

Victor Rodriguez


^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2015-08-10 15:12 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-07-21 14:57 Bug in Open CV receipt Victor Rodriguez
2015-07-21 20:49 ` Leonardo Sandoval
2015-07-21 20:50   ` [yocto] " Victor Rodriguez
2015-07-21 20:50     ` Victor Rodriguez
2015-07-21 21:03     ` [yocto] " Gary Thomas
2015-07-21 21:03       ` Gary Thomas
2015-07-22 12:35 ` [oe] " Otavio Salvador
2015-07-23 15:05   ` [yocto] " Victor Rodriguez
2015-07-23 15:05     ` [oe] " Victor Rodriguez
2015-07-23 16:30     ` [yocto] " Otavio Salvador
2015-07-23 16:30       ` [oe] " Otavio Salvador
2015-08-10 15:12       ` [yocto] " Victor Rodriguez
2015-08-10 15:12         ` [oe] " Victor Rodriguez

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.