diff options
author | Kishore Bodke <kishore.k.bodke@intel.com> | 2013-04-09 14:08:06 -0700 |
---|---|---|
committer | Tom Zanussi <tom.zanussi@linux.intel.com> | 2013-04-11 16:45:20 -0500 |
commit | 525046c8289477fc00d4c4957f8cf5d09b6b1abf (patch) | |
tree | ac15da01aaa1e287a8e817c186cada01389cccae /meta-crystalforest | |
parent | fd58fb07cf4fcc0553d0608f5688fc03e41ea15c (diff) | |
download | meta-intel-525046c8289477fc00d4c4957f8cf5d09b6b1abf.tar.gz |
crystalforest: Fix build issues for openssl-qat-module
openssl-qat-module and zlib-qat-module recipes have the same kernel
module name, which causes the build to fail. So remove one of them
from building and update the README with the instructions on how to
enable.
Fixes [YOCTO #4126].
Signed-off-by: Kishore Bodke <kishore.k.bodke@intel.com>
Diffstat (limited to 'meta-crystalforest')
-rw-r--r-- | meta-crystalforest/README | 21 | ||||
-rw-r--r-- | meta-crystalforest/conf/machine/crystalforest-gladden.conf | 1 | ||||
-rw-r--r-- | meta-crystalforest/conf/machine/crystalforest-server.conf | 1 |
3 files changed, 20 insertions, 3 deletions
diff --git a/meta-crystalforest/README b/meta-crystalforest/README index e658039a..625bdbc7 100644 --- a/meta-crystalforest/README +++ b/meta-crystalforest/README | |||
@@ -74,7 +74,7 @@ Table of Contents | |||
74 | I. Building the meta-crystalforest BSP layer | 74 | I. Building the meta-crystalforest BSP layer |
75 | II. Booting the images in /binary | 75 | II. Booting the images in /binary |
76 | III. Enabling Intel DPDK and QuickAssist Technology | 76 | III. Enabling Intel DPDK and QuickAssist Technology |
77 | 77 | IV. Enabling libcrypto kernel module for QuickAssist Technology | |
78 | 78 | ||
79 | I. Building the meta-crystalforest BSP layer | 79 | I. Building the meta-crystalforest BSP layer |
80 | ======================================= | 80 | ======================================= |
@@ -165,6 +165,25 @@ contact your Intel Field Sales Representative or visit Intel Embedded Design | |||
165 | Center (www.intel.com/p/en_US/embedded/designcenter) for instructions on how | 165 | Center (www.intel.com/p/en_US/embedded/designcenter) for instructions on how |
166 | to locate and use these recipes. | 166 | to locate and use these recipes. |
167 | 167 | ||
168 | IV. Enabling libcrypto kernel module for QuickAssist Technology | ||
169 | =============================================================== | ||
170 | |||
171 | Since the Kernel Module names of Libcrypto and Zlib for QuickAssist | ||
172 | Technology recipes are same, enabling both causes the build to fail. | ||
173 | |||
174 | Please see Bug #4126 for more description. | ||
175 | |||
176 | By default Crystal Forest builds zlib-qat-module. | ||
177 | For enabling the libcrypto kernel module recipe, do the following: | ||
178 | |||
179 | Crystal Forest Gladden: | ||
180 | Edit meta-intel/meta-crystalforest/conf/machine/crystalforest-gladden.conf | ||
181 | and replace zlib-qat-module with openssl-qat-module in MACHINE_EXTRA_RRECOMMENDS | ||
182 | |||
183 | Crystal Forest Server: | ||
184 | Edit meta-intel/meta-crystalforest/conf/machine/crystalforest-server.conf | ||
185 | and replace zlib-qat-module with openssl-qat-module in MACHINE_EXTRA_RRECOMMENDS | ||
186 | |||
168 | ---- | 187 | ---- |
169 | 188 | ||
170 | If you find you're getting corrupt images on the USB (it doesn't show | 189 | If you find you're getting corrupt images on the USB (it doesn't show |
diff --git a/meta-crystalforest/conf/machine/crystalforest-gladden.conf b/meta-crystalforest/conf/machine/crystalforest-gladden.conf index 5eb3daff..2615d7a6 100644 --- a/meta-crystalforest/conf/machine/crystalforest-gladden.conf +++ b/meta-crystalforest/conf/machine/crystalforest-gladden.conf | |||
@@ -22,7 +22,6 @@ XSERVER ?= "${XSERVER_IA32_BASE} \ | |||
22 | MACHINE_EXTRA_RRECOMMENDS += "calgary-corpus \ | 22 | MACHINE_EXTRA_RRECOMMENDS += "calgary-corpus \ |
23 | canterbury-corpus \ | 23 | canterbury-corpus \ |
24 | zlib-qat-module \ | 24 | zlib-qat-module \ |
25 | openssl-qat-module \ | ||
26 | " | 25 | " |
27 | #This Kernel Option is required for Intel Quick Assist Technology Software. | 26 | #This Kernel Option is required for Intel Quick Assist Technology Software. |
28 | APPEND += "acpi_enforce_resources=lax" | 27 | APPEND += "acpi_enforce_resources=lax" |
diff --git a/meta-crystalforest/conf/machine/crystalforest-server.conf b/meta-crystalforest/conf/machine/crystalforest-server.conf index 2e567978..443ac056 100644 --- a/meta-crystalforest/conf/machine/crystalforest-server.conf +++ b/meta-crystalforest/conf/machine/crystalforest-server.conf | |||
@@ -22,7 +22,6 @@ XSERVER ?= "${XSERVER_IA32_BASE} \ | |||
22 | MACHINE_EXTRA_RRECOMMENDS += "calgary-corpus \ | 22 | MACHINE_EXTRA_RRECOMMENDS += "calgary-corpus \ |
23 | canterbury-corpus \ | 23 | canterbury-corpus \ |
24 | zlib-qat-module \ | 24 | zlib-qat-module \ |
25 | openssl-qat-module \ | ||
26 | " | 25 | " |
27 | #This Kernel Option is required for Intel Quick Assist Technology Software. | 26 | #This Kernel Option is required for Intel Quick Assist Technology Software. |
28 | APPEND += "acpi_enforce_resources=lax" | 27 | APPEND += "acpi_enforce_resources=lax" |