summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKishore Bodke <kishore.k.bodke@intel.com>2012-11-30 12:19:34 -0800
committerTom Zanussi <tom.zanussi@intel.com>2012-12-03 09:15:06 -0600
commit6365370517414b0c074f275db13989365e14a366 (patch)
tree32fe1c3405435bffa13ace6b7f0c08fe9b886acc
parent303b525328010310eefdcd90e0ad54d3e5fd1df7 (diff)
downloadmeta-intel-6365370517414b0c074f275db13989365e14a366.tar.gz
crystalforest: Enable BSP specific feature set
Enable corpus, zlib-qat-module and openssl-qat-module features through MACHINE_EXTRA_RRECOMMENDS. Signed-off-by: Kishore Bodke <kishore.k.bodke@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
-rw-r--r--meta-crystalforest/conf/machine/crystalforest-gladden.conf6
-rw-r--r--meta-crystalforest/conf/machine/crystalforest-server.conf5
2 files changed, 10 insertions, 1 deletions
diff --git a/meta-crystalforest/conf/machine/crystalforest-gladden.conf b/meta-crystalforest/conf/machine/crystalforest-gladden.conf
index 6d2c81fe..8405b959 100644
--- a/meta-crystalforest/conf/machine/crystalforest-gladden.conf
+++ b/meta-crystalforest/conf/machine/crystalforest-gladden.conf
@@ -19,7 +19,11 @@ XSERVER ?= "${XSERVER_IA32_BASE} \
19 ${XSERVER_IA32_EXT} \ 19 ${XSERVER_IA32_EXT} \
20 ${XSERVER_IA32_MATROX_MGA} \ 20 ${XSERVER_IA32_MATROX_MGA} \
21 " 21 "
22 22MACHINE_EXTRA_RRECOMMENDS += "calgary-corpus \
23 canterbury-corpus \
24 zlib-qat-module \
25 openssl-qat-module \
26 "
23#This Kernel Option is required for Intel Quick Assist Technology Software. 27#This Kernel Option is required for Intel Quick Assist Technology Software.
24APPEND += "acpi_enforce_resources=lax" 28APPEND += "acpi_enforce_resources=lax"
25 29
diff --git a/meta-crystalforest/conf/machine/crystalforest-server.conf b/meta-crystalforest/conf/machine/crystalforest-server.conf
index cdcc4d0a..9a0bf7c6 100644
--- a/meta-crystalforest/conf/machine/crystalforest-server.conf
+++ b/meta-crystalforest/conf/machine/crystalforest-server.conf
@@ -19,6 +19,11 @@ XSERVER ?= "${XSERVER_IA32_BASE} \
19 ${XSERVER_IA32_EXT} \ 19 ${XSERVER_IA32_EXT} \
20 ${XSERVER_IA32_MATROX_MGA} \ 20 ${XSERVER_IA32_MATROX_MGA} \
21 " 21 "
22MACHINE_EXTRA_RRECOMMENDS += "calgary-corpus \
23 canterbury-corpus \
24 zlib-qat-module \
25 openssl-qat-module \
26 "
22#This Kernel Option is required for Intel Quick Assist Technology Software. 27#This Kernel Option is required for Intel Quick Assist Technology Software.
23APPEND += "acpi_enforce_resources=lax" 28APPEND += "acpi_enforce_resources=lax"
24 29