summaryrefslogtreecommitdiffstats
path: root/recipes-extended/qat/files/0005-Added-include-dir-path.patch
diff options
context:
space:
mode:
authorYongxin Liu <yongxin.liu@windriver.com>2021-04-12 16:24:38 +0800
committerAnuj Mittal <anuj.mittal@intel.com>2021-04-14 13:30:21 +0800
commit1c4d15f46f2377e9525ec3741b5e23db64bfc7ae (patch)
tree181b11c4dd51889e522210784ed3b5346a418375 /recipes-extended/qat/files/0005-Added-include-dir-path.patch
parentba8f6ba46896eab6653a5aa9b4e8dd94e3440c7b (diff)
downloadmeta-intel-qat-1c4d15f46f2377e9525ec3741b5e23db64bfc7ae.tar.gz
qat17: update to version 1.7.l.4.12.0-00011
Removed patches: qat17_4.7.0-00006-Drop-pr_warning-definition.patch 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-crypto-qat-adf_aer-Remove-pci_cleanup_aer_uncorrect_.patch qat17_4.7.0-00006-make-it-compatible-with-kernel-5.6.patch qat17_4.7.0-00006-qat-replace-linux-cryptohash.h-with-crypto-sha.h-for.patch use-CC-for-LD.patch Renamed and rebased patches: qat16_2.3.0-34-qat-fix-for-cross-compilation-issue.patch => 0001-qat-fix-for-cross-compilation-issue.patch qat16_2.3.0-34-qat-remove-local-path-from-makefile.patch => 0002-qat-remove-local-path-from-makefile.patch qat16_2.6.0-65-qat-override-CC-LD-AR-only-when-it-is-not-define.patch => 0003-qat-override-CC-LD-AR-only-when-it-is-not-define.patch qat17_0.6.0-1-qat-update-KDIR-for-cross-compilation.patch => 0004-update-KDIR-for-cross-compilation.patch qat17_0.8.0-37-qat-added-include-dir-path.patch => 0005-Added-include-dir-path.patch qat17_0.9.0-4-qat-add-install-target-and-add-folder.patch => 0006-qat-add-install-target-and-add-folder.patch qat17_4.1.0-00022-qat-use-static-lib-for-linking.patch => 0007-qat-use-static-lib-for-linking-under-cpa-sample-code.patch qat17_4.7.0-00006-overwrite-KBUILD_BUILTIN-in-kernel-s-Makefile.patch => 0008-qat-overwrite-KBUILD_BUILTIN-in-kernel-s-Makefile.patch qat17_4.7.0-00006-crypto-qat-Silence-smp_processor_id-warning.patch => 0009-crypto-qat-Silence-smp_processor_id-warning.patch qat17_4.7.0-00006-qat-include-sha1.h-and-sha2.h-instead-of-sha.h-in-ke.patch => 0010-qat-include-sha1.h-and-sha2.h-instead-of-sha.h-in-ke.patch qat17_4.7.0-00006-qat17-use-namespace-CRYPTO_INTERNAL.patch => 0011-qat17-use-namespace-CRYPTO_INTERNAL.patch 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/0005-Added-include-dir-path.patch')
-rw-r--r--recipes-extended/qat/files/0005-Added-include-dir-path.patch28
1 files changed, 28 insertions, 0 deletions
diff --git a/recipes-extended/qat/files/0005-Added-include-dir-path.patch b/recipes-extended/qat/files/0005-Added-include-dir-path.patch
new file mode 100644
index 0000000..237abb6
--- /dev/null
+++ b/recipes-extended/qat/files/0005-Added-include-dir-path.patch
@@ -0,0 +1,28 @@
1From 667d9fd3542fbeedadf949143e2abf3776cf2336 Mon Sep 17 00:00:00 2001
2From: "Goh, Wen Sen" <wen.sen.goh@intel.com>
3Date: Tue, 24 May 2016 16:05:12 +0800
4Subject: [PATCH 05/11] Added include dir path
5
6Upstream-Status: Inappropriate [Configuration]
7
8Make sure that we point to the correct include path to the local
9headers
10---
11 quickassist/build_system/build_files/env_files/linux_2.6_user_space.mk | 1 +
12 1 file changed, 1 insertion(+)
13
14diff --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
15index 7a27739..2f935ec 100644
16--- a/quickassist/build_system/build_files/env_files/linux_2.6_user_space.mk
17+++ b/quickassist/build_system/build_files/env_files/linux_2.6_user_space.mk
18@@ -59,6 +59,7 @@ INCLUDES+=-I$(API_DIR) \
19
20 EXTRA_CFLAGS += $(cmd_line_cflags)
21 EXTRA_CFLAGS += -fno-strict-aliasing
22+EXTRA_CFLAGS += $(INCLUDES)
23 EXTRA_LDFLAGS +=-whole-archive
24
25 ifeq ($(ARCH), i386)
26--
272.14.5
28