diff options
| author | Otavio Salvador <otavio@ossystems.com.br> | 2023-06-22 08:20:58 -0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-06-22 08:20:58 -0300 |
| commit | 568efe31e2597dc707dc31bcc02c74ff0cf9bf11 (patch) | |
| tree | 8aedd6cc8ca9b85c50c9c5c46057ed960dddf505 /recipes-support/opencv | |
| parent | c327d5541e236fbd08bb39104d5a5601018d68fe (diff) | |
| parent | f724cfced0602d58d63631e2aacaa54a14fe1d75 (diff) | |
| download | meta-freescale-568efe31e2597dc707dc31bcc02c74ff0cf9bf11.tar.gz | |
Merge pull request #1583 from YoeDistro/yoe/mut
recipes: Add missing patch tag Upstream-Status
Diffstat (limited to 'recipes-support/opencv')
4 files changed, 4 insertions, 0 deletions
diff --git a/recipes-support/opencv/opencv/0001-3rdparty-ippicv-Use-pre-downloaded-ipp.patch b/recipes-support/opencv/opencv/0001-3rdparty-ippicv-Use-pre-downloaded-ipp.patch index 9e6a61371..b1b00623d 100644 --- a/recipes-support/opencv/opencv/0001-3rdparty-ippicv-Use-pre-downloaded-ipp.patch +++ b/recipes-support/opencv/opencv/0001-3rdparty-ippicv-Use-pre-downloaded-ipp.patch | |||
| @@ -3,6 +3,7 @@ From: Ricardo Ribalda Delgado <ricardo.ribalda@gmail.com> | |||
| 3 | Date: Thu, 31 Mar 2016 00:20:15 +0200 | 3 | Date: Thu, 31 Mar 2016 00:20:15 +0200 |
| 4 | Subject: [PATCH] 3rdparty/ippicv: Use pre-downloaded ipp | 4 | Subject: [PATCH] 3rdparty/ippicv: Use pre-downloaded ipp |
| 5 | 5 | ||
| 6 | Upstream-Status: Pending | ||
| 6 | Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@gmail.com> | 7 | Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@gmail.com> |
| 7 | Signed-off-by: Ismo Puustinen <ismo.puustinen@intel.com> | 8 | Signed-off-by: Ismo Puustinen <ismo.puustinen@intel.com> |
| 8 | 9 | ||
diff --git a/recipes-support/opencv/opencv/0001-Add-smaller-version-of-download_models.py.patch b/recipes-support/opencv/opencv/0001-Add-smaller-version-of-download_models.py.patch index 0aabee29f..46232ec5c 100644 --- a/recipes-support/opencv/opencv/0001-Add-smaller-version-of-download_models.py.patch +++ b/recipes-support/opencv/opencv/0001-Add-smaller-version-of-download_models.py.patch | |||
| @@ -3,6 +3,7 @@ From: Tom Hochstein <tom.hochstein@nxp.com> | |||
| 3 | Date: Tue, 1 Sep 2020 14:57:07 -0500 | 3 | Date: Tue, 1 Sep 2020 14:57:07 -0500 |
| 4 | Subject: [PATCH] Add smaller version of download_models.py | 4 | Subject: [PATCH] Add smaller version of download_models.py |
| 5 | 5 | ||
| 6 | Upstream-Status: Pending | ||
| 6 | Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com> | 7 | Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com> |
| 7 | --- | 8 | --- |
| 8 | testdata/dnn/download_models_basic.py | 159 ++++++++++++++++++++++++++ | 9 | testdata/dnn/download_models_basic.py | 159 ++++++++++++++++++++++++++ |
diff --git a/recipes-support/opencv/opencv/0001-Temporarliy-work-around-deprecated-ffmpeg-RAW-functi.patch b/recipes-support/opencv/opencv/0001-Temporarliy-work-around-deprecated-ffmpeg-RAW-functi.patch index 1e47f8b16..aa7d335ea 100644 --- a/recipes-support/opencv/opencv/0001-Temporarliy-work-around-deprecated-ffmpeg-RAW-functi.patch +++ b/recipes-support/opencv/opencv/0001-Temporarliy-work-around-deprecated-ffmpeg-RAW-functi.patch | |||
| @@ -4,6 +4,7 @@ Date: Wed, 9 May 2018 13:33:59 -0700 | |||
| 4 | Subject: [PATCH] Temporarliy work around deprecated ffmpeg RAW function | 4 | Subject: [PATCH] Temporarliy work around deprecated ffmpeg RAW function |
| 5 | compile failure until next uprev | 5 | compile failure until next uprev |
| 6 | 6 | ||
| 7 | Upstream-Status: Inappropriate [platform specific] | ||
| 7 | Signed-off-by: Jason Wessel <jason.wessel@windriver.com> | 8 | Signed-off-by: Jason Wessel <jason.wessel@windriver.com> |
| 8 | 9 | ||
| 9 | --- | 10 | --- |
diff --git a/recipes-support/opencv/opencv/0003-To-fix-errors-as-following.patch b/recipes-support/opencv/opencv/0003-To-fix-errors-as-following.patch index bb47ef2ba..d39c05822 100644 --- a/recipes-support/opencv/opencv/0003-To-fix-errors-as-following.patch +++ b/recipes-support/opencv/opencv/0003-To-fix-errors-as-following.patch | |||
| @@ -7,6 +7,7 @@ Subject: [PATCH] To fix errors as following: | |||
| 7 | "perf_abs.cpp:13: undefined reference to `cvtest::param_seed'" | 7 | "perf_abs.cpp:13: undefined reference to `cvtest::param_seed'" |
| 8 | "test_superres.cpp:270: undefined reference to `checkIppStatus()'" | 8 | "test_superres.cpp:270: undefined reference to `checkIppStatus()'" |
| 9 | 9 | ||
| 10 | Upstream-Status: Pending | ||
| 10 | Signed-off-by: Huang Qiyu <huangqy.fnst@cn.fujitsu.com> | 11 | Signed-off-by: Huang Qiyu <huangqy.fnst@cn.fujitsu.com> |
| 11 | 12 | ||
| 12 | Also add the visibility changes for certain OpenCL-related functions in | 13 | Also add the visibility changes for certain OpenCL-related functions in |
