conf/machine/intel-core*: add COMPATIBLE_MACHINE for qat17

This adds both intel-core2-32 and intel-corei7-64 as the COMPATIBLE_MACHINE
for qat17 package.

Signed-off-by: Tan, Raymond <raymond.tan@intel.com>
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
This commit is contained in:
Tan, Raymond 2018-06-05 08:52:41 +08:00 committed by Anuj Mittal
parent 77e7aecc9b
commit 6f7ed1ec43
2 changed files with 4 additions and 0 deletions

View File

@ -16,6 +16,9 @@ MACHINE_HWCODECS ?= "va-intel gstreamer1.0-vaapi"
MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS += "gma500-gfx-check" MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS += "gma500-gfx-check"
# Enable optional QAT items:
COMPATIBLE_MACHINE_pn-qat17 = "intel-core2-32"
XSERVER ?= "${XSERVER_X86_BASE} \ XSERVER ?= "${XSERVER_X86_BASE} \
${XSERVER_X86_EXT} \ ${XSERVER_X86_EXT} \
${XSERVER_X86_FBDEV} \ ${XSERVER_X86_FBDEV} \

View File

@ -23,6 +23,7 @@ COMPATIBLE_MACHINE_pn-dpdk-dev-libibverbs = "intel-corei7-64"
# Enable optional QAT items: # Enable optional QAT items:
COMPATIBLE_MACHINE_pn-openssl-qat = "intel-corei7-64" COMPATIBLE_MACHINE_pn-openssl-qat = "intel-corei7-64"
COMPATIBLE_MACHINE_pn-qat16 = "intel-corei7-64" COMPATIBLE_MACHINE_pn-qat16 = "intel-corei7-64"
COMPATIBLE_MACHINE_pn-qat17 = "intel-corei7-64"
COMPATIBLE_MACHINE_pn-zlib-qat = "intel-corei7-64" COMPATIBLE_MACHINE_pn-zlib-qat = "intel-corei7-64"
XSERVER ?= "${XSERVER_X86_BASE} \ XSERVER ?= "${XSERVER_X86_BASE} \