summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorZoltán Böszörményi <zboszor@gmail.com>2025-11-04 13:27:30 +0100
committerYogesh Tyagi <yogesh.tyagi@intel.com>2026-01-01 19:41:38 +0530
commit36e44b684cc74e5d3112f7e430e8ef563d69ee92 (patch)
tree1039f3ef00423e3c43495b3dedd82dd7a96ea0c9
parent76ba9349533821a3a3526d4e8a19be8589f5cefb (diff)
downloadmeta-intel-36e44b684cc74e5d3112f7e430e8ef563d69ee92.tar.gz
Support whinlatter only
Yocto 5.3 merged most of meta-clang. Move recipes from dynamic-layers/clang-layer to the toplevel. Signed-off-by: Zoltán Böszörményi <zboszor@gmail.com>
-rw-r--r--conf/layer.conf4
-rwxr-xr-xrecipes-core/dnn/files/run-ptest (renamed from dynamic-layers/clang-layer/recipes-core/dnn/files/run-ptest)0
-rw-r--r--recipes-core/dnn/onednn_3.5.3.bb (renamed from dynamic-layers/clang-layer/recipes-core/dnn/onednn_3.5.3.bb)0
-rw-r--r--recipes-opencl/compute-runtime/intel-compute-runtime/0002-Build-not-able-to-locate-cpp_generation_tool.patch (renamed from dynamic-layers/clang-layer/recipes-opencl/compute-runtime/intel-compute-runtime/0002-Build-not-able-to-locate-cpp_generation_tool.patch)0
-rw-r--r--recipes-opencl/compute-runtime/intel-compute-runtime/0003-external-ocloc.patch (renamed from dynamic-layers/clang-layer/recipes-opencl/compute-runtime/intel-compute-runtime/0003-external-ocloc.patch)0
-rw-r--r--recipes-opencl/compute-runtime/intel-compute-runtime_25.13.33276.16.bb (renamed from dynamic-layers/clang-layer/recipes-opencl/compute-runtime/intel-compute-runtime_25.13.33276.16.bb)0
-rw-r--r--recipes-opencl/igc/files/0001-BiF-CMakeLists.txt-remove-opt-from-DEPENDS.patch (renamed from dynamic-layers/clang-layer/recipes-opencl/igc/files/0001-BiF-CMakeLists.txt-remove-opt-from-DEPENDS.patch)0
-rw-r--r--recipes-opencl/igc/files/0001-Build-not-able-to-locate-BiFManager-bin.patch (renamed from dynamic-layers/clang-layer/recipes-opencl/igc/files/0001-Build-not-able-to-locate-BiFManager-bin.patch)0
-rw-r--r--recipes-opencl/igc/files/0001-external-SPIRV-Tools-change-path-to-tools-and-header.patch (renamed from dynamic-layers/clang-layer/recipes-opencl/igc/files/0001-external-SPIRV-Tools-change-path-to-tools-and-header.patch)0
-rw-r--r--recipes-opencl/igc/files/0001-fix-tblgen.patch (renamed from dynamic-layers/clang-layer/recipes-opencl/igc/files/0001-fix-tblgen.patch)0
-rw-r--r--recipes-opencl/igc/files/0003-Improve-Reproducibility-for-src-package.patch (renamed from dynamic-layers/clang-layer/recipes-opencl/igc/files/0003-Improve-Reproducibility-for-src-package.patch)0
-rw-r--r--recipes-opencl/igc/intel-graphics-compiler_2.10.10.bb (renamed from dynamic-layers/clang-layer/recipes-opencl/igc/intel-graphics-compiler_2.10.10.bb)0
-rw-r--r--recipes-opencl/opencl-clang/files/0001-cl_headers-CMakeLists.txt-use-clang-from-native-sysr.patch (renamed from dynamic-layers/clang-layer/recipes-opencl/opencl-clang/files/0001-cl_headers-CMakeLists.txt-use-clang-from-native-sysr.patch)0
-rw-r--r--recipes-opencl/opencl-clang/files/0002-Request-native-clang-only-when-cross-compiling-464.patch (renamed from dynamic-layers/clang-layer/recipes-opencl/opencl-clang/files/0002-Request-native-clang-only-when-cross-compiling-464.patch)0
-rw-r--r--recipes-opencl/opencl-clang/opencl-clang.inc (renamed from dynamic-layers/clang-layer/recipes-opencl/opencl-clang/opencl-clang.inc)0
-rw-r--r--recipes-opencl/opencl-clang/opencl-clang_15.0.0.bb (renamed from dynamic-layers/clang-layer/recipes-opencl/opencl-clang/opencl-clang_15.0.0.bb)0
16 files changed, 1 insertions, 3 deletions
diff --git a/conf/layer.conf b/conf/layer.conf
index 9365f3a2..be9503dc 100644
--- a/conf/layer.conf
+++ b/conf/layer.conf
@@ -19,11 +19,9 @@ LAYERRECOMMENDS_intel = "dpdk"
19# This should only be incremented on significant changes that will 19# This should only be incremented on significant changes that will
20# cause compatibility issues with other layers 20# cause compatibility issues with other layers
21LAYERVERSION_intel = "5" 21LAYERVERSION_intel = "5"
22LAYERSERIES_COMPAT_intel = "scarthgap whinlatter" 22LAYERSERIES_COMPAT_intel = "whinlatter"
23 23
24BBFILES_DYNAMIC += " \ 24BBFILES_DYNAMIC += " \
25 clang-layer:${LAYERDIR}/dynamic-layers/clang-layer/*/*/*.bb \
26 clang-layer:${LAYERDIR}/dynamic-layers/clang-layer/*/*/*.bbappend \
27 openembedded-layer:${LAYERDIR}/dynamic-layers/openembedded-layer/*/*/*.bb \ 25 openembedded-layer:${LAYERDIR}/dynamic-layers/openembedded-layer/*/*/*.bb \
28 openembedded-layer:${LAYERDIR}/dynamic-layers/openembedded-layer/*/*/*.bbappend \ 26 openembedded-layer:${LAYERDIR}/dynamic-layers/openembedded-layer/*/*/*.bbappend \
29 meta-python:${LAYERDIR}/dynamic-layers/meta-python/*/*/*.bb \ 27 meta-python:${LAYERDIR}/dynamic-layers/meta-python/*/*/*.bb \
diff --git a/dynamic-layers/clang-layer/recipes-core/dnn/files/run-ptest b/recipes-core/dnn/files/run-ptest
index 82d4df58..82d4df58 100755
--- a/dynamic-layers/clang-layer/recipes-core/dnn/files/run-ptest
+++ b/recipes-core/dnn/files/run-ptest
diff --git a/dynamic-layers/clang-layer/recipes-core/dnn/onednn_3.5.3.bb b/recipes-core/dnn/onednn_3.5.3.bb
index 531f80c6..531f80c6 100644
--- a/dynamic-layers/clang-layer/recipes-core/dnn/onednn_3.5.3.bb
+++ b/recipes-core/dnn/onednn_3.5.3.bb
diff --git a/dynamic-layers/clang-layer/recipes-opencl/compute-runtime/intel-compute-runtime/0002-Build-not-able-to-locate-cpp_generation_tool.patch b/recipes-opencl/compute-runtime/intel-compute-runtime/0002-Build-not-able-to-locate-cpp_generation_tool.patch
index 45288ce1..45288ce1 100644
--- a/dynamic-layers/clang-layer/recipes-opencl/compute-runtime/intel-compute-runtime/0002-Build-not-able-to-locate-cpp_generation_tool.patch
+++ b/recipes-opencl/compute-runtime/intel-compute-runtime/0002-Build-not-able-to-locate-cpp_generation_tool.patch
diff --git a/dynamic-layers/clang-layer/recipes-opencl/compute-runtime/intel-compute-runtime/0003-external-ocloc.patch b/recipes-opencl/compute-runtime/intel-compute-runtime/0003-external-ocloc.patch
index 2001d839..2001d839 100644
--- a/dynamic-layers/clang-layer/recipes-opencl/compute-runtime/intel-compute-runtime/0003-external-ocloc.patch
+++ b/recipes-opencl/compute-runtime/intel-compute-runtime/0003-external-ocloc.patch
diff --git a/dynamic-layers/clang-layer/recipes-opencl/compute-runtime/intel-compute-runtime_25.13.33276.16.bb b/recipes-opencl/compute-runtime/intel-compute-runtime_25.13.33276.16.bb
index b13daaa8..b13daaa8 100644
--- a/dynamic-layers/clang-layer/recipes-opencl/compute-runtime/intel-compute-runtime_25.13.33276.16.bb
+++ b/recipes-opencl/compute-runtime/intel-compute-runtime_25.13.33276.16.bb
diff --git a/dynamic-layers/clang-layer/recipes-opencl/igc/files/0001-BiF-CMakeLists.txt-remove-opt-from-DEPENDS.patch b/recipes-opencl/igc/files/0001-BiF-CMakeLists.txt-remove-opt-from-DEPENDS.patch
index 456a8c65..456a8c65 100644
--- a/dynamic-layers/clang-layer/recipes-opencl/igc/files/0001-BiF-CMakeLists.txt-remove-opt-from-DEPENDS.patch
+++ b/recipes-opencl/igc/files/0001-BiF-CMakeLists.txt-remove-opt-from-DEPENDS.patch
diff --git a/dynamic-layers/clang-layer/recipes-opencl/igc/files/0001-Build-not-able-to-locate-BiFManager-bin.patch b/recipes-opencl/igc/files/0001-Build-not-able-to-locate-BiFManager-bin.patch
index 87b094aa..87b094aa 100644
--- a/dynamic-layers/clang-layer/recipes-opencl/igc/files/0001-Build-not-able-to-locate-BiFManager-bin.patch
+++ b/recipes-opencl/igc/files/0001-Build-not-able-to-locate-BiFManager-bin.patch
diff --git a/dynamic-layers/clang-layer/recipes-opencl/igc/files/0001-external-SPIRV-Tools-change-path-to-tools-and-header.patch b/recipes-opencl/igc/files/0001-external-SPIRV-Tools-change-path-to-tools-and-header.patch
index fc66b71d..fc66b71d 100644
--- a/dynamic-layers/clang-layer/recipes-opencl/igc/files/0001-external-SPIRV-Tools-change-path-to-tools-and-header.patch
+++ b/recipes-opencl/igc/files/0001-external-SPIRV-Tools-change-path-to-tools-and-header.patch
diff --git a/dynamic-layers/clang-layer/recipes-opencl/igc/files/0001-fix-tblgen.patch b/recipes-opencl/igc/files/0001-fix-tblgen.patch
index 3d9ae02f..3d9ae02f 100644
--- a/dynamic-layers/clang-layer/recipes-opencl/igc/files/0001-fix-tblgen.patch
+++ b/recipes-opencl/igc/files/0001-fix-tblgen.patch
diff --git a/dynamic-layers/clang-layer/recipes-opencl/igc/files/0003-Improve-Reproducibility-for-src-package.patch b/recipes-opencl/igc/files/0003-Improve-Reproducibility-for-src-package.patch
index 4269fadf..4269fadf 100644
--- a/dynamic-layers/clang-layer/recipes-opencl/igc/files/0003-Improve-Reproducibility-for-src-package.patch
+++ b/recipes-opencl/igc/files/0003-Improve-Reproducibility-for-src-package.patch
diff --git a/dynamic-layers/clang-layer/recipes-opencl/igc/intel-graphics-compiler_2.10.10.bb b/recipes-opencl/igc/intel-graphics-compiler_2.10.10.bb
index f3c19ce1..f3c19ce1 100644
--- a/dynamic-layers/clang-layer/recipes-opencl/igc/intel-graphics-compiler_2.10.10.bb
+++ b/recipes-opencl/igc/intel-graphics-compiler_2.10.10.bb
diff --git a/dynamic-layers/clang-layer/recipes-opencl/opencl-clang/files/0001-cl_headers-CMakeLists.txt-use-clang-from-native-sysr.patch b/recipes-opencl/opencl-clang/files/0001-cl_headers-CMakeLists.txt-use-clang-from-native-sysr.patch
index 031a77c7..031a77c7 100644
--- a/dynamic-layers/clang-layer/recipes-opencl/opencl-clang/files/0001-cl_headers-CMakeLists.txt-use-clang-from-native-sysr.patch
+++ b/recipes-opencl/opencl-clang/files/0001-cl_headers-CMakeLists.txt-use-clang-from-native-sysr.patch
diff --git a/dynamic-layers/clang-layer/recipes-opencl/opencl-clang/files/0002-Request-native-clang-only-when-cross-compiling-464.patch b/recipes-opencl/opencl-clang/files/0002-Request-native-clang-only-when-cross-compiling-464.patch
index 2f1814f8..2f1814f8 100644
--- a/dynamic-layers/clang-layer/recipes-opencl/opencl-clang/files/0002-Request-native-clang-only-when-cross-compiling-464.patch
+++ b/recipes-opencl/opencl-clang/files/0002-Request-native-clang-only-when-cross-compiling-464.patch
diff --git a/dynamic-layers/clang-layer/recipes-opencl/opencl-clang/opencl-clang.inc b/recipes-opencl/opencl-clang/opencl-clang.inc
index 943ddf46..943ddf46 100644
--- a/dynamic-layers/clang-layer/recipes-opencl/opencl-clang/opencl-clang.inc
+++ b/recipes-opencl/opencl-clang/opencl-clang.inc
diff --git a/dynamic-layers/clang-layer/recipes-opencl/opencl-clang/opencl-clang_15.0.0.bb b/recipes-opencl/opencl-clang/opencl-clang_15.0.0.bb
index e946c31c..e946c31c 100644
--- a/dynamic-layers/clang-layer/recipes-opencl/opencl-clang/opencl-clang_15.0.0.bb
+++ b/recipes-opencl/opencl-clang/opencl-clang_15.0.0.bb