[meta-intel] [PATCH 4/4] crystalforest: Enable BSP specific feature set

kishore.k.bodke at intel.com kishore.k.bodke at intel.com
Fri Nov 30 12:35:56 PST 2012


From: Kishore Bodke <kishore.k.bodke at intel.com>

Enable corpus, zlib-qat-module and openssl-qat-module features
through MACHINE_EXTRA_RRECOMMENDS.

Signed-off-by: Kishore Bodke <kishore.k.bodke at intel.com>
---
 .../conf/machine/crystalforest-gladden.conf        |    6 +++++-
 .../conf/machine/crystalforest-server.conf         |    5 +++++
 2 files changed, 10 insertions(+), 1 deletion(-)

diff --git a/meta-crystalforest/conf/machine/crystalforest-gladden.conf b/meta-crystalforest/conf/machine/crystalforest-gladden.conf
index 6d2c81f..8405b95 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} \
            ${XSERVER_IA32_EXT} \
 	   ${XSERVER_IA32_MATROX_MGA} \
            "
-
+MACHINE_EXTRA_RRECOMMENDS += "calgary-corpus \
+			      canterbury-corpus \
+			      zlib-qat-module \
+			      openssl-qat-module \
+			      "
 #This Kernel Option is required for Intel Quick Assist Technology Software.
 APPEND += "acpi_enforce_resources=lax"
 
diff --git a/meta-crystalforest/conf/machine/crystalforest-server.conf b/meta-crystalforest/conf/machine/crystalforest-server.conf
index cdcc4d0..9a0bf7c 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} \
            ${XSERVER_IA32_EXT} \
 	   ${XSERVER_IA32_MATROX_MGA} \
            "
+MACHINE_EXTRA_RRECOMMENDS += "calgary-corpus \
+                              canterbury-corpus \
+                              zlib-qat-module \
+                              openssl-qat-module \
+                              "
 #This Kernel Option is required for Intel Quick Assist Technology Software.
 APPEND += "acpi_enforce_resources=lax"
 
-- 
1.7.9.5




More information about the meta-intel mailing list