diff mbox series

[meta-arago,scarthgap] opencl-*: Cleanup bbappend guards

Message ID 20251028143703.16027-1-reatmon@ti.com
State Accepted
Delegated to: Ryan Eatmon
Headers show
Series [meta-arago,scarthgap] opencl-*: Cleanup bbappend guards | expand

Commit Message

Ryan Eatmon Oct. 28, 2025, 2:37 p.m. UTC
Enforce a standard where the include file name should match the recipe
name.  In this case, _ was used instead of - in the include file name.

Signed-off-by: Ryan Eatmon <reatmon@ti.com>
---
 .../opencl/{opencl_clhpp-ti.inc => opencl-clhpp-ti.inc}         | 0
 meta-arago-test/recipes-extended/opencl/opencl-clhpp_%.bbappend | 2 +-
 .../opencl/{opencl_headers-ti.inc => opencl-headers-ti.inc}     | 0
 .../recipes-extended/opencl/opencl-headers_%.bbappend           | 2 +-
 4 files changed, 2 insertions(+), 2 deletions(-)
 rename meta-arago-test/recipes-extended/opencl/{opencl_clhpp-ti.inc => opencl-clhpp-ti.inc} (100%)
 rename meta-arago-test/recipes-extended/opencl/{opencl_headers-ti.inc => opencl-headers-ti.inc} (100%)
diff mbox series

Patch

diff --git a/meta-arago-test/recipes-extended/opencl/opencl_clhpp-ti.inc b/meta-arago-test/recipes-extended/opencl/opencl-clhpp-ti.inc
similarity index 100%
rename from meta-arago-test/recipes-extended/opencl/opencl_clhpp-ti.inc
rename to meta-arago-test/recipes-extended/opencl/opencl-clhpp-ti.inc
diff --git a/meta-arago-test/recipes-extended/opencl/opencl-clhpp_%.bbappend b/meta-arago-test/recipes-extended/opencl/opencl-clhpp_%.bbappend
index 6e486f4c..0ed8bf36 100644
--- a/meta-arago-test/recipes-extended/opencl/opencl-clhpp_%.bbappend
+++ b/meta-arago-test/recipes-extended/opencl/opencl-clhpp_%.bbappend
@@ -1,4 +1,4 @@ 
 OPENCL_HEADERS_TI = ""
-OPENCL_HEADERS_TI:ti-soc = "opencl_clhpp-ti.inc"
+OPENCL_HEADERS_TI:ti-soc = "${BPN}-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
similarity index 100%
rename from meta-arago-test/recipes-extended/opencl/opencl_headers-ti.inc
rename to 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
index c890ecb7..0ed8bf36 100644
--- a/meta-arago-test/recipes-extended/opencl/opencl-headers_%.bbappend
+++ b/meta-arago-test/recipes-extended/opencl/opencl-headers_%.bbappend
@@ -1,4 +1,4 @@ 
 OPENCL_HEADERS_TI = ""
-OPENCL_HEADERS_TI:ti-soc = "opencl_headers-ti.inc"
+OPENCL_HEADERS_TI:ti-soc = "${BPN}-ti.inc"
 
 require ${OPENCL_HEADERS_TI}