summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
Diffstat (limited to 'conf')
-rw-r--r--conf/machine/intel-core2-32.conf3
-rw-r--r--conf/machine/intel-corei7-64.conf1
2 files changed, 4 insertions, 0 deletions
diff --git a/conf/machine/intel-core2-32.conf b/conf/machine/intel-core2-32.conf
index cd3ad574..0e416993 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"
16 16
17MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS += "gma500-gfx-check" 17MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS += "gma500-gfx-check"
18 18
19# Enable optional QAT items:
20COMPATIBLE_MACHINE_pn-qat17 = "intel-core2-32"
21
19XSERVER ?= "${XSERVER_X86_BASE} \ 22XSERVER ?= "${XSERVER_X86_BASE} \
20 ${XSERVER_X86_EXT} \ 23 ${XSERVER_X86_EXT} \
21 ${XSERVER_X86_FBDEV} \ 24 ${XSERVER_X86_FBDEV} \
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:
24COMPATIBLE_MACHINE_pn-openssl-qat = "intel-corei7-64" 24COMPATIBLE_MACHINE_pn-openssl-qat = "intel-corei7-64"
25COMPATIBLE_MACHINE_pn-qat16 = "intel-corei7-64" 25COMPATIBLE_MACHINE_pn-qat16 = "intel-corei7-64"
26COMPATIBLE_MACHINE_pn-qat17 = "intel-corei7-64"
26COMPATIBLE_MACHINE_pn-zlib-qat = "intel-corei7-64" 27COMPATIBLE_MACHINE_pn-zlib-qat = "intel-corei7-64"
27 28
28XSERVER ?= "${XSERVER_X86_BASE} \ 29XSERVER ?= "${XSERVER_X86_BASE} \