mirror of
git://git.yoctoproject.org/meta-intel.git
synced 2025-07-19 12:59:03 +02:00
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>
This commit is contained in:
parent
303b525328
commit
6365370517
|
@ -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"
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user