summaryrefslogtreecommitdiffstats
path: root/recipes-multimedia/imx-opencl-converter/imx-opencl-converter
Commit message (Collapse)AuthorAgeFilesLines
* patches: fix upstream-statusMax Krummenacher2024-06-181-0/+1
| | | | | | | | | | OE-core enabled the picky QA check on Upstream-Status. commit b7fb91c797ab ("insane: add patch-status to default ERROR_QA") Add missing upstream-status respectively fix unknown 'unknown' state. strict_status_re = re.compile(r"^Upstream-Status: (Pending|Submitted|Denied|Inappropriate|Backport|Inactive-Upstream)( .+)?$", re.MULTILINE) Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
* imx-opencl-converter: fix compile time errorMax Krummenacher2024-06-011-0/+38
GCC-14 set more warnings to errors, fix the code. Fixes: | .../src/ocl.c:258: 22: error: passing argument 6 of 'clGetProgramBuildInfo' from incompatible pointer type [-Wincompatible-pointer-types] Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>