From 58a0886f0bf9cbb9442e6ec4af59e3311da1f12d Mon Sep 17 00:00:00 2001 From: venkatasubramanian pattu Date: Mon, 6 Jul 2015 19:52:05 +0800 Subject: 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 Signed-off-by: Saul Wold --- .../qat/qat16/qat-1.6-app-fix-QA-issue.patch | 33 ++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 meta-crystalforest/recipes-extended/qat/qat16/qat-1.6-app-fix-QA-issue.patch (limited to 'meta-crystalforest/recipes-extended/qat/qat16/qat-1.6-app-fix-QA-issue.patch') 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 @@ +From 9f9529e41adf4aa3607b343da37f8af3f60ec31d Mon Sep 17 00:00:00 2001 +From: Sreeju Selvaraj +Date: Thu, 30 Oct 2014 18:04:36 +0800 +Subject: [PATCH] app: fix QA issue + +This will fix the qat application build error: +ERROR: QA Issue: The compile log indicates that host include +and/or library paths were used + +Upstream Status: Inappropriate + +Signed-off-by: Sreeju Selvaraj +Signed-off-by: venkatasubramanian pattu +--- + .../build_system/build_files/env_files/linux_2.6_user_space.mk | 3 +-- + 1 file changed, 1 insertion(+), 2 deletions(-) + +diff --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 +index 2d6e2dc..4c4c1c9 100755 +--- 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 +@@ -72,8 +72,7 @@ + # + #------------------------------------------------------------- + +-INCLUDES+=-I/usr/include \ +- -I$(API_DIR) \ ++INCLUDES+=-I$(API_DIR) \ + -I$(OSAL_DIR)/include \ + -I$(OSAL_DIR)/src/linux/user_space/include + +-- +1.9.1 -- cgit v1.2.3-54-g00ecf