From 6365370517414b0c074f275db13989365e14a366 Mon Sep 17 00:00:00 2001 From: Kishore Bodke Date: Fri, 30 Nov 2012 12:19:34 -0800 Subject: 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 Signed-off-by: Tom Zanussi --- meta-crystalforest/conf/machine/crystalforest-gladden.conf | 6 +++++- meta-crystalforest/conf/machine/crystalforest-server.conf | 5 +++++ 2 files changed, 10 insertions(+), 1 deletion(-) (limited to 'meta-crystalforest') 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} \ ${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 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} \ ${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" -- cgit v1.2.3-54-g00ecf