Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | patches: fix upstream-status | Max Krummenacher | 2024-06-18 | 1 | -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 error | Max Krummenacher | 2024-06-01 | 1 | -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> |