[oe] [PATCH v2] [meta-oe] opencv: Add OpenCV 3.0

2015-06-09 Thread Ricardo Ribalda Delgado
-Support for new PACKAGECONFIGS -Merge with opencv-samples Since it is not backward compatible with 2.x and cannot be installed in parallel it has a DEFAULT_PREFERENCE of -1. Signed-off-by: Ricardo Ribalda Delgado ricardo.riba...@gmail.com --- meta-oe/recipes-support/opencv/opencv_3.0.bb | 127

Re: [oe] [OE-core] [PATCH v2] [meta-oe] opencv: Add OpenCV 3.0

2015-06-16 Thread Ricardo Ribalda Delgado
Hello Khem Unfortunately It uses the same header file names :( Regards! On Sun, Jun 14, 2015 at 5:42 PM, Khem Raj raj.k...@gmail.com wrote: On Tue, Jun 9, 2015 at 10:07 AM, Ricardo Ribalda Delgado ricardo.riba...@gmail.com wrote: -Support for new PACKAGECONFIGS -Merge with opencv-samples

Re: [oe] [OE-core] [PATCH] Opencv: Add OpenCV 3.0

2015-08-19 Thread Ricardo Ribalda Delgado
You are right :) I repack and send On Wed, Aug 19, 2015 at 4:00 PM, Nathan Lynch nathan_ly...@mentor.com wrote: On 08/19/2015 07:18 AM, Ricardo Ribalda Delgado wrote: --- /dev/null +++ b/meta-oe/recipes-support/opencv/opencv_3.0.bb @@ -0,0 +1,128 @@ +SUMMARY = Opencv : The Open Computer

Re: [oe] [PATCH v2] [meta-oe] opencv: Add OpenCV 3.0

2015-08-19 Thread Ricardo Ribalda Delgado
+0200, Ricardo Ribalda Delgado wrote: -Support for new PACKAGECONFIGS -Merge with opencv-samples Since it is not backward compatible with 2.x and cannot be installed in parallel it has a DEFAULT_PREFERENCE of -1. Signed-off-by: Ricardo Ribalda Delgado ricardo.riba...@gmail.com --- meta-oe

[oe] [PATCH] Opencv: Add OpenCV 3.0

2015-08-19 Thread Ricardo Ribalda Delgado
-Support for new PACKAGECONFIGS -Merge with opencv-samples Since it is not backward compatible with 2.x and cannot be installed in parallel it has a DEFAULT_PREFERENCE of -1. Signed-off-by: Ricardo Ribalda Delgado ricardo.riba...@gmail.com --- v3: Changes requested by Martin Jansa martin.ja

[oe] [PATCH v4] Opencv: Add OpenCV 3.0

2015-08-19 Thread Ricardo Ribalda Delgado
-Support for new PACKAGECONFIGS -Merge with opencv-samples Since it is not backward compatible with 2.x and cannot be installed in parallel it has a DEFAULT_PREFERENCE of -1. Signed-off-by: Ricardo Ribalda Delgado ricardo.riba...@gmail.com --- v4: Fix suggested by Nathan Lynch nathan_ly

[oe] [meta-oe][PATCH v5] Opencv: Add OpenCV 3.0

2015-08-19 Thread Ricardo Ribalda Delgado
-Support for new PACKAGECONFIGS -Merge with opencv-samples Since it is not backward compatible with 2.x and cannot be installed in parallel it has a DEFAULT_PREFERENCE of -1. Signed-off-by: Ricardo Ribalda Delgado ricardo.riba...@gmail.com --- v5: Fix suggested by Paul Eggleton paul.eggle

[oe] [meta-oe][PATCH] opencv_2.4: Update HOMEPAGE

2015-08-19 Thread Ricardo Ribalda Delgado
... failed: Connection timed out. Retrying. Signed-off-by: Ricardo Ribalda Delgado ricardo.riba...@gmail.com --- meta-oe/recipes-support/opencv/opencv_2.4.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-oe/recipes-support/opencv/opencv_2.4.bb b/meta-oe/recipes-support

[oe] [meta-oe][PATCH 1/2] opencv_2.4: Update LICENSE

2015-08-19 Thread Ricardo Ribalda Delgado
LICENSE file at the root of the opencv repo says: License Agreement For Open Source Computer Vision Library (3-clause BSD License) Credits-to: Paul Eggleton paul.eggle...@linux.intel.com Signed-off-by: Ricardo Ribalda Delgado ricardo.riba...@gmail.com --- meta-oe/recipes-support/opencv

[oe] [meta-oe][PATCH 2/2] opencv_2.4: Remove unused INSANE_SKIP line

2015-08-19 Thread Ricardo Ribalda Delgado
Credits-to: Paul Eggleton paul.eggle...@linux.intel.com Signed-off-by: Ricardo Ribalda Delgado ricardo.riba...@gmail.com --- meta-oe/recipes-support/opencv/opencv_2.4.bb | 1 - 1 file changed, 1 deletion(-) diff --git a/meta-oe/recipes-support/opencv/opencv_2.4.bb b/meta-oe/recipes-support

[oe] [meta-oe][PATCH v6] Opencv: Add OpenCV 3.0

2015-08-20 Thread Ricardo Ribalda Delgado
-Support for new PACKAGECONFIGS -Merge with opencv-samples Since it is not backward compatible with 2.x and cannot be installed in parallel it has a DEFAULT_PREFERENCE of -1. Signed-off-by: Ricardo Ribalda Delgado ricardo.riba...@gmail.com --- v6: Changes proposed by Otavio Salvador otavio.salva

[oe] [meta-oe][PATCH v2] gerbil: Visualization and analysis tool for hyperspectral images

2015-10-22 Thread Ricardo Ribalda Delgado
New recipe Signed-off-by: Ricardo Ribalda Delgado <ricardo.riba...@gmail.com> --- v2: v1 failed to link, it was missing the glu library. I have not been able to replicate the build error :S But after some static analysis it seems that: glu should have been automatically added with the

[oe] [meta-oe][PATCH v3] gerbil: Visualization and analysis tool for hyperspectral images

2015-10-27 Thread Ricardo Ribalda Delgado
New recipe Signed-off-by: Ricardo Ribalda Delgado <ricardo.riba...@gmail.com> --- v3: So I think we have got into the root of why it failed. There was a capitalization error on the cmake file. I have posted the change to upstream and they have merged it (btw extremely fast, thanks

Re: [oe] [meta-oe][PATCH v2] gerbil: Visualization and analysis tool for hyperspectral images

2015-11-02 Thread Ricardo Ribalda Delgado
2015 at 3:03 PM, Martin Jansa <martin.ja...@gmail.com> wrote: > On Thu, Oct 22, 2015 at 04:22:13PM +0200, Ricardo Ribalda Delgado wrote: >> New recipe > > Still fails for qemuarm: > http://errors.yoctoproject.org/Errors/Details/21264/ > >> >> Signed-off-by: Ricar

[oe] [PATCH 2/2] python: Fix python-distutils variables

2015-09-01 Thread Ricardo Ribalda Delgado
/bits/wordsize.h /usr/include/bits/wordsize.h Signed-off-by: Ricardo Ribalda Delgado <ricardo.riba...@gmail.com> --- meta/recipes-devtools/python/python_2.7.9.bb | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/meta/recipes-devtools/python/python_2.7.9.bb b/meta/r

[oe] [PATCH 1/2] python3: Fix python-distutils variables

2015-09-01 Thread Ricardo Ribalda Delgado
/bits/wordsize.h /usr/include/bits/wordsize.h Signed-off-by: Ricardo Ribalda Delgado <ricardo.riba...@gmail.com> --- meta/recipes-devtools/python/python3_3.4.3.bb | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/meta/recipes-devtools/python/python3_3.4.3.bb b/meta/r

[oe] [meta-oe][PATCH] gerbil: Visualization and analysis tool for hyperspectral images

2015-09-11 Thread Ricardo Ribalda Delgado
New recipe Signed-off-by: Ricardo Ribalda Delgado <ricardo.riba...@gmail.com> --- meta-oe/recipes-graphics/gerbil/gerbil_git.bb | 30 +++ 1 file changed, 30 insertions(+) create mode 100644 meta-oe/recipes-graphics/gerbil/gerbil_git.bb diff --git a/meta-oe/r

Re: [oe] [meta-oe][PATCH] opencv: Reorder PACKAGES variable

2016-06-02 Thread Ricardo Ribalda Delgado
Shall i send a v2 with the empty line? Thanks! On Wed, Jun 1, 2016 at 3:44 PM, Otavio Salvador <otavio.salva...@ossystems.com.br> wrote: > On Wed, Jun 1, 2016 at 10:13 AM, Ricardo Ribalda Delgado > <ricardo.riba...@gmail.com> wrote: >> PACKAGES content order is importan

[oe] [meta-oe][PATCH v2 1/2] opencv: Make gphoto2 dep optional via PACKAGECONFIG

2016-06-02 Thread Ricardo Ribalda Delgado
Opencv can be built without support for gphoto2 if needed. Acked-by: Otavio Salvador <ota...@ossystems.com.br> Signed-off-by: Ricardo Ribalda Delgado <ricardo.riba...@gmail.com> --- meta-oe/recipes-support/opencv/opencv_3.1.bb | 5 +++-- 1 file changed, 3 insertions(+), 2 deleti

[oe] [meta-oe][PATCH v2 2/2] opencv: Reorder PACKAGES variable

2016-06-02 Thread Ricardo Ribalda Delgado
consider fixing them. ERROR: Function failed: do_package_qa Fixes: 3132af1d1d15 ("opencv: Fix metapkg dependencies for opencv-java ... ") Acked-by: Otavio Salvador <ota...@ossystems.com.br> Signed-off-by: Ricardo Ribalda Delgado <ricardo.riba...@gmail.com> --- meta-oe/

[oe] [meta-oe][PATCH] opencv: Reorder PACKAGES variable

2016-06-01 Thread Ricardo Ribalda Delgado
consider fixing them. ERROR: Function failed: do_package_qa Fixes: 3132af1d1d15 ("opencv: Fix metapkg dependencies for opencv-java ... ") Signed-off-by: Ricardo Ribalda Delgado <ricardo.riba...@gmail.com> --- meta-oe/recipes-support/opencv/opencv_3.1.bb | 4 ++-- 1 file changed, 2

[oe] [meta-oe][PATCH] opencv: Make gphoto2 dep optional via PACKAGECONFIG

2016-06-01 Thread Ricardo Ribalda Delgado
Opencv can build without support for gphoto2 if needed. Signed-off-by: Ricardo Ribalda Delgado <ricardo.riba...@gmail.com> --- meta-oe/recipes-support/opencv/opencv_3.1.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/meta-oe/recipes-support/opencv/opencv_3.1.bb

[oe] [meta-oe][PATCH 1/4] opencv_3: Fix use before set error on meta package

2016-03-14 Thread Ricardo Ribalda Delgado
This bug was introducing a loop dependency of opencv->opencv that was confusing dpkg. Signed-off-by: Ricardo Ribalda Delgado <ricardo.riba...@gmail.com> --- meta-oe/recipes-support/opencv/opencv_3.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-oe/recipe

[oe] [meta-oe][PATCH 2/4] opencv: Remove blacklist

2016-03-14 Thread Ricardo Ribalda Delgado
Version 3.0 builds fine with ffmpeg v3 [ 32%] Building CXX object modules/videoio/CMakeFiles/opencv_videoio.dir/src/cap_ffmpeg.cpp.o DEBUG: Shell function do_compile finished Signed-off-by: Ricardo Ribalda Delgado <ricardo.riba...@gmail.com> --- meta-oe/recipes-support/opencv/opencv_3.0.

[oe] [meta-oe][PATCH 4/4] opencv: Fix pkg-config file.

2016-03-14 Thread Ricardo Ribalda Delgado
It was pointing to the wrong location Signed-off-by: Ricardo Ribalda Delgado <ricardo.riba...@gmail.com> --- meta-oe/recipes-support/opencv/opencv/fixpkgconfig.patch | 12 meta-oe/recipes-support/opencv/opencv_3.1.bb | 3 ++- 2 files changed, 14 insertions

[oe] [meta-oe][PATCH 3/4] opencv: Update to version 3.1

2016-03-14 Thread Ricardo Ribalda Delgado
The first major update in 3.0 release series Signed-off-by: Ricardo Ribalda Delgado <ricardo.riba...@gmail.com> --- meta-oe/recipes-support/opencv/opencv_3.0.bb | 133 --- meta-oe/recipes-support/opencv/opencv_3.1.bb | 133 +++ 2 files change

[oe] [meta-oe][PATCH v2 4/4] opencv: Fix pkg-config file.

2016-03-14 Thread Ricardo Ribalda Delgado
It was pointing to the wrong location Signed-off-by: Ricardo Ribalda Delgado <ricardo.riba...@gmail.com> --- meta-oe/recipes-support/opencv/opencv/fixpkgconfig.patch | 12 meta-oe/recipes-support/opencv/opencv_3.1.bb | 3 ++- 2 files changed, 14 insertions

[oe] [meta-oe][PATCH v2 3/4] opencv: Update to version 3.1

2016-03-14 Thread Ricardo Ribalda Delgado
The first major update in 3.0 release series Signed-off-by: Ricardo Ribalda Delgado <ricardo.riba...@gmail.com> --- meta-oe/recipes-support/opencv/{opencv_3.0.bb => opencv_3.1.bb} | 8 1 file changed, 4 insertions(+), 4 deletions(-) rename meta-oe/recipes-support/opencv/{open

[oe] [meta-oe][PATCH v2 1/4] opencv_3: Fix use before set error on meta package

2016-03-14 Thread Ricardo Ribalda Delgado
This bug was introducing a loop dependency of opencv->opencv that was confusing dpkg. Signed-off-by: Ricardo Ribalda Delgado <ricardo.riba...@gmail.com> --- meta-oe/recipes-support/opencv/opencv_3.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-oe/recipe

[oe] [meta-oe][PATCH v2 2/4] opencv: Remove blacklist

2016-03-14 Thread Ricardo Ribalda Delgado
Version 3.0 builds fine with ffmpeg v3 [ 32%] Building CXX object modules/videoio/CMakeFiles/opencv_videoio.dir/src/cap_ffmpeg.cpp.o DEBUG: Shell function do_compile finished Signed-off-by: Ricardo Ribalda Delgado <ricardo.riba...@gmail.com> --- meta-oe/recipes-support/opencv/opencv_3.0.

Re: [oe] [meta-oe][PATCH v2 2/4] opencv: Remove blacklist

2016-03-15 Thread Ricardo Ribalda Delgado
That is really weird. I was pretty sure that I tried it fine on my build. Let me build it again from scratch. Sorry! On Tue, Mar 15, 2016 at 11:36 AM, Martin Jansa <martin.ja...@gmail.com> wrote: > On Mon, Mar 14, 2016 at 01:13:36PM +0100, Ricardo Ribalda Delgado wrote: >> Ver

[oe] [meta-oe][PATCH v3 1/4] opencv: Fix use before set error on meta package

2016-03-19 Thread Ricardo Ribalda Delgado
This bug was introducing a loop dependency of opencv->opencv that was confusing dpkg. Signed-off-by: Ricardo Ribalda Delgado <ricardo.riba...@gmail.com> --- meta-oe/recipes-support/opencv/opencv_3.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-oe/recipe

[oe] [meta-oe][PATCH v3 4/4] opencv: Remove blacklist

2016-03-19 Thread Ricardo Ribalda Delgado
nQueue NOTE: Executing SetScene Tasks NOTE: Executing RunQueue Tasks NOTE: Tasks Summary: Attempted 1242 tasks of which 1228 didn't need to be rerun and all succeeded. Signed-off-by: Ricardo Ribalda Delgado <ricardo.riba...@gmail.com> --- meta-oe/recipes-support/opencv/opencv_3.1.bb | 2 --

[oe] [meta-oe][PATCH v3 2/4] opencv: Update to version 3.1

2016-03-19 Thread Ricardo Ribalda Delgado
The first major update in 3.0 release series Signed-off-by: Ricardo Ribalda Delgado <ricardo.riba...@gmail.com> --- meta-oe/recipes-support/opencv/{opencv_3.0.bb => opencv_3.1.bb} | 8 1 file changed, 4 insertions(+), 4 deletions(-) rename meta-oe/recipes-support/opencv/{open

[oe] [meta-oe][PATCH v3 3/4] opencv: Fix pkg-config file.

2016-03-19 Thread Ricardo Ribalda Delgado
Libdir was pointing to the wrong location also fix for QA Issue: opencv.pc failed sanity test (tmpdir) in path Signed-off-by: Ricardo Ribalda Delgado <ricardo.riba...@gmail.com> --- .../opencv/opencv/fixpkgconfig.patch | 29 ++ meta-oe/recipes-support/

Re: [oe] [PATCH] opencv: Add missing dependencies

2016-03-24 Thread Ricardo Ribalda Delgado
ote: >> >> On Wed, Mar 23, 2016 at 02:05:41PM +0100, Ricardo Ribalda Delgado wrote: >> > Hi Martin >> > >> > On Wed, Mar 23, 2016 at 11:12 AM, Martin Jansa <martin.ja...@gmail.com> >> > wrote: >> > >> > >> > > Sti

[oe] [PATCH] opencv: Add missing dependencies

2016-03-21 Thread Ricardo Ribalda Delgado
libgphoto2 in DEPENDS or PACKAGECONFIG? [build-deps] opencv-3.1+gitAUTOINC+92387b1ef8: libopencv-dnn rdepends on protobuf, but it isn't a build dependency, missing protobuf in DEPENDS or PACKAGECONFIG? [build-deps] Credit-to: Martin Jansa <martin.ja...@gmail.com> Signed-off-by: Ricardo Ribalda D

Re: [oe] [PATCH] opencv: Add missing dependencies

2016-03-23 Thread Ricardo Ribalda Delgado
Hi Martin On Wed, Mar 23, 2016 at 11:12 AM, Martin Jansa wrote: > Still shows: > WARN: opencv: libopencv-dnn rdepends on protobuf, but it isn't a build > dependency? > > protobuf support in dnn probably depends on something else which is also > autodetected. if I just

[oe] [meta-oe][PATCH v7 0/7] opencv: Update to 3.1 and remove bl

2016-04-01 Thread Ricardo Ribalda Delgado
://github.com/ribalda/meta-openembedded/tree/opencv-v7 Regards Ricardo Ribalda Delgado (7): opencv: Fix use before set error on meta package opencv: Update to version 3.1 opencv: Fix pkg-config file. opencv: Add missing dependencies opencv: Use pre-downloaded ipp opencv: Fix build

[oe] [meta-oe][PATCH v7 6/7] opencv: Fix build on x86 platform

2016-04-01 Thread Ricardo Ribalda Delgado
OpenCV wrongly assumes that the X86 variable would be set on Intel 32 bit architectures. This patch adds the missing definition on those cases. Signed-off-by: Ricardo Ribalda Delgado <ricardo.riba...@gmail.com> --- meta-oe/recipes-support/opencv/opencv_3.1.bb | 1 + 1 file changed, 1 ins

[oe] [meta-oe][PATCH v7 7/7] opencv: Remove blacklist

2016-04-01 Thread Ricardo Ribalda Delgado
nQueue NOTE: Executing SetScene Tasks NOTE: Executing RunQueue Tasks NOTE: Tasks Summary: Attempted 1242 tasks of which 1228 didn't need to be rerun and all succeeded. Signed-off-by: Ricardo Ribalda Delgado <ricardo.riba...@gmail.com> --- meta-oe/recipes-support/opencv/opencv_3.1.bb | 2 --

[oe] [meta-oe][PATCH v7 2/7] opencv: Update to version 3.1

2016-04-01 Thread Ricardo Ribalda Delgado
The first major update in 3.0 release series Signed-off-by: Ricardo Ribalda Delgado <ricardo.riba...@gmail.com> --- meta-oe/recipes-support/opencv/{opencv_3.0.bb => opencv_3.1.bb} | 8 1 file changed, 4 insertions(+), 4 deletions(-) rename meta-oe/recipes-support/opencv/{open

[oe] [meta-oe][PATCH v7 5/7] opencv: Use pre-downloaded ipp

2016-04-01 Thread Ricardo Ribalda Delgado
We should not rely on cmake downloading ipp at configure time. Signed-off-by: Ricardo Ribalda Delgado <ricardo.riba...@gmail.com> --- ...01-3rdparty-ippicv-Use-pre-downloaded-ipp.patch | 28 ++ meta-oe/recipes-support/opencv/opencv_3.1.bb | 12 ++ 2

[oe] [meta-oe][PATCH v7 1/7] opencv: Fix use before set error on meta package

2016-04-01 Thread Ricardo Ribalda Delgado
This bug was introducing a loop dependency of opencv->opencv that was confusing dpkg. Signed-off-by: Ricardo Ribalda Delgado <ricardo.riba...@gmail.com> --- meta-oe/recipes-support/opencv/opencv_3.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-oe/recipe

[oe] [meta-oe][PATCH v6 5/7] opencv: Use pre-downloaded ipp

2016-03-31 Thread Ricardo Ribalda Delgado
We should not rely on cmake downloading ipp at configure time. Signed-off-by: Ricardo Ribalda Delgado <ricardo.riba...@gmail.com> --- ...01-3rdparty-ippicv-Use-pre-downloaded-ipp.patch | 28 ++ meta-oe/recipes-support/opencv/opencv_3.1.bb | 12 ++ 2

[oe] [meta-oe][PATCH v6 6/7] opencv: Fix build on x86 platform

2016-03-31 Thread Ricardo Ribalda Delgado
OpenCV wrongly assumes that the X86 variable would be set on Intel 32 bit architectures. This patch adds the missing definition on those cases. Signed-off-by: Ricardo Ribalda Delgado <ricardo.riba...@gmail.com> --- meta-oe/recipes-support/opencv/opencv_3.1.bb | 1 + 1 file changed, 1 ins

Re: [oe] [meta-oe][PATCH v7 6/7] opencv: Fix build on x86 platform

2016-04-01 Thread Ricardo Ribalda Delgado
On Fri, Apr 1, 2016 at 11:46 PM, Andre McCurdy <armccu...@gmail.com> wrote: > On Fri, Apr 1, 2016 at 2:36 PM, Ricardo Ribalda Delgado > <ricardo.riba...@gmail.com> wrote: >> OpenCV wrongly assumes that the X86 variable would be set on Intel 32 >> bit architectures. >

[oe] [meta-oe][PATCH v8 6/7] opencv: Fix build on x86 platform

2016-04-01 Thread Ricardo Ribalda Delgado
OpenCV wrongly assumes that the X86 variable would be set on Intel 32 bit architectures. This patch adds the missing definition on those cases. Signed-off-by: Ricardo Ribalda Delgado <ricardo.riba...@gmail.com> --- v8: By popular demand, changing += with = " " Thanks to Andre

[oe] [meta-oe][PATCH v4 2/7] opencv: Update to version 3.1

2016-03-31 Thread Ricardo Ribalda Delgado
The first major update in 3.0 release series Signed-off-by: Ricardo Ribalda Delgado <ricardo.riba...@gmail.com> --- meta-oe/recipes-support/opencv/{opencv_3.0.bb => opencv_3.1.bb} | 8 1 file changed, 4 insertions(+), 4 deletions(-) rename meta-oe/recipes-support/opencv/{open

[oe] [meta-oe][PATCH v4 0/7] OpenCV Update to 3.1 and remove blacklist

2016-03-31 Thread Ricardo Ribalda Delgado
Hi, I hope this is the last patchset version (cross fingers). It has been tested with x86 and x86-64. Depends on pyton-numpy: Add definition of off_t size (from oe-core) Regards Ricardo Ribalda Delgado (7): opencv: Fix use before set error on meta package opencv: Update to version 3.1

[oe] [meta-oe][PATCH v4 7/7] opencv: Remove blacklist

2016-03-31 Thread Ricardo Ribalda Delgado
nQueue NOTE: Executing SetScene Tasks NOTE: Executing RunQueue Tasks NOTE: Tasks Summary: Attempted 1242 tasks of which 1228 didn't need to be rerun and all succeeded. Signed-off-by: Ricardo Ribalda Delgado <ricardo.riba...@gmail.com> --- meta-oe/recipes-support/opencv/opencv_3.1.bb | 2 --

[oe] [meta-oe][PATCH v4 6/7] opencv: Fix build on x86 platform

2016-03-31 Thread Ricardo Ribalda Delgado
OpenCV wrongly assumes that the X86 variable would be set on Intel 32 bit architectures. This patch adds the missing definition on those cases. Signed-off-by: Ricardo Ribalda Delgado <ricardo.riba...@gmail.com> --- meta-oe/recipes-support/opencv/opencv_3.1.bb | 1 + 1 file changed, 1 ins

[oe] [meta-oe][PATCH v5 6/7] opencv: Fix build on x86 platform

2016-03-31 Thread Ricardo Ribalda Delgado
OpenCV wrongly assumes that the X86 variable would be set on Intel 32 bit architectures. This patch adds the missing definition on those cases. Signed-off-by: Ricardo Ribalda Delgado <ricardo.riba...@gmail.com> --- meta-oe/recipes-support/opencv/opencv_3.1.bb | 1 + 1 file changed, 1 ins

Re: [oe] [meta-oe][PATCH v4 5/7] opencv: Use pre-downloaded ipp

2016-03-31 Thread Ricardo Ribalda Delgado
Hi Martin >> SRCREV_opencv = "92387b1ef8fad15196dd5f7fb4931444a68bc93a" >> SRCREV_contrib = "5409d5ad560523c85c6796cc5a009347072d883c" >> +IPP_MD5 = "808b791a6eac9ed78d32a7666804320e" >> +SRC_URI[ipp.md5sum] = "${IPP_MD5}" >> +SRC_URI[ipp.sha256sum] = >>

Re: [oe] [meta-oe][PATCH 2/2] glog: Update to version 0.3.4

2016-08-11 Thread Ricardo Ribalda Delgado
> > Move LIC* variable bellow HOMEPAGE where they were and resend with -M. > > On Thu, Aug 11, 2016 at 12:10 PM, Ricardo Ribalda Delgado < > ricardo.riba...@gmail.com> wrote: > >> -The repository has been moved to github. >> -There is a new release 0.3.4 >>

Re: [oe] [meta-oe][PATCH 1/2] gflags: New recipe

2016-08-11 Thread Ricardo Ribalda Delgado
Hi On Thu, Aug 11, 2016 at 2:22 PM, wrote: >> +RDEPENDS_${PN} += "bash" > > > Where does this dependency come from, seems odd that a compiled library > should depend on bash? >From an openembedded warning :) package/usr/bin/gflags_completions.sh:#!/bin/bash Regards! --

[oe] [meta-oe][PATCH v2] glog: Update to version 0.3.4

2016-08-11 Thread Ricardo Ribalda Delgado
-The repository has been moved to github. -There is a new release 0.3.4 -Add a user configurable dependency on gflag -Merge .inc file on the recipe Signed-off-by: Ricardo Ribalda Delgado <ricardo.riba...@gmail.com> --- ...configure.ac-Allow-user-to-disable-gflags.patc

Re: [oe] [meta-oe][PATCH 1/2] gflags: New recipe

2016-08-11 Thread Ricardo Ribalda Delgado
Hi Martin On Thu, Aug 11, 2016 at 1:44 PM, Martin Jansa wrote: >> +SRC_URI = "git://github.com/gflags/gflags.git;;nobranch=1" > > It's in "release" branch, so I'll replace ;;nobranch=1 with ;branch=release > when cherry-picking. Thanks! --

Re: [oe] [meta-oe][PATCH v3 1/2] gflags: New recipe

2016-08-12 Thread Ricardo Ribalda Delgado
Hi Khem On Fri, Aug 12, 2016 at 7:36 AM, Khem Raj wrote: >> +DESCRIPTION = "The gflags package contains a C++ library that implements >> commandline flags processing. It includes built-in support for standard >> types such as string and the ability to define flags in the

Re: [oe] [meta-oe][PATCH v3 1/2] gflags: New recipe

2016-08-12 Thread Ricardo Ribalda Delgado
Hi Kehm On Fri, Aug 12, 2016 at 9:26 AM, Khem Raj wrote: > So it seems its BSD-3-Clause > Shall I produce a patch for glog and gflags? -- ___ Openembedded-devel mailing list Openembedded-devel@lists.openembedded.org

[oe] [meta-oe][PATCH] Graphviz: Add new PACKAGECONFIG for graphviz

2016-08-12 Thread Ricardo Ribalda Delgado
Although it does not have an obvious name (gvc), Graphviz is an optional library configurable via configure.ac. Signed-off-by: Ricardo Ribalda Delgado <ricardo.riba...@gmail.com> --- meta-oe/recipes-support/imagemagick/imagemagick_6.9.2.bb | 1 + 1 file changed, 1 insertion(+) diff --git

Re: [oe] [meta-oe][PATCH] glog: Add missing dependency

2016-08-11 Thread Ricardo Ribalda Delgado
there isn't gflags in meta-oe. > > On Wed, Aug 10, 2016 at 1:14 PM, Ricardo Ribalda Delgado < > ricardo.riba...@gmail.com> wrote: > >> Fixes: >> >> WARNING: glog-0.3.3-r0 do_package_qa: QA Issue: >> /usr/lib/libglog.so.0.0.0 contained in package glog

[oe] [meta-oe][PATCH 1/2] gflags: New recipe

2016-08-11 Thread Ricardo Ribalda Delgado
C++ library that implements commandline flags processing. It includes built-in support for standard types such as string and the ability to define flags in the source file in which they are used. Used optionally by glog Signed-off-by: Ricardo Ribalda Delgado <ricardo.riba...@gmail.com> ---

[oe] [meta-oe][PATCH 2/2] glog: Update to version 0.3.4

2016-08-11 Thread Ricardo Ribalda Delgado
-The repository has been moved to github. -There is a new release 0.3.4 -Add a user configurable dependency on gflag -Merge .inc file on the recipe Signed-off-by: Ricardo Ribalda Delgado <ricardo.riba...@gmail.com> --- meta-oe/recipes-support/glog/glog.inc

[oe] [meta-oe][PATCH] imagemagick: Add missing dependency

2016-08-10 Thread Ricardo Ribalda Delgado
graphviz is an optional library, but I did not find the correspondent with/without configure option. Instead I think that it is safer to add is as a DEPEND. Signed-off-by: Ricardo Ribalda Delgado <ricardo.riba...@gmail.com> --- meta-oe/recipes-support/imagemagick/imagemagick_6.9.2.bb | 2

[oe] [meta-oe][PATCH] glog: Add missing dependency

2016-08-10 Thread Ricardo Ribalda Delgado
Fixes: WARNING: glog-0.3.3-r0 do_package_qa: QA Issue: /usr/lib/libglog.so.0.0.0 contained in package glog requires libgflags.so.2()(64bit), but no providers found in RDEPENDS_glog? [file-rdeps] Signed-off-by: Ricardo Ribalda Delgado <ricardo.riba...@gmail.com> --- meta-oe/recipes-suppor

Re: [oe] [meta-oe][PATCH] opencv: Fix build with gcc 6.0

2016-08-05 Thread Ricardo Ribalda Delgado
Sorry for the resend, but I forgot to add the Mailing list. Regards -- ___ Openembedded-devel mailing list Openembedded-devel@lists.openembedded.org http://lists.openembedded.org/mailman/listinfo/openembedded-devel

Re: [oe] [meta-oe][PATCH] opencv: Fix build with gcc 6.0

2016-08-05 Thread Ricardo Ribalda Delgado
Hi Raj On Fri, Aug 5, 2016 at 6:44 PM, Khem Raj wrote: > >> + >> +diff --git a/cmake/OpenCVUtils.cmake b/cmake/OpenCVUtils.cmake >> +index 3a23cd73633d..1fea1578b1d9 100644 >> +--- a/cmake/OpenCVUtils.cmake >> b/cmake/OpenCVUtils.cmake >> +@@ -76,7 +76,11 @@

[oe] [meta-oe][PATCH] opencv: Fix build with gcc 6.0

2016-08-05 Thread Ricardo Ribalda Delgado
It seems like gcc 6.0 does not have the same behaviour as previous 5.x with regards isystem flag. Signed-off-by: Ricardo Ribalda Delgado <ricardo.riba...@gmail.com> --- .../recipes-support/opencv/opencv/fixgcc60.patch | 30 ++ meta-oe/recipes-support/opencv/opencv_

Re: [oe] [meta-oe][PATCH] opencv: Fix build with gcc 6.0

2016-08-05 Thread Ricardo Ribalda Delgado
Hi Otavio On Fri, Aug 5, 2016 at 6:44 PM, Otavio Salvador <otavio.salva...@ossystems.com.br> wrote: > On Fri, Aug 5, 2016 at 1:38 PM, Ricardo Ribalda Delgado > <ricardo.riba...@gmail.com> wrote: >> It seems like gcc 6.0 does not have the same behaviour as previous 5.x >

Re: [oe] [PATCH] opencv: Configure freetype via PACKAGECONFIG

2017-01-29 Thread Ricardo Ribalda Delgado
Hi Raj On Fri, Jan 27, 2017 at 9:07 PM, Khem Raj <raj.k...@gmail.com> wrote: > > > On 1/27/17 7:21 AM, Ricardo Ribalda Delgado wrote: >> Since: http://errors.yoctoproject.org/Errors/Details/117456/ opencv >> freetype module fails to build. >> > > I wonder i

[oe] [PATCH] opencv: Configure freetype via PACKAGECONFIG

2017-01-27 Thread Ricardo Ribalda Delgado
Since: http://errors.yoctoproject.org/Errors/Details/117456/ opencv freetype module fails to build. This patch disables that module by default via PACKAGECONFIG until we find out a better way to do it. Signed-off-by: Ricardo Ribalda Delgado <ricardo.riba...@gmail.com> --- meta-oe/r

Re: [oe] [PATCH 2/2] opencv: Update to version 3.2

2017-01-19 Thread Ricardo Ribalda Delgado
Hi Martin On Thu, Jan 19, 2017 at 12:45 PM, Martin Jansa <martin.ja...@gmail.com> wrote: > On Thu, Dec 29, 2016 at 02:35:08PM +0100, Ricardo Ribalda Delgado wrote: >> -Only enable protobuf as dependency if dnn module is enabled >> -Download manually xfeatures from 3rd

Re: [oe] [meta-java] icedtea7-native - IOException constructor compile error

2016-09-09 Thread Ricardo Ribalda Delgado
Hi Patrick I am struggling with te same issue. Did you manage to fix it on your side? Regards! On Fri, Jul 8, 2016 at 1:24 PM, Patrick Ohly wrote: > Hello! > > I'm trying to build openjdk8, using the master branches of OE and > meta-java. Distro is Ostro, which

Re: [oe] [meta-java] icedtea7-native - IOException constructor compile error

2016-09-09 Thread Ricardo Ribalda Delgado
, Ricardo Ribalda Delgado wrote: >> I am struggling with te same issue. Did you manage to fix it on your side? > > It hasn't happened again. So no, I haven't fixed anything, it just works > now. No-one was able to explain how the actual bootstrapping works, i.e. > which IOException.ja

[oe] update_font_cache intercept: qemu: uncaught target signal 4 (Illegal instruction)

2016-09-13 Thread Ricardo Ribalda Delgado
Hi Anyone else is getting this error while building the image: NOTE: Running intercept scripts: NOTE: > Executing update_font_cache intercept ... qemu: uncaught target signal 4 (Illegal instruction) - core dumped Illegal instruction WARNING: The postinstall intercept hook 'update_font_cache'

[oe] [meta-java][PATCH 2/2] xpp3: Remove bashism

2016-09-13 Thread Ricardo Ribalda Delgado
/1.1.3.4.O-r0/temp/log.do_compile.10141) Signed-off-by: Ricardo Ribalda Delgado <ricardo.riba...@gmail.com> --- recipes-core/xml-commons/xpp3_1.1.3.4.O.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-core/xml-commons/xpp3_1.1.3.4.O.bb b/recipes-core/xml-c

Re: [oe] [meta-java][PATCH 1/2] xpp2: Remove bashism

2016-09-13 Thread Ricardo Ribalda Delgado
:26 PM, Maxin B. John <maxin.j...@intel.com> wrote: > Hi Ricardo, > > On Tue, Sep 13, 2016 at 02:17:48PM +0200, Ricardo Ribalda Delgado wrote: >> ERROR: xpp2-2.1.10-r0 do_compile: Function failed: do_compile (log file >> is located at >> /var/lib/jen

[oe] [meta-java][PATCH 1/2] xpp2: Remove bashism

2016-09-13 Thread Ricardo Ribalda Delgado
/work/all-poky-linux/xpp2/2.1.10-r0/temp/run.do_compile.6694: Bad substitution | WARNING: exit code 2 from a shell command. Signed-off-by: Ricardo Ribalda Delgado <ricardo.riba...@gmail.com> --- recipes-core/xml-commons/xpp2_2.1.10.bb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff

[oe] [meta-java][PATCH v2] xpp3: Fix bashism

2016-09-13 Thread Ricardo Ribalda Delgado
-qt5022-open/build/tmp/work/all-poky-linux/xpp3/1.1.3.4.O-r0/temp/run.do_compile.14262: Bad substitution | WARNING: exit code 2 from a shell command. Signed-off-by: Ricardo Ribalda Delgado <ricardo.riba...@gmail.com> --- recipes-core/xml-commons/xpp3_1.1.3.4.O.bb | 2 +- 1 file changed, 1 ins

[oe] [meta-java][PATCH 2/2] icedtea7-native: Fix IOException constructor compile error

2016-09-13 Thread Ricardo Ribalda Delgado
he TZ (timezone) environment variable must be set correctly in order for -f and -u to work properly """ On this patch, I remove the -u option from zip, always replacing the classes inside rt.jar with the classes from openjdk. I cannot think of an scenario where this may fail. Signed-o

[oe] [meta-java][PATCH 1/2] icedtea7-native: Add missing dependencies

2016-09-13 Thread Ricardo Ribalda Delgado
Without this patch icedtea uses host make and linux32 checking for make... /usr/bin/make checking for linux32... /usr/bin/linux32 Signed-off-by: Ricardo Ribalda Delgado <ricardo.riba...@gmail.com> --- recipes-core/icedtea/icedtea7-native.inc | 2 +- 1 file changed, 1 insertion(+), 1 de

Re: [oe] update_font_cache intercept: qemu: uncaught target signal 4 (Illegal instruction)

2016-09-16 Thread Ricardo Ribalda Delgado
ember 2016 at 09:34, Ricardo Ribalda Delgado < > ricardo.riba...@gmail.com> wrote: > >> MACHINE is qt5022, which is: >> >> x86_64 + -march=btver1 -mtune=btver1 >> > > So the compiler is probably using instructions that qemu doesn't recognise. > > If

Re: [oe] update_font_cache intercept: qemu: uncaught target signal 4 (Illegal instruction)

2016-09-15 Thread Ricardo Ribalda Delgado
bobcat-64 = "${TUNE_PKGARCH_tune-bobcat-64}" Thanks! On Tue, Sep 13, 2016 at 6:03 PM, Burton, Ross <ross.bur...@intel.com> wrote: > On 13 September 2016 at 16:27, Ricardo Ribalda Delgado < > ricardo.riba...@gmail.com> wrote: > >> NOTE: Running intercept scripts

Re: [oe] [meta-java][PATCH 1/2] icedtea7-native: Fix segmentation fault

2016-11-15 Thread Ricardo Ribalda Delgado
ping? On Mon, Oct 31, 2016 at 11:34 AM, Ricardo Ribalda Delgado <ricardo.riba...@gmail.com> wrote: > Without this patch the generated icedtea produces segmentation faults. > This is probably due to a race condition during cleanout. > > Signed-off-by: Ricardo Ribalda Del

Re: [oe] [meta-java][PATCH 2/2] openjdk-7-release-03b147.inc: Ignore deprecation

2016-11-15 Thread Ricardo Ribalda Delgado
ping? On Mon, Oct 31, 2016 at 11:34 AM, Ricardo Ribalda Delgado <ricardo.riba...@gmail.com> wrote: > readdir_r has been deprecated since glibc 2.24. As openjdk uses this > function, a warning is generated during build that gets turned into > an error when -Werror is used. > &

[oe] [meta-java][PATCH 1/2] icedtea7-native: Fix segmentation fault

2016-10-31 Thread Ricardo Ribalda Delgado
Without this patch the generated icedtea produces segmentation faults. This is probably due to a race condition during cleanout. Signed-off-by: Ricardo Ribalda Delgado <ricardo.riba...@gmail.com> --- recipes-core/icedtea/icedtea7-native.inc | 2 ++ .../icedtea/openjdk-7-

[oe] [meta-java][PATCH 2/2] openjdk-7-release-03b147.inc: Ignore deprecation

2016-10-31 Thread Ricardo Ribalda Delgado
to prevent any unexpected breakage from patching the offending functions. (Note: This is just a port of 0f127a49696 from Erkka Kääriä for openjdk-7 , all the credit for him) Credit-to: Erkka Kääriä <erkka.kaa...@intel.com> Signed-off-by: Ricardo Ribalda Delgado <ricardo.riba...@gmail.com>

[oe] [meta-oe][PATCH v2 2/8] opencv: Metapkg should not rdepend on -staticdev

2016-12-13 Thread Ricardo Ribalda Delgado
Otherwise the running dependencies will grow considerably. Signed-off-by: Ricardo Ribalda Delgado <ricardo.riba...@gmail.com> --- meta-oe/recipes-support/opencv/opencv_3.1.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-oe/recipes-support/opencv/opencv_3.1.bb

[oe] [meta-oe][PATCH v2 1/8] opencv: Update repository location

2016-12-13 Thread Ricardo Ribalda Delgado
All opencv repos are now on github.com/opencv Signed-off-by: Ricardo Ribalda Delgado <ricardo.riba...@gmail.com> --- meta-oe/recipes-support/opencv/opencv_3.1.bb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/meta-oe/recipes-support/opencv/opencv_3.1.bb b/m

[oe] [meta-oe][PATCH v2 5/8] opencv: Add support for python3

2016-12-13 Thread Ricardo Ribalda Delgado
New PACKAGECONFIG options: python2 and python3. Python3 selectec by default, because it is almost 2017 ;). Signed-off-by: Ricardo Ribalda Delgado <ricardo.riba...@gmail.com> --- meta-oe/recipes-support/opencv/opencv_3.1.bb | 24 +--- 1 file changed, 17 insertions

[oe] [meta-oe][PATCH v2 7/8] opencv: Add new PACKAGECONFIG dnn

2016-12-13 Thread Ricardo Ribalda Delgado
The dnn module depends on a linear algebra libray such as lapack. Signed-off-by: Ricardo Ribalda Delgado <ricardo.riba...@gmail.com> --- meta-oe/recipes-support/opencv/opencv_3.1.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta-oe/recipes-support/opencv/opencv_3.1.bb b/m

[oe] [meta-oe][PATCH v2 4/8] opencv: Add support for OpenJDK

2016-12-13 Thread Ricardo Ribalda Delgado
Add support for OpenJDK8 and Oracle-java Signed-off-by: Ricardo Ribalda Delgado <ricardo.riba...@gmail.com> --- meta-oe/recipes-support/opencv/opencv_3.1.bb | 7 +-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/meta-oe/recipes-support/opencv/opencv_3.1.bb b/meta-oe/r

[oe] [meta-oe][PATCH v2 6/8] opencv: Add missing DEPEND for opencl PKGCFG

2016-12-13 Thread Ricardo Ribalda Delgado
OpenCL headers are not enough, we also require a valid icd (.so) Signed-off-by: Ricardo Ribalda Delgado <ricardo.riba...@gmail.com> --- meta-oe/recipes-support/opencv/opencv_3.1.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-oe/recipes-support/opencv/opencv_3.1

[oe] [meta-oe][PATCH v2 8/8] opencv: Merge dbg packages and Fix QA Issues

2016-12-13 Thread Ricardo Ribalda Delgado
-by: Ricardo Ribalda Delgado <ricardo.riba...@gmail.com> --- meta-oe/recipes-support/opencv/opencv_3.1.bb | 19 +-- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/meta-oe/recipes-support/opencv/opencv_3.1.bb b/meta-oe/recipes-support/opencv/opencv_3.1.bb index 26749e

[oe] [meta-oe][PATCH v2 3/8] opencv: Add missing depends

2016-12-13 Thread Ricardo Ribalda Delgado
contrib/modules/sfm depends on glog, gflags and libeigen. The CmakeList does not seem to provide a way to disable/enable its build. Signed-off-by: Ricardo Ribalda Delgado <ricardo.riba...@gmail.com> --- meta-oe/recipes-support/opencv/opencv_3.1.bb | 2 +- 1 file changed, 1 insertion

Re: [oe] [meta-oe][PATCH 7/8] opencv: Add new PACKAGECONFIG lapack

2016-12-13 Thread Ricardo Ribalda Delgado
ven worse by not ensuring that > lapack is staged soon enough to be detected during opencv configure). > > Best way is to patch the configure to support WITH parameters like for > other optional dependencies. > > On Tue, Dec 13, 2016 at 10:30 PM, Ricardo Ribalda Delgado < >

[oe] [meta-oe][PATCH 3/8] opencv: Add missing depends

2016-12-13 Thread Ricardo Ribalda Delgado
contrib/modules/sfm depends on glog, gflags and libeigen. The CmakeList does not seem to provide a way to disable/enable its build. Signed-off-by: Ricardo Ribalda Delgado <ricardo.riba...@gmail.com> --- meta-oe/recipes-support/opencv/opencv_3.1.bb | 2 +- 1 file changed, 1 insertion

[oe] [meta-oe][PATCH 2/8] opencv: Metapkg should not rdepend on -staticdev

2016-12-13 Thread Ricardo Ribalda Delgado
Otherwise the running dependencies will grow considerably. Signed-off-by: Ricardo Ribalda Delgado <ricardo.riba...@gmail.com> --- meta-oe/recipes-support/opencv/opencv_3.1.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-oe/recipes-support/opencv/opencv_3.1.bb

[oe] [meta-oe][PATCH 1/8] opencv: Update repository location

2016-12-13 Thread Ricardo Ribalda Delgado
All opencv repos are now on github.com/opencv Signed-off-by: Ricardo Ribalda Delgado <ricardo.riba...@gmail.com> --- meta-oe/recipes-support/opencv/opencv_3.1.bb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/meta-oe/recipes-support/opencv/opencv_3.1.bb b/m

  1   2   3   >