summaryrefslogtreecommitdiffstats
path: root/meta-crystalforest/recipes-extended/qat/qat16/qat-1.6-app-fix-QA-issue.patch
diff options
context:
space:
mode:
authorvenkatasubramanian pattu <venkatasubramanianx.pattu@intel.com>2015-07-06 19:52:05 +0800
committerSaul Wold <sgw@linux.intel.com>2015-07-06 07:29:49 -0700
commit58a0886f0bf9cbb9442e6ec4af59e3311da1f12d (patch)
tree9335251e251c94140467f5aae38ef0f45117b87f /meta-crystalforest/recipes-extended/qat/qat16/qat-1.6-app-fix-QA-issue.patch
parent5b9412a51a3daba0c6df7d0b67cb0e7ae08f3c75 (diff)
downloadmeta-intel-58a0886f0bf9cbb9442e6ec4af59e3311da1f12d.tar.gz
meta-crystalforest: Intel QAT v1.6 recipe under recipes-extended
This recipe is targeting on Intel QAT v1.6. "QAT1.6" is for use with Intel Communications Chipset 8925 to 8955(DH895xcc)Series. Therefore, this recipe supports QAT on Coleto Creek platforms. This recipe is created under meta-intel/meta-crystalforest. Signed-off-by: venkatasubramanian pattu <venkatasubramanianx.pattu@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta-crystalforest/recipes-extended/qat/qat16/qat-1.6-app-fix-QA-issue.patch')
-rw-r--r--meta-crystalforest/recipes-extended/qat/qat16/qat-1.6-app-fix-QA-issue.patch33
1 files changed, 33 insertions, 0 deletions
diff --git a/meta-crystalforest/recipes-extended/qat/qat16/qat-1.6-app-fix-QA-issue.patch b/meta-crystalforest/recipes-extended/qat/qat16/qat-1.6-app-fix-QA-issue.patch
new file mode 100644
index 00000000..24c2955f
--- /dev/null
+++ b/meta-crystalforest/recipes-extended/qat/qat16/qat-1.6-app-fix-QA-issue.patch
@@ -0,0 +1,33 @@
1From 9f9529e41adf4aa3607b343da37f8af3f60ec31d Mon Sep 17 00:00:00 2001
2From: Sreeju Selvaraj <sreeju.armughanx.selvaraj@intel.com>
3Date: Thu, 30 Oct 2014 18:04:36 +0800
4Subject: [PATCH] app: fix QA issue
5
6This will fix the qat application build error:
7ERROR: QA Issue: The compile log indicates that host include
8and/or library paths were used
9
10Upstream Status: Inappropriate
11
12Signed-off-by: Sreeju Selvaraj <sreeju.armughanx.selvaraj@intel.com>
13Signed-off-by: venkatasubramanian pattu <venkatasubramanianx.pattu@intel.com>
14---
15 .../build_system/build_files/env_files/linux_2.6_user_space.mk | 3 +--
16 1 file changed, 1 insertion(+), 2 deletions(-)
17
18diff --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
19index 2d6e2dc..4c4c1c9 100755
20--- a/quickassist/build_system/build_files/env_files/linux_2.6_user_space.mk
21+++ b/quickassist/build_system/build_files/env_files/linux_2.6_user_space.mk
22@@ -72,8 +72,7 @@
23 #
24 #-------------------------------------------------------------
25
26-INCLUDES+=-I/usr/include \
27- -I$(API_DIR) \
28+INCLUDES+=-I$(API_DIR) \
29 -I$(OSAL_DIR)/include \
30 -I$(OSAL_DIR)/src/linux/user_space/include
31
32--
331.9.1