From 26d268b690dd1544dec91be897f1241521340b48 Mon Sep 17 00:00:00 2001 From: Anuj Mittal Date: Thu, 19 May 2022 22:04:22 +0800 Subject: intel-graphics-compiler: upgrade 1.0.10395 -> 1.0.11279 * Remove upstreamed patches and refresh others. * Include the LICENSE.md file and remove the cpp file which just points to MIT license. * Update the license to MIT and Apache-2.0 * Install vcb tool from -native recipe. Signed-off-by: Anuj Mittal (cherry picked from commit 7cd06a4a7151341fca82a08b5f820fae6504d409) Signed-off-by: Anuj Mittal --- .../recipes-opencl/igc/files/fix-header.patch | 25 ---------------------- 1 file changed, 25 deletions(-) delete mode 100644 dynamic-layers/clang-layer/recipes-opencl/igc/files/fix-header.patch (limited to 'dynamic-layers/clang-layer/recipes-opencl/igc/files/fix-header.patch') diff --git a/dynamic-layers/clang-layer/recipes-opencl/igc/files/fix-header.patch b/dynamic-layers/clang-layer/recipes-opencl/igc/files/fix-header.patch deleted file mode 100644 index a504f55c..00000000 --- a/dynamic-layers/clang-layer/recipes-opencl/igc/files/fix-header.patch +++ /dev/null @@ -1,25 +0,0 @@ -From 4f510460beb630bac74fad399370b76354fdbd65 Mon Sep 17 00:00:00 2001 -From: Bruno Pagani -Date: Mon, 21 Feb 2022 12:32:25 +0000 -Subject: [PATCH] Fix missing include - -Same as 6c805b2 - -Upstream-Status: Backport -Signed-off-by: Anuj Mittal ---- - visa/LocalScheduler/SWSB_G4IR.cpp | 1 + - 1 file changed, 1 insertion(+) - -diff --git a/visa/LocalScheduler/SWSB_G4IR.cpp b/visa/LocalScheduler/SWSB_G4IR.cpp -index 153d8a7dc58..cea75c7faa7 100644 ---- a/visa/LocalScheduler/SWSB_G4IR.cpp -+++ b/visa/LocalScheduler/SWSB_G4IR.cpp -@@ -16,6 +16,7 @@ SPDX-License-Identifier: MIT - #include - #include - #include -+#include - #include - #include - -- cgit v1.2.3-54-g00ecf