mbox series

[meta-to,master,0/2] opencl-cts: update to 2026.06.18 and enforce -Werror

Message ID 20260626162327.1416326-1-a-christidis@ti.com
Headers show
Series opencl-cts: update to 2026.06.18 and enforce -Werror | expand

Message

Antonios Christidis June 26, 2026, 4:23 p.m. UTC
From: Antonios Christidis <a-christidis@ti.com>

Dear all, 

Update opencl-cts to the 2026.06.18 upstream release and remove
warning-suppression workarounds from the recipe.

Patch 1 bumps the version from 2026.05.05 to 2026.06.18 by updating
SRCREV and renaming the recipe file.

Patch 2 removes '--compile-no-warning-as-error' from EXTRA_OECMAKE and
drops 'SECURITY_STRINGFORMAT:remove = "-Werror=format-security"'. The 
recipe now carries five patches (submitted upstream via
PR #2727 and #2728).

Kind Regards,
Antonios

Antonios Christidis (2):
  opencl-cts: Update version 2026.05.05 -> 2026.06.18
  opencl-cts: enforce -Werror flags and fix upstream build warnings

 ...pe-mismatches-across-function-templa.patch | 209 ++++++++++++++++++
 ...st_unary_fn-Remove-unused-variable-j.patch |  40 ++++
 ...rintf-Fix-out-of-bounds-pattern-arra.patch |  32 +++
 ...002-commonfns-Remove-Wno-format-flag.patch |  30 +++
 ...3-c11_atomics-Remove-Wno-format-flag.patch |  29 +++
 ...2026.05.05.bb => opencl-cts_2026.06.18.bb} |  13 +-
 6 files changed, 348 insertions(+), 5 deletions(-)
 create mode 100644 meta-oe/recipes-core/opencl/opencl-cts/0001-commonfns-fix-type-mismatches-across-function-templa.patch
 create mode 100644 meta-oe/recipes-core/opencl/opencl-cts/0001-test_unary_fn-Remove-unused-variable-j.patch
 create mode 100644 meta-oe/recipes-core/opencl/opencl-cts/0002-command_buffer_printf-Fix-out-of-bounds-pattern-arra.patch
 create mode 100644 meta-oe/recipes-core/opencl/opencl-cts/0002-commonfns-Remove-Wno-format-flag.patch
 create mode 100644 meta-oe/recipes-core/opencl/opencl-cts/0003-c11_atomics-Remove-Wno-format-flag.patch
 rename meta-oe/recipes-core/opencl/{opencl-cts_2026.05.05.bb => opencl-cts_2026.06.18.bb} (71%)