diff mbox series

[meta-arago,scarthgap,v1,1/3] meta-arago-test: recipes-extended: Remove opencl c headers bbappend

Message ID 20250505153309.1739313-2-a-christidis@ti.com
State New
Headers show
Series OpenCL C / C++ header revamp | expand

Commit Message

Antonios Christidis May 5, 2025, 3:33 p.m. UTC
From: Antonios Christidis <a-christidis@ti.com>

Remove the opencl c headers bbappend and respective inc file.

The meta-oe recipe (that the bbapend file is building off of ) is not
utilizing the cmake build system of the repo, only copying the header
files to the filesystem. The build system is needed as it generates
config.cmake files which are required by the c++ headers cmake build
system.

Instead of editing the opencl_headers-ti.inc file to override all of the
behavior of the meta-oe recipe, delete the .bbappend and .inc files and
introduce new opencl-headers recipe within meta-arago (this will be done
in later commits).

Signed-off-by: Antonios Christidis <a-christidis@ti.com>
---
 .../recipes-extended/opencl/opencl-headers_%.bbappend         | 4 ----
 meta-arago-test/recipes-extended/opencl/opencl_headers-ti.inc | 1 -
 2 files changed, 5 deletions(-)
 delete mode 100644 meta-arago-test/recipes-extended/opencl/opencl-headers_%.bbappend
 delete mode 100644 meta-arago-test/recipes-extended/opencl/opencl_headers-ti.inc
diff mbox series

Patch

diff --git a/meta-arago-test/recipes-extended/opencl/opencl-headers_%.bbappend b/meta-arago-test/recipes-extended/opencl/opencl-headers_%.bbappend
deleted file mode 100644
index c890ecb7..00000000
--- a/meta-arago-test/recipes-extended/opencl/opencl-headers_%.bbappend
+++ /dev/null
@@ -1,4 +0,0 @@ 
-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
deleted file mode 100644
index 4dff02d9..00000000
--- a/meta-arago-test/recipes-extended/opencl/opencl_headers-ti.inc
+++ /dev/null
@@ -1 +0,0 @@ 
-SRCREV = "8275634cf9ec31b6484c2e6be756237cb583999d"