summaryrefslogtreecommitdiffstats
path: root/conf/machine
diff options
context:
space:
mode:
authorMark Hatle <mark.hatle@windriver.com>2017-09-25 12:38:22 -0500
committerSaul Wold <sgw@linux.intel.com>2017-09-25 15:53:57 -0700
commitdc921fcd8d4da30757d284e8593b236d5370a40f (patch)
treee6128556604f973ebe9c42e79124afbecd523489 /conf/machine
parenta513894de8cbe7d6671f58f0c3f374e08d7af1b8 (diff)
downloadmeta-intel-dc921fcd8d4da30757d284e8593b236d5370a40f.tar.gz
qat: Move BSP specific configurations from recipes to machine.conf
The COMPATIBLE_MACHINE entry for qat recipes is set to 'null'. This will prevent arbitrary machines from trying to use the qat functionality. A compatible MACHINE must define itself as such for the qat recipes. Embedding BSP specific knowledge into the recipe will cause the recipe to slowly get out of date. Signed-off-by: Mark Hatle <mark.hatle@windriver.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'conf/machine')
-rw-r--r--conf/machine/intel-corei7-64.conf5
1 files changed, 5 insertions, 0 deletions
diff --git a/conf/machine/intel-corei7-64.conf b/conf/machine/intel-corei7-64.conf
index e3969827..78a1f6e9 100644
--- a/conf/machine/intel-corei7-64.conf
+++ b/conf/machine/intel-corei7-64.conf
@@ -21,6 +21,11 @@ COMPATIBLE_MACHINE_pn-dpdk = "intel-corei7-64"
21COMPATIBLE_MACHINE_pn-dpdk-dev-libibverbs = "intel-corei7-64" 21COMPATIBLE_MACHINE_pn-dpdk-dev-libibverbs = "intel-corei7-64"
22DPDK_TARGET_MACHINE ?= "atm" 22DPDK_TARGET_MACHINE ?= "atm"
23 23
24# Enable optional QAT items:
25COMPATIBLE_MACHINE_pn-openssl-qat = "intel-corei7-64"
26COMPATIBLE_MACHINE_pn-qat16 = "intel-corei7-64"
27COMPATIBLE_MACHINE_pn-zlib-qat = "intel-corei7-64"
28
24XSERVER ?= "${XSERVER_X86_BASE} \ 29XSERVER ?= "${XSERVER_X86_BASE} \
25 ${XSERVER_X86_EXT} \ 30 ${XSERVER_X86_EXT} \
26 ${XSERVER_X86_FBDEV} \ 31 ${XSERVER_X86_FBDEV} \