summaryrefslogtreecommitdiffstats
path: root/meta-crystalforest/conf
diff options
context:
space:
mode:
authorKishore Bodke <kishore.k.bodke@intel.com>2013-04-09 14:08:06 -0700
committerTom Zanussi <tom.zanussi@intel.com>2013-04-10 14:17:08 -0500
commite3f78500b1eba6fce602bd146affa868357c2d66 (patch)
treeac15da01aaa1e287a8e817c186cada01389cccae /meta-crystalforest/conf
parentfd58fb07cf4fcc0553d0608f5688fc03e41ea15c (diff)
downloadmeta-intel-e3f78500b1eba6fce602bd146affa868357c2d66.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/conf')
-rw-r--r--meta-crystalforest/conf/machine/crystalforest-gladden.conf1
-rw-r--r--meta-crystalforest/conf/machine/crystalforest-server.conf1
2 files changed, 0 insertions, 2 deletions
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} \
22MACHINE_EXTRA_RRECOMMENDS += "calgary-corpus \ 22MACHINE_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.
28APPEND += "acpi_enforce_resources=lax" 27APPEND += "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} \
22MACHINE_EXTRA_RRECOMMENDS += "calgary-corpus \ 22MACHINE_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.
28APPEND += "acpi_enforce_resources=lax" 27APPEND += "acpi_enforce_resources=lax"