Re: [ptxdist] [ANNOUNCE] PTXdist 2020.01.0 released

2020-01-23 Thread Alexander Dahl
Hei hei, On Thu, Jan 23, 2020 at 05:08:16PM +0100, Michael Olbrich wrote: > I'm happy to announce that I've just released ptxdist-2020.01.0. There's no checksum file in the download folder like for the other releases: https://public.pengutronix.de/software/ptxdist/ Greets Alex -- /"\ ASCII

[ptxdist] [ANNOUNCE] PTXdist 2020.01.0 released

2020-01-23 Thread Michael Olbrich
Hi, I'm happy to announce that I've just released ptxdist-2020.01.0. Because of the holiday season, this is a very small release. There are just a few version bumps and bug fixes. Thanks to all contributors and - as always - the shortlog below. Enjoy, Michael Olbrich Bastian Krause (1):

[ptxdist] [PATCH v2 7/7] OpenCV: fix download in PTXDist prepare stage

2020-01-23 Thread Marian Cichy
OpenCV wants to download the additional framework ADE while executing CMake. Therefore, files will be downloaded during PTXDist's prepare stage. This is not wanted. We now try to download the files during the Get stage and copy the files to the same locations at the Extract.post stage. If we

[ptxdist] [PATCH v2 3/7] OpenCV: Clean up configure_helper output

2020-01-23 Thread Marian Cichy
Signed-off-by: Marian Cichy --- rules/opencv.make | 158 +++--- 1 file changed, 107 insertions(+), 51 deletions(-) diff --git a/rules/opencv.make b/rules/opencv.make index 0ae4776d2..94d280c01 100644 --- a/rules/opencv.make +++ b/rules/opencv.make @@

[ptxdist] [PATCH v2 5/7] OpenCV: added switch to turn on/off DNN support

2020-01-23 Thread Marian Cichy
Signed-off-by: Marian Cichy --- rules/opencv.in | 6 ++ rules/opencv.make | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/rules/opencv.in b/rules/opencv.in index 415db9e1e..12b44606f 100644 --- a/rules/opencv.in +++ b/rules/opencv.in @@ -102,6 +102,12 @@ config

[ptxdist] [PATCH v2 4/7] OpenCV: Changed QT-Support from 4 to 5

2020-01-23 Thread Marian Cichy
Signed-off-by: Marian Cichy --- rules/opencv.in | 7 +++ rules/opencv.make | 2 +- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/rules/opencv.in b/rules/opencv.in index ac096d60c..415db9e1e 100644 --- a/rules/opencv.in +++ b/rules/opencv.in @@ -8,10 +8,9 @@ menuconfig

[ptxdist] [PATCH v2 2/7] OpenCV: Added flag to build and integrate Examples

2020-01-23 Thread Marian Cichy
Signed-off-by: Marian Cichy --- rules/opencv.in | 5 + rules/opencv.make | 21 ++--- 2 files changed, 23 insertions(+), 3 deletions(-) diff --git a/rules/opencv.in b/rules/opencv.in index 37fd32758..ac096d60c 100644 --- a/rules/opencv.in +++ b/rules/opencv.in @@ -131,4

[ptxdist] [PATCH v2 6/7] OpenCV: changed ptx/ifdef usage to ptx/onoff

2020-01-23 Thread Marian Cichy
CMake switches used ptx/ifdef with an ON/OFF define, but we have ptx/onoff for this case. Using this to sustain uniformity. Signed-off-by: Marian Cichy --- rules/opencv.make | 32 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/rules/opencv.make

[ptxdist] [PATCH v2 1/7] OpenCV: Update to Version 4.1.2.

2020-01-23 Thread Marian Cichy
Removed the modules opencv_superres and opencv_videostab because they are not part of the opencv main repository anymore but have been moved to the opencv_contrib repository. Signed-off-by: Marian Cichy --- rules/opencv.in | 66 + rules/opencv.make

Re: [ptxdist] [PATCH] OpenCV: fix download in PTXDist prepare stage

2020-01-23 Thread Ahmad Fatoum
Hello Marian On 1/22/20 5:48 PM, Marian Cichy wrote: > OpenCV wants to download the additional framework ADE while executing > CMake. Therefore, files will be downloaded during PTXDist's prepare > stage. This is not wanted. We now try to download the files during the > Get stage and copy the

[ptxdist] [PATCH] ptxd_kconfig: fix line continuation

2020-01-23 Thread Ulrich Ölmann
Signed-off-by: Ulrich Ölmann --- scripts/lib/ptxd_lib_kconfig.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/lib/ptxd_lib_kconfig.sh b/scripts/lib/ptxd_lib_kconfig.sh index e65f583cafb8..adddc46c1636 100644 --- a/scripts/lib/ptxd_lib_kconfig.sh +++