From: Antonios Christidis <[email protected]> Version update for the opencl_headers. This version of the headers is supported by the opencl-cts.
meta-openembedded rejected a backport of the headers recipe in master to scarthgap due to their lts process. Where, new packages and major package version changes are only allowed within the first 7 months of a lts branch opening. Signed-off-by: Antonios Christidis <[email protected]> --- v3: - Changed from adress, it was wrong. v2: - changed recipe structure in order to be yocto compliant .../recipes-extended/opencl/opencl-headers_%.bbappend | 4 ++++ meta-arago-test/recipes-extended/opencl/opencl_headers-ti.inc | 1 + 2 files changed, 5 insertions(+) create mode 100644 meta-arago-test/recipes-extended/opencl/opencl-headers_%.bbappend create mode 100644 meta-arago-test/recipes-extended/opencl/opencl_headers-ti.inc diff --git a/meta-arago-test/recipes-extended/opencl/opencl-headers_%.bbappend b/meta-arago-test/recipes-extended/opencl/opencl-headers_%.bbappend new file mode 100644 index 00000000..c890ecb7 --- /dev/null +++ b/meta-arago-test/recipes-extended/opencl/opencl-headers_%.bbappend @@ -0,0 +1,4 @@ +OPENCL_HEADERS_TI = "" +OPENCL_HEADERS_TI:ti-soc = "opencl_headers-ti.inc" + +require ${OPENCL_HEADERS_TI} diff --git a/meta-arago-test/recipes-extended/opencl/opencl_headers-ti.inc b/meta-arago-test/recipes-extended/opencl/opencl_headers-ti.inc new file mode 100644 index 00000000..4dff02d9 --- /dev/null +++ b/meta-arago-test/recipes-extended/opencl/opencl_headers-ti.inc @@ -0,0 +1 @@ +SRCREV = "8275634cf9ec31b6484c2e6be756237cb583999d" -- 2.34.1 -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#15890): https://lists.yoctoproject.org/g/meta-arago/message/15890 Mute This Topic: https://lists.yoctoproject.org/mt/111316031/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/meta-arago/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
