summaryrefslogtreecommitdiffstats
path: root/recipes-support/opencv/opencv
Commit message (Collapse)AuthorAgeFilesLines
* opencv: Update copied recipe to latestTom Hochstein2023-01-121-0/+26
| | | | | | Also fix the variable ordering for the SRC_URI overrides. Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
* opencv: imx: update the i.mx fork to 4.6.0Max Krummenacher2022-11-251-12/+14
| | | | | | | | | - Pull in the 4.6.0 meta-openembedded copy plus https://lore.kernel.org/all/20221121180529.3358952-1-max.oss.09@gmail.com/ - OpenCV_DNN_examples.patch taken from meta-imx - Adapt the PREFERRED_VERSION Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
* opencv: Backport updates from OE-CoreTom Hochstein2021-11-031-0/+41
| | | | | | | | 2178fd7386 opencv: remove setup_vars_opencv4.sh cafcc65e74 opencv: fix build with protobuf-3.18 when dnn PACKAGECONFIG is enabled 3c022cd50d opencv: Do not lock to gcc only compiler Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
* opencv: Fix SRC_URITom Hochstein2021-05-041-0/+44
| | | | | | | | | | | | | | | | | | | | | | | | The SRC_URI is updated for the base recipe, but the copy of the SRC_URI in the override section doesn't account for this, leading to a build break: ``` | -- wechat_qrcode: Download: detect.caffemodel | CMake Error at /opt/work/upstream/fsl-xwayland/tmp/work/cortexa53-crypto-mx8mp-fsl-linux/opencv/4.5.2.imx-r0/git/cmake/OpenCVDownload.cmake:161 (message): | Not going to download detect.caffemodel ``` Additionally, the SRC_URI is long and complex, and copying it in our override section does make problems like this more likely. Fix the problem and simplify maintenance by replacing the SRC_URI copy with a targetted override. The override section now shows only the changes to SRC_URI. The fix includes these related changes: - a new patch file is added in the base recipe and is now copied locally - the override for SRCREV_contrib is redundant and is dropped Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
* opencv: Adapt patch for upgrade to 4.5.2.imxTom Hochstein2021-05-041-27/+18
| | | | | | | The patch file OpenCV_DNN_examples.patch is broken after upgrading opencv to 4.5.2.imx. Fix the patch. Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
* opencv_4.4.0.imx: add recipeChris Dimich2021-03-029-0/+606
Add recipe to support additional machine learning demos and tiny dnn. Signed-off-by: Chris Dimich <Chris.Dimich@boundarydevices.com>