diff options
author | Tan, Raymond <raymond.tan@intel.com> | 2018-06-05 08:52:41 +0800 |
---|---|---|
committer | Anuj Mittal <anuj.mittal@intel.com> | 2018-06-06 09:22:20 +0800 |
commit | 6f7ed1ec43a65a00a6d67e1731423ef85a2b35ff (patch) | |
tree | 60e1e31ffddb670bee959fe8766d5f717187d3a1 /conf/machine/intel-corei7-64.conf | |
parent | 77e7aecc9b5a99746774f93a7be5047c90c604be (diff) | |
download | meta-intel-6f7ed1ec43a65a00a6d67e1731423ef85a2b35ff.tar.gz |
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>
Diffstat (limited to 'conf/machine/intel-corei7-64.conf')
-rw-r--r-- | conf/machine/intel-corei7-64.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/conf/machine/intel-corei7-64.conf b/conf/machine/intel-corei7-64.conf index 3fe2dcff..4986993b 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" | |||
23 | # Enable optional QAT items: | 23 | # Enable optional QAT items: |
24 | COMPATIBLE_MACHINE_pn-openssl-qat = "intel-corei7-64" | 24 | COMPATIBLE_MACHINE_pn-openssl-qat = "intel-corei7-64" |
25 | COMPATIBLE_MACHINE_pn-qat16 = "intel-corei7-64" | 25 | COMPATIBLE_MACHINE_pn-qat16 = "intel-corei7-64" |
26 | COMPATIBLE_MACHINE_pn-qat17 = "intel-corei7-64" | ||
26 | COMPATIBLE_MACHINE_pn-zlib-qat = "intel-corei7-64" | 27 | COMPATIBLE_MACHINE_pn-zlib-qat = "intel-corei7-64" |
27 | 28 | ||
28 | XSERVER ?= "${XSERVER_X86_BASE} \ | 29 | XSERVER ?= "${XSERVER_X86_BASE} \ |