summaryrefslogtreecommitdiffstats
path: root/recipes-extended/qat/files/0006-qat-add-install-target-and-add-folder.patch
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-extended/qat/files/0006-qat-add-install-target-and-add-folder.patch')
-rw-r--r--recipes-extended/qat/files/0006-qat-add-install-target-and-add-folder.patch16
1 files changed, 8 insertions, 8 deletions
diff --git a/recipes-extended/qat/files/0006-qat-add-install-target-and-add-folder.patch b/recipes-extended/qat/files/0006-qat-add-install-target-and-add-folder.patch
index 62d25e0..9d92f83 100644
--- a/recipes-extended/qat/files/0006-qat-add-install-target-and-add-folder.patch
+++ b/recipes-extended/qat/files/0006-qat-add-install-target-and-add-folder.patch
@@ -1,4 +1,4 @@
1From fc2ae28063d10721282a4e6009cec9143ce37c80 Mon Sep 17 00:00:00 2001 1From b6f1c6465ce5d9d3792b8e00fe0a94ddd2724b91 Mon Sep 17 00:00:00 2001
2From: "Tan, Raymond" <raymond.tan@intel.com> 2From: "Tan, Raymond" <raymond.tan@intel.com>
3Date: Mon, 4 Jun 2018 09:26:33 +0800 3Date: Mon, 4 Jun 2018 09:26:33 +0800
4Subject: [PATCH 06/11] qat-add-install-target-and-add-folder 4Subject: [PATCH 06/11] qat-add-install-target-and-add-folder
@@ -13,18 +13,18 @@ Signed-off-by: Tan, Raymond <raymond.tan@intel.com>
13 1 file changed, 22 insertions(+), 3 deletions(-) 13 1 file changed, 22 insertions(+), 3 deletions(-)
14 14
15diff --git a/quickassist/Makefile b/quickassist/Makefile 15diff --git a/quickassist/Makefile b/quickassist/Makefile
16index 558f85d..4cc0f2b 100644 16index 34aaae021a40..292a19921832 100644
17--- a/quickassist/Makefile 17--- a/quickassist/Makefile
18+++ b/quickassist/Makefile 18+++ b/quickassist/Makefile
19@@ -96,6 +96,7 @@ ICP_BUILD_OUTPUT?=build_$(DATE) 19@@ -98,6 +98,7 @@ export ICP_ACCEL_INC=YES
20 ICP_TOP_ENV=$(ICP_BUILDSYSTEM_PATH)/build_files/env_files/ 20 export ICP_PARAM_CHECK ?= y
21 export ICP_ACCEL_INC=YES 21 export CNV_STRICT_MODE ?= 1
22 LAC_LIB_DIR=$(LAC_PATH)/build/libs 22 LAC_LIB_DIR=$(LAC_PATH)/build/libs
23+MODULE_INSTALLPATH=$(SAMPLE_BUILD_OUTPUT)/lib/modules/$(QAT_KERNEL_VER)/updates/drivers/crypto/qat 23+MODULE_INSTALLPATH=$(SAMPLE_BUILD_OUTPUT)/lib/modules/$(QAT_KERNEL_VER)/updates/drivers/crypto/qat
24 24
25 #Release Package build steps 25 #Release Package build steps
26 ALL_TARGETS = lac_user lac_kernel 26 ALL_TARGETS = lac_user lac_kernel
27@@ -113,10 +114,14 @@ all: $(ALL_TARGETS) 27@@ -115,10 +116,14 @@ all: $(ALL_TARGETS)
28 28
29 user: lac_lib_dir libosal_user lac_user 29 user: lac_lib_dir libosal_user lac_user
30 30
@@ -41,7 +41,7 @@ index 558f85d..4cc0f2b 100644
41 41
42 # 42 #
43 # Common memory driver 43 # Common memory driver
44@@ -199,8 +204,22 @@ ifeq ($(ICP_NO_CLEAN),) 44@@ -201,8 +206,22 @@ ifeq ($(ICP_NO_CLEAN),)
45 endif 45 endif
46 46
47 47
@@ -66,5 +66,5 @@ index 558f85d..4cc0f2b 100644
66 lac_lib_dir: clean 66 lac_lib_dir: clean
67 test -d $(LAC_LIB_DIR) || mkdir -p $(LAC_LIB_DIR); 67 test -d $(LAC_LIB_DIR) || mkdir -p $(LAC_LIB_DIR);
68-- 68--
692.14.5 692.29.2
70 70