From 682ffeeafa42f6a6f9f3c95eb40d828a2e53dfea Mon Sep 17 00:00:00 2001 From: Ong Boon Leong Date: Wed, 25 Sep 2013 14:03:06 +0800 Subject: common: Remove obsolete QAT-related recipes Remove openssl-qat-module and zlib-qat-module recipes and any references to them from meta-intel. This is to remove recipes for obsolete and unmaintained software ingredients related to QAT. Signed-off-by Ong Boon Leong Signed-off-by: Tom Zanussi --- meta-crystalforest/README | 19 ------------------- .../conf/machine/crystalforest-gladden.conf | 1 - .../conf/machine/crystalforest-server.conf | 1 - 3 files changed, 21 deletions(-) (limited to 'meta-crystalforest') diff --git a/meta-crystalforest/README b/meta-crystalforest/README index 06d80630..03468868 100644 --- a/meta-crystalforest/README +++ b/meta-crystalforest/README @@ -165,25 +165,6 @@ contact your Intel Field Sales Representative or visit Intel Embedded Design Center (www.intel.com/p/en_US/embedded/designcenter) for instructions on how to locate and use these recipes. -IV. Enabling libcrypto kernel module for QuickAssist Technology -=============================================================== - -Since the Kernel Module names of Libcrypto and Zlib for QuickAssist -Technology recipes are same, enabling both causes the build to fail. - -Please see Bug #4126 for more description. - -By default Crystal Forest builds zlib-qat-module. -For enabling the libcrypto kernel module recipe, do the following: - -Crystal Forest Gladden: -Edit meta-intel/meta-crystalforest/conf/machine/crystalforest-gladden.conf -and replace zlib-qat-module with openssl-qat-module in MACHINE_EXTRA_RRECOMMENDS - -Crystal Forest Server: -Edit meta-intel/meta-crystalforest/conf/machine/crystalforest-server.conf -and replace zlib-qat-module with openssl-qat-module in MACHINE_EXTRA_RRECOMMENDS - ---- 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 2615d7a6..b18f72da 100644 --- a/meta-crystalforest/conf/machine/crystalforest-gladden.conf +++ b/meta-crystalforest/conf/machine/crystalforest-gladden.conf @@ -21,7 +21,6 @@ XSERVER ?= "${XSERVER_IA32_BASE} \ " MACHINE_EXTRA_RRECOMMENDS += "calgary-corpus \ canterbury-corpus \ - zlib-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 443ac056..2dfcc3b8 100644 --- a/meta-crystalforest/conf/machine/crystalforest-server.conf +++ b/meta-crystalforest/conf/machine/crystalforest-server.conf @@ -21,7 +21,6 @@ XSERVER ?= "${XSERVER_IA32_BASE} \ " MACHINE_EXTRA_RRECOMMENDS += "calgary-corpus \ canterbury-corpus \ - zlib-qat-module \ " #This Kernel Option is required for Intel Quick Assist Technology Software. APPEND += "acpi_enforce_resources=lax" -- cgit v1.2.3-54-g00ecf