summaryrefslogtreecommitdiffstats
path: root/recipes-extended/qat/files/qat16_2.3.0-34-qat-remove-local-path-from-makefile.patch
diff options
context:
space:
mode:
authorYongxin Liu <yongxin.liu@windriver.com>2020-01-16 09:56:38 +0800
committerAnuj Mittal <anuj.mittal@intel.com>2020-01-16 10:11:05 +0800
commitd6b331fe4b5227986f8ec3e65bf33f0851c466a6 (patch)
tree9d551c9a7af85117299015b0a384af5a5d8095c2 /recipes-extended/qat/files/qat16_2.3.0-34-qat-remove-local-path-from-makefile.patch
parentd2ff8a5b754070e589d81e076992da3e60b0cf94 (diff)
downloadmeta-intel-qat-d6b331fe4b5227986f8ec3e65bf33f0851c466a6.tar.gz
qat: Upgrade to qat17_4.7.0-00006
1) Rebased patches: qat16_2.3.0-34-qat-remove-local-path-from-makefile.patch qat17_0.9.0-4-qat-add-install-target-and-add-folder.patch 2) Added patches: qat17_4.7.0-00006-Link-driver-with-object-files.patch qat17_4.7.0-00006-Switch-to-skcipher-API.patch qat17_4.7.0-00006-Drop-pr_warning-definition.patch 3) Remove duplicate firmware installation, since linux-firmware.bb in OE-Core will do it. 4) Remove qat17-src from PACKAGES due to duplicate packaging. 5) Use ${nonarch_base_libdir} to install firmware instead of using ${base_libdir}. Signed-off-by: Yongxin Liu <yongxin.liu@windriver.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
Diffstat (limited to 'recipes-extended/qat/files/qat16_2.3.0-34-qat-remove-local-path-from-makefile.patch')
-rw-r--r--recipes-extended/qat/files/qat16_2.3.0-34-qat-remove-local-path-from-makefile.patch15
1 files changed, 8 insertions, 7 deletions
diff --git a/recipes-extended/qat/files/qat16_2.3.0-34-qat-remove-local-path-from-makefile.patch b/recipes-extended/qat/files/qat16_2.3.0-34-qat-remove-local-path-from-makefile.patch
index da40e9f..96791cb 100644
--- a/recipes-extended/qat/files/qat16_2.3.0-34-qat-remove-local-path-from-makefile.patch
+++ b/recipes-extended/qat/files/qat16_2.3.0-34-qat-remove-local-path-from-makefile.patch
@@ -1,4 +1,4 @@
1From 5044a14a6b4192b771f16aa834f688c1fd1287dd Mon Sep 17 00:00:00 2001 1From 1e29afc0e69fb9118cb0dcb924cdffa9db730572 Mon Sep 17 00:00:00 2001
2From: Anuj Mittal <anujx.mittal@intel.com> 2From: Anuj Mittal <anujx.mittal@intel.com>
3Date: Wed, 8 Jul 2015 11:11:32 +0800 3Date: Wed, 8 Jul 2015 11:11:32 +0800
4Subject: [PATCH] qat: remove local path from makefile 4Subject: [PATCH] qat: remove local path from makefile
@@ -9,22 +9,23 @@ Remove the host machine /usr/include path from makefile.
9 9
10Signed-off-by: Anuj Mittal <anujx.mittal@intel.com> 10Signed-off-by: Anuj Mittal <anujx.mittal@intel.com>
11--- 11---
12 .../build_files/env_files/linux_2.6_user_space.mk | 3 +-- 12 quickassist/build_system/build_files/env_files/linux_2.6_user_space.mk | 3 +--
13 1 file changed, 1 insertion(+), 2 deletions(-) 13 1 file changed, 1 insertion(+), 2 deletions(-)
14 14
15diff --git a/quickassist/build_system/build_files/env_files/linux_2.6_user_space.mk b/quickassist/build_system/build_files/env_files/linux_2.6_user_space.mk 15diff --git a/quickassist/build_system/build_files/env_files/linux_2.6_user_space.mk b/quickassist/build_system/build_files/env_files/linux_2.6_user_space.mk
16index 1451f4a..719d1bb 100755 16index f7f18a5..e8c9f18 100644
17--- a/quickassist/build_system/build_files/env_files/linux_2.6_user_space.mk 17--- a/quickassist/build_system/build_files/env_files/linux_2.6_user_space.mk
18+++ b/quickassist/build_system/build_files/env_files/linux_2.6_user_space.mk 18+++ b/quickassist/build_system/build_files/env_files/linux_2.6_user_space.mk
19@@ -72,8 +72,7 @@ 19@@ -46,8 +46,7 @@
20 # 20 #
21 #------------------------------------------------------------- 21 #-------------------------------------------------------------
22 22
23-INCLUDES+=-I/usr/include \ 23-INCLUDES+=-I/usr/include \
24- -I$(API_DIR) \ 24- -I$(API_DIR) \
25+INCLUDES+=-I$(API_DIR) \ 25+INCLUDES+=-I$(API_DIR) \
26 -I$(ADF_CMN_DIR) \
26 -I$(OSAL_DIR)/include \ 27 -I$(OSAL_DIR)/include \
27 -I$(OSAL_DIR)/src/linux/user_space/include 28 -I$(OSAL_DIR)/src/linux/user_space/include
29--
302.14.4
28 31
29--
301.7.9.5