From e3f78500b1eba6fce602bd146affa868357c2d66 Mon Sep 17 00:00:00 2001 From: Kishore Bodke Date: Tue, 9 Apr 2013 14:08:06 -0700 Subject: 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 --- meta-crystalforest/conf/machine/crystalforest-gladden.conf | 1 - meta-crystalforest/conf/machine/crystalforest-server.conf | 1 - 2 files changed, 2 deletions(-) (limited to 'meta-crystalforest/conf') 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} \ 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 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} \ 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