Message ID | 20250908185600.152317-4-a-christidis@ti.com |
---|---|
State | Under Review |
Delegated to: | Ryan Eatmon |
Headers | show |
Series | opencl-clhpp: v2.0.16 -> v2024.05.08 | expand |
diff --git a/meta-arago-test/recipes-extended/opencl/opencl-clhpp_%.bbappend b/meta-arago-test/recipes-extended/opencl/opencl-clhpp_%.bbappend new file mode 100644 index 00000000..6e486f4c --- /dev/null +++ b/meta-arago-test/recipes-extended/opencl/opencl-clhpp_%.bbappend @@ -0,0 +1,4 @@ +OPENCL_HEADERS_TI = "" +OPENCL_HEADERS_TI:ti-soc = "opencl_clhpp-ti.inc" + +require ${OPENCL_HEADERS_TI} diff --git a/meta-arago-test/recipes-extended/opencl/opencl_clhpp-ti.inc b/meta-arago-test/recipes-extended/opencl/opencl_clhpp-ti.inc new file mode 100644 index 00000000..ed43170c --- /dev/null +++ b/meta-arago-test/recipes-extended/opencl/opencl_clhpp-ti.inc @@ -0,0 +1,7 @@ +SRCREV = "0bdbbfe5ecda42cff50c96cc5e33527f42fcbd45" +PV = "2024.05.08" + +DEPENDS = "opencl-headers" + +EXTRA_OECMAKE:append = " -DOPENCL_CLHPP_BUILD_TESTING=OFF \ + -DBUILD_TESTING=OFF"