summaryrefslogtreecommitdiffstats
path: root/meta-offline-voice-agent/recipes-devtools/recipes-intel/files
diff options
context:
space:
mode:
authorAnuj Solanki <anuj603362@gmail.com>2024-09-30 23:39:02 +0200
committerAnuj Solanki <anuj603362@gmail.com>2024-10-06 16:25:15 +0200
commit8949e1b030da7067da206a580c5124ca85ec9fbc (patch)
tree9eec1daea3ded33862a310aa66e83864acf8abc2 /meta-offline-voice-agent/recipes-devtools/recipes-intel/files
parent1feb55631bea43bf7745921e247706303db4d6fc (diff)
Remove OpenAI's Whisper AI and its dependencies
- Remove OpenAI's Whisper AI recipes and all its dependencies. - Add recipes for whisper-cpp, whisper-cpp-base and whisper-cpp-tiny model. - Add recipe for python-mpd. - Add voice-agent-config to /etc/default and update config path in agl-service-voiceagent.service Bug-AGL: SPEC-5200 Change-Id: Iaebd9c46930144b41659710202e9b737dbe9f60b Signed-off-by: Anuj Solanki <anuj603362@gmail.com>
Diffstat (limited to 'meta-offline-voice-agent/recipes-devtools/recipes-intel/files')
-rw-r--r--meta-offline-voice-agent/recipes-devtools/recipes-intel/files/0001-Add-new-DG2-device-IDs-194.patch37
-rw-r--r--meta-offline-voice-agent/recipes-devtools/recipes-intel/files/0001-BiF-CMakeLists.txt-remove-opt-from-DEPENDS.patch35
-rw-r--r--meta-offline-voice-agent/recipes-devtools/recipes-intel/files/0001-Introduce-ARL-H-support-172.patch42
-rw-r--r--meta-offline-voice-agent/recipes-devtools/recipes-intel/files/0001-external-SPIRV-Tools-change-path-to-tools-and-header.patch31
-rw-r--r--meta-offline-voice-agent/recipes-devtools/recipes-intel/files/0001-fix-tblgen.patch24
-rw-r--r--meta-offline-voice-agent/recipes-devtools/recipes-intel/files/0003-Improve-Reproducibility-for-src-package.patch34
-rw-r--r--meta-offline-voice-agent/recipes-devtools/recipes-intel/files/intel-oneapi-runtime.conf4
7 files changed, 0 insertions, 207 deletions
diff --git a/meta-offline-voice-agent/recipes-devtools/recipes-intel/files/0001-Add-new-DG2-device-IDs-194.patch b/meta-offline-voice-agent/recipes-devtools/recipes-intel/files/0001-Add-new-DG2-device-IDs-194.patch
deleted file mode 100644
index 825c1f18..00000000
--- a/meta-offline-voice-agent/recipes-devtools/recipes-intel/files/0001-Add-new-DG2-device-IDs-194.patch
+++ /dev/null
@@ -1,37 +0,0 @@
-From 8729d66800995a9b7e693bd78249932bd12383e1 Mon Sep 17 00:00:00 2001
-From: John Machado <john.machado@intel.com>
-Date: Mon, 25 Mar 2024 11:13:27 +0530
-Subject: [PATCH] Add new DG2 device IDs (#194)
-
-Upstream-Status: Backport [https://github.com/intel/gmmlib/commit/dcc4b85ea3728c848b62fbb164c00f43b519b6fb]
-
-Signed-off-by: Hoe, Sheng Yang <sheng.yang.hoe@intel.com>
----
- Source/inc/common/igfxfmid.h | 4 ++++
- 1 file changed, 4 insertions(+)
-
-diff --git a/Source/inc/common/igfxfmid.h b/Source/inc/common/igfxfmid.h
-index 7969779..8e2c955 100644
---- a/Source/inc/common/igfxfmid.h
-+++ b/Source/inc/common/igfxfmid.h
-@@ -1932,6 +1932,8 @@ typedef enum __NATIVEGTTYPE
- #define DEV_ID_56BB 0x56BB
- #define DEV_ID_56BC 0x56BC
- #define DEV_ID_56BD 0x56BD
-+#define DEV_ID_56BE 0x56BE
-+#define DEV_ID_56BF 0x56BF
- #define DEV_ID_56C0 0x56C0
- #define DEV_ID_56C1 0x56C1
-
-@@ -1992,6 +1994,8 @@ typedef enum __NATIVEGTTYPE
- ( d == DEV_ID_5690 ) || \
- ( d == DEV_ID_5691 ) || \
- ( d == DEV_ID_5692 ) || \
-+ ( d == DEV_ID_56BE ) || \
-+ ( d == DEV_ID_56BF ) || \
- ( d == DEV_ID_56C0 ) || \
- ( d == DEV_ID_4F80 ) || \
- ( d == DEV_ID_4F81 ) || \
---
-2.34.1
-
diff --git a/meta-offline-voice-agent/recipes-devtools/recipes-intel/files/0001-BiF-CMakeLists.txt-remove-opt-from-DEPENDS.patch b/meta-offline-voice-agent/recipes-devtools/recipes-intel/files/0001-BiF-CMakeLists.txt-remove-opt-from-DEPENDS.patch
deleted file mode 100644
index 377081fd..00000000
--- a/meta-offline-voice-agent/recipes-devtools/recipes-intel/files/0001-BiF-CMakeLists.txt-remove-opt-from-DEPENDS.patch
+++ /dev/null
@@ -1,35 +0,0 @@
-From 3d71670f8ad5b54d434c2f5f71713bb1d5433ae4 Mon Sep 17 00:00:00 2001
-From: Anuj Mittal <anuj.mittal@intel.com>
-Date: Tue, 12 Oct 2021 23:46:42 +0800
-Subject: [PATCH] BiF/CMakeLists.txt: remove opt from DEPENDS
-
-Otherwise it starts failing with:
-
-| ninja: error: 'IGC/VectorCompiler/lib/BiF/opt', needed by 'IGC/VectorCompiler/lib/BiF/VCBiFPrintfOCL32.opt.bc', missing and no known rule to make it
-
-We don't need to explicitly make sure opt is built when
-using prebuilt binaries.
-
-Upstream-Status: Inappropriate
-
-Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
----
- IGC/VectorCompiler/lib/BiF/cmake/Functions.cmake | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/IGC/VectorCompiler/lib/BiF/cmake/Functions.cmake b/IGC/VectorCompiler/lib/BiF/cmake/Functions.cmake
-index d20d7f887..882e09fea 100644
---- a/IGC/VectorCompiler/lib/BiF/cmake/Functions.cmake
-+++ b/IGC/VectorCompiler/lib/BiF/cmake/Functions.cmake
-@@ -109,7 +109,7 @@ function(vc_build_bif TARGET RES_FILE CMCL_SRC_PATH BIF_NAME PTR_BIT_SIZE)
- COMMENT "vc_build_bif: Translating CMCL builtins: ${BIF_CLANG_BC_NAME_FINAL} -> ${BIF_OPT_BC_NAME}"
- COMMAND CMCLTranslatorTool -o ${BIF_CMCL_BC_NAME} ${BIF_CLANG_BC_NAME_FINAL}
- COMMAND ${LLVM_OPT_EXE} ${IGC_LLVM_DEPENDENT_OPT_FLAGS} --O2 -o ${BIF_OPT_BC_NAME} ${BIF_CMCL_BC_NAME}
-- DEPENDS CMCLTranslatorTool ${LLVM_OPT_EXE} ${BIF_CLANG_BC_PATH_FINAL}
-+ DEPENDS CMCLTranslatorTool ${BIF_CLANG_BC_PATH_FINAL}
- BYPRODUCTS ${BIF_OPT_BC_PATH}
- SOURCES ${CMCL_SRC_PATH})
- set(${RES_FILE} ${BIF_OPT_BC_NAME} PARENT_SCOPE)
---
-2.43.2
-
diff --git a/meta-offline-voice-agent/recipes-devtools/recipes-intel/files/0001-Introduce-ARL-H-support-172.patch b/meta-offline-voice-agent/recipes-devtools/recipes-intel/files/0001-Introduce-ARL-H-support-172.patch
deleted file mode 100644
index ab4cb178..00000000
--- a/meta-offline-voice-agent/recipes-devtools/recipes-intel/files/0001-Introduce-ARL-H-support-172.patch
+++ /dev/null
@@ -1,42 +0,0 @@
-From 2b267b72d6aaa922861b120da9c1543161797046 Mon Sep 17 00:00:00 2001
-From: John Machado <john.machado@intel.com>
-Date: Fri, 9 Feb 2024 13:10:18 +0530
-Subject: [PATCH] Introduce ARL-H support (#172)
-
-Upstream-Status: Backport [https://github.com/intel/gmmlib/commit/544a8be6f66631e085c86c453aafd78b0e7f5179]
-Signed-off-by: Lim Siew Hoon <siew.hoon.lim@intel.com>
----
- Source/inc/common/igfxfmid.h | 10 ++++++++++
- 1 file changed, 10 insertions(+)
-
-diff --git a/Source/inc/common/igfxfmid.h b/Source/inc/common/igfxfmid.h
-index 99fc624..19aa505 100644
---- a/Source/inc/common/igfxfmid.h
-+++ b/Source/inc/common/igfxfmid.h
-@@ -1966,6 +1966,11 @@ typedef enum __NATIVEGTTYPE
- // ARL-S
- #define DEV_ID_7D67 0x7D67
-
-+// ARL-H
-+#define DEV_ID_7D41 0x7D41
-+#define DEV_ID_7D51 0x7D51
-+#define DEV_ID_7DD1 0x7DD1
-+
- #define MGM_HAS 0
-
- //#define SDG_HAS 1 //Reserve place for Springdale-G HAS
-@@ -2012,6 +2017,11 @@ typedef enum __NATIVEGTTYPE
- // Macro to identify ARL-S Device ID
- #define GFX_IS_ARL_S(d) ( ( d == DEV_ID_7D67 ) )
-
-+// Macro to identify ARL-H Device ID
-+#define GFX_IS_ARL_H(d) ( ( d == DEV_ID_7D41 ) || \
-+ ( d == DEV_ID_7D51 ) || \
-+ ( d == DEV_ID_7DD1 ))
-+
- //we define the highest cap and lower cap of stepping IDs
- #define SI_REV_ID(lo,hi) (lo | hi<<16)
-
---
-2.40.1
-
diff --git a/meta-offline-voice-agent/recipes-devtools/recipes-intel/files/0001-external-SPIRV-Tools-change-path-to-tools-and-header.patch b/meta-offline-voice-agent/recipes-devtools/recipes-intel/files/0001-external-SPIRV-Tools-change-path-to-tools-and-header.patch
deleted file mode 100644
index dca75e22..00000000
--- a/meta-offline-voice-agent/recipes-devtools/recipes-intel/files/0001-external-SPIRV-Tools-change-path-to-tools-and-header.patch
+++ /dev/null
@@ -1,31 +0,0 @@
-From e69a3181482e5f442756a61c7b683914072884f1 Mon Sep 17 00:00:00 2001
-From: Anuj Mittal <anuj.mittal@intel.com>
-Date: Mon, 9 Jan 2023 11:43:05 +0800
-Subject: [PATCH] external/SPIRV-Tools: change path to tools and headers
-
-We clone the SPIRV headers and tools in a different directory to ensure
-file path substitutions take place.
-
-Upstream-Status: Inappropriate
-
-Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
-
----
- external/SPIRV-Tools/CMakeLists.txt | 4 ++--
- 1 file changed, 2 insertions(+), 2 deletions(-)
-
-diff --git a/external/SPIRV-Tools/CMakeLists.txt b/external/SPIRV-Tools/CMakeLists.txt
-index 9afa5746c..7ca24d5dc 100644
---- a/external/SPIRV-Tools/CMakeLists.txt
-+++ b/external/SPIRV-Tools/CMakeLists.txt
-@@ -43,8 +43,8 @@ else() #By default use build from sources
- message(STATUS "[SPIRV-Tools] : Building from source")
- message(STATUS "[SPIRV-Tools] : Current source dir: ${CMAKE_CURRENT_SOURCE_DIR}")
-
-- set(SPIRV-Headers_SOURCE_DIR "${CMAKE_CURRENT_SOURCE_DIR}/../../SPIRV-Headers") # used in subdirectory
-- set(SPIRV-Tools_SOURCE_DIR "${CMAKE_CURRENT_SOURCE_DIR}/../../SPIRV-Tools")
-+ set(SPIRV-Headers_SOURCE_DIR "${CMAKE_CURRENT_SOURCE_DIR}/../SPIRV-Headers") # used in subdirectory
-+ set(SPIRV-Tools_SOURCE_DIR "${CMAKE_CURRENT_SOURCE_DIR}/../SPIRV-Tools")
-
- set(SPIRV-Tools_OUTPUT_DIR "${IGC_OPTION__OUTPUT_DIR}/external/SPIRV-Tools/build")
- set(IGC_BUILD__SPIRV-Headers_DIR "${SPIRV-Headers_SOURCE_DIR}")
diff --git a/meta-offline-voice-agent/recipes-devtools/recipes-intel/files/0001-fix-tblgen.patch b/meta-offline-voice-agent/recipes-devtools/recipes-intel/files/0001-fix-tblgen.patch
deleted file mode 100644
index 39443931..00000000
--- a/meta-offline-voice-agent/recipes-devtools/recipes-intel/files/0001-fix-tblgen.patch
+++ /dev/null
@@ -1,24 +0,0 @@
-From 5648568e597acd0fed82aac3e6aef0f95a1b78d1 Mon Sep 17 00:00:00 2001
-From: Anuj Mittal <anuj.mittal@intel.com>
-Date: Thu, 19 May 2022 22:50:09 +0800
-Subject: [PATCH] fix tblgen
-
-Upstream-Status: Inappropriate [OE specific]
-
----
- IGC/cmake/igc_llvm.cmake | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/IGC/cmake/igc_llvm.cmake b/IGC/cmake/igc_llvm.cmake
-index 10322533c..9020cb3c8 100644
---- a/IGC/cmake/igc_llvm.cmake
-+++ b/IGC/cmake/igc_llvm.cmake
-@@ -52,7 +52,7 @@ else()
- set(LLVM_OPT_EXE "opt" CACHE STRING "")
-
- set(LLVM_TABLEGEN_EXE "llvm-tblgen")
-- if(CMAKE_CROSSCOMPILING)
-+ if(TRUE)
- if(DEFINED LLVM_TABLEGEN)
- set(LLVM_TABLEGEN_EXE ${LLVM_TABLEGEN})
- else()
diff --git a/meta-offline-voice-agent/recipes-devtools/recipes-intel/files/0003-Improve-Reproducibility-for-src-package.patch b/meta-offline-voice-agent/recipes-devtools/recipes-intel/files/0003-Improve-Reproducibility-for-src-package.patch
deleted file mode 100644
index 650130a8..00000000
--- a/meta-offline-voice-agent/recipes-devtools/recipes-intel/files/0003-Improve-Reproducibility-for-src-package.patch
+++ /dev/null
@@ -1,34 +0,0 @@
-From 0559332abd04b6c8bc70171d201f43d2e4735336 Mon Sep 17 00:00:00 2001
-From: Lee Chee Yang <chee.yang.lee@intel.com>
-Date: Wed, 2 Sep 2020 08:28:35 +0800
-Subject: [PATCH] Improve Reproducibility for src package
-
-Improve reproducibility for intel-graphics-compiler-src package.
-needs to pass build path as environment variable to the build.
-this only works on bison 3.7 onward, hence check for bison version
-before adding the flags.
-Upstream-Status: Inappropriate [applying --file-prefix-map in such way does not work for upstream]
-Signed-off-by: Lee Chee Yang <chee.yang.lee@intel.com>
-
----
- visa/CMakeLists.txt | 7 +++++--
- 1 file changed, 5 insertions(+), 2 deletions(-)
-
-diff --git a/visa/CMakeLists.txt b/visa/CMakeLists.txt
-index 6be467587..930c386a6 100644
---- a/visa/CMakeLists.txt
-+++ b/visa/CMakeLists.txt
-@@ -123,8 +123,11 @@ endif()
- set(bison_output_file ${CMAKE_CURRENT_BINARY_DIR}/CISA.tab.cpp)
- set(flex_output_file ${CMAKE_CURRENT_BINARY_DIR}/lex.CISA.cpp)
-
--BISON_TARGET(CISAParser CISA.y ${bison_output_file} COMPILE_FLAGS "-vt -p CISA")
--FLEX_TARGET(CISAScanner CISA.l ${flex_output_file} COMPILE_FLAGS "-PCISA ${WIN_FLEX_FLAG}")
-+if(BISON_VERSION VERSION_GREATER_EQUAL "3.7.0")
-+ set(BISON_EXTRA_FLAGS " --file-prefix-map=$ENV{B}=/igc/ ")
-+endif()
-+BISON_TARGET(CISAParser CISA.y ${bison_output_file} COMPILE_FLAGS "-l -vt -p CISA ${BISON_EXTRA_FLAGS} ")
-+FLEX_TARGET(CISAScanner CISA.l ${flex_output_file} COMPILE_FLAGS "-PCISA -L ${WIN_FLEX_FLAG} ")
- ADD_FLEX_BISON_DEPENDENCY(CISAScanner CISAParser)
- set(CISAScanner_dependencies)
-
diff --git a/meta-offline-voice-agent/recipes-devtools/recipes-intel/files/intel-oneapi-runtime.conf b/meta-offline-voice-agent/recipes-devtools/recipes-intel/files/intel-oneapi-runtime.conf
deleted file mode 100644
index 5faf9854..00000000
--- a/meta-offline-voice-agent/recipes-devtools/recipes-intel/files/intel-oneapi-runtime.conf
+++ /dev/null
@@ -1,4 +0,0 @@
-/opt/intel/oneapi/lib
-/opt/intel/oneapi/lib/intel64
-/opt/intel/oneapi/lib/ia32
-/opt/intel/oneapi/lib/emu