[oe] [PATCH 1/5] opencv: Enable pkg-config .pc file generation

2020-02-29 Thread Yeoh Ee Peng
OpenCV. Signed-off-by: Carlos Rafael Giani Signed-off-by: Khem Raj Signed-off-by: Yeoh Ee Peng --- meta-oe/recipes-support/opencv/opencv_4.1.0.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta-oe/recipes-support/opencv/opencv_4.1.0.bb b/meta-oe/recipes-support/opencv/opencv_4.1.0.bb

[oe] [PATCH 5/5] opencv: abort configure if we need to download

2020-02-29 Thread Yeoh Ee Peng
From: Ross Burton OpenCV's habit of downloading files during do_configure is bad form (as it becomes impossible to do offline builds), so add an option to error out if a download would be needed. Signed-off-by: Ross Burton Signed-off-by: Khem Raj Signed-off-by: Yeoh Ee Peng --- .../re

[oe] [PATCH 2/5] opencv: don't download during configure

2020-02-29 Thread Yeoh Ee Peng
f-by: Ross Burton Signed-off-by: Khem Raj Signed-off-by: Yeoh Ee Peng --- meta-oe/recipes-support/opencv/opencv_4.1.0.bb | 23 +-- 1 file changed, 21 insertions(+), 2 deletions(-) diff --git a/meta-oe/recipes-support/opencv/opencv_4.1.0.bb b/meta-oe/recipes-support/opencv/op

[oe] [PATCH 3/5] opencv: also download face alignment data in do_fetch()

2020-02-29 Thread Yeoh Ee Peng
From: Ross Burton The face alignment data is downloaded in do_configure, so download it in do_fetch and add it to the cache. Signed-off-by: Ross Burton Signed-off-by: Khem Raj Signed-off-by: Yeoh Ee Peng --- meta-oe/recipes-support/opencv/opencv_4.1.0.bb | 3 +++ 1 file changed, 3

[oe] [PATCH 4/5] opencv: PACKAGECONFIG for G-API, use system ADE

2020-02-29 Thread Yeoh Ee Peng
From: Ross Burton The Graph API is enabled by default, and if ADE isn't present it will download a copy of the source during do_configure. Add a PACKAGECONFIG for the Graph API, and depend on the ADE that we package. Signed-off-by: Ross Burton Signed-off-by: Khem Raj Signed-off-by: Ye

[oe] [zeus][PATCH 1/5] opencv: Enable pkg-config .pc file generation

2020-03-01 Thread Yeoh Ee Peng
OpenCV. Signed-off-by: Carlos Rafael Giani Signed-off-by: Khem Raj Signed-off-by: Yeoh Ee Peng --- meta-oe/recipes-support/opencv/opencv_4.1.0.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta-oe/recipes-support/opencv/opencv_4.1.0.bb b/meta-oe/recipes-support/opencv/opencv_4.1.0.bb

[oe] [zeus][PATCH 4/5] opencv: PACKAGECONFIG for G-API, use system ADE

2020-03-01 Thread Yeoh Ee Peng
From: Ross Burton The Graph API is enabled by default, and if ADE isn't present it will download a copy of the source during do_configure. Add a PACKAGECONFIG for the Graph API, and depend on the ADE that we package. Signed-off-by: Ross Burton Signed-off-by: Khem Raj Signed-off-by: Ye

[oe] [zeus][[PATCH 3/5] opencv: also download face alignment data in do_fetch()

2020-03-01 Thread Yeoh Ee Peng
From: Ross Burton The face alignment data is downloaded in do_configure, so download it in do_fetch and add it to the cache. Signed-off-by: Ross Burton Signed-off-by: Khem Raj Signed-off-by: Yeoh Ee Peng --- meta-oe/recipes-support/opencv/opencv_4.1.0.bb | 3 +++ 1 file changed, 3

[oe] [zeus][[PATCH 2/5] opencv: don't download during configure

2020-03-01 Thread Yeoh Ee Peng
f-by: Ross Burton Signed-off-by: Khem Raj Signed-off-by: Yeoh Ee Peng --- meta-oe/recipes-support/opencv/opencv_4.1.0.bb | 23 +-- 1 file changed, 21 insertions(+), 2 deletions(-) diff --git a/meta-oe/recipes-support/opencv/opencv_4.1.0.bb b/meta-oe/recipes-support/opencv/op

[oe] [zeus][PATCH 5/5] opencv: abort configure if we need to download

2020-03-01 Thread Yeoh Ee Peng
From: Ross Burton OpenCV's habit of downloading files during do_configure is bad form (as it becomes impossible to do offline builds), so add an option to error out if a download would be needed. Signed-off-by: Ross Burton Signed-off-by: Khem Raj Signed-off-by: Yeoh Ee Peng --- .../re

Re: [oe] [PATCH 1/5] opencv: Enable pkg-config .pc file generation

2020-03-01 Thread Yeoh, Ee Peng
10:40 AM To: Yeoh, Ee Peng Cc: openembeded-devel ; Carlos Rafael Giani Subject: Re: [PATCH 1/5] opencv: Enable pkg-config .pc file generation which branch is this intended for? it does not look it is for master since it sounds more like backport, please add it to subject prefix so stable