[meta-intel] [PATCH 1/1] conf/machine/intel-core*: add COMPATIBLE_MACHINE for qat17

Tan, Raymond raymond.tan at intel.com
Mon Jun 4 17:52:41 PDT 2018


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

Signed-off-by: Tan, Raymond <raymond.tan at intel.com>
---
 conf/machine/intel-core2-32.conf  | 3 +++
 conf/machine/intel-corei7-64.conf | 1 +
 2 files changed, 4 insertions(+)

diff --git a/conf/machine/intel-core2-32.conf b/conf/machine/intel-core2-32.conf
index 90c7956..42a3a8c 100644
--- a/conf/machine/intel-core2-32.conf
+++ b/conf/machine/intel-core2-32.conf
@@ -16,6 +16,9 @@ MACHINE_HWCODECS ?= "va-intel gstreamer1.0-vaapi"
 
 MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS += "gma500-gfx-check"
 
+# Enable optional QAT items:
+COMPATIBLE_MACHINE_pn-qat17 = "intel-core2-32"
+
 XSERVER ?= "${XSERVER_X86_BASE} \
             ${XSERVER_X86_EXT} \
             ${XSERVER_X86_FBDEV} \
diff --git a/conf/machine/intel-corei7-64.conf b/conf/machine/intel-corei7-64.conf
index 9467d09..92fb410 100644
--- a/conf/machine/intel-corei7-64.conf
+++ b/conf/machine/intel-corei7-64.conf
@@ -23,6 +23,7 @@ COMPATIBLE_MACHINE_pn-dpdk-dev-libibverbs = "intel-corei7-64"
 # Enable optional QAT items:
 COMPATIBLE_MACHINE_pn-openssl-qat = "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"
 
 XSERVER ?= "${XSERVER_X86_BASE} \
-- 
1.9.1



More information about the meta-intel mailing list