diff options
author | Mark Hatle <mark.hatle@windriver.com> | 2017-09-25 12:38:22 -0500 |
---|---|---|
committer | Saul Wold <sgw@linux.intel.com> | 2017-09-25 15:53:57 -0700 |
commit | dc921fcd8d4da30757d284e8593b236d5370a40f (patch) | |
tree | e6128556604f973ebe9c42e79124afbecd523489 /conf/machine | |
parent | a513894de8cbe7d6671f58f0c3f374e08d7af1b8 (diff) | |
download | meta-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.conf | 5 |
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" | |||
21 | COMPATIBLE_MACHINE_pn-dpdk-dev-libibverbs = "intel-corei7-64" | 21 | COMPATIBLE_MACHINE_pn-dpdk-dev-libibverbs = "intel-corei7-64" |
22 | DPDK_TARGET_MACHINE ?= "atm" | 22 | DPDK_TARGET_MACHINE ?= "atm" |
23 | 23 | ||
24 | # Enable optional QAT items: | ||
25 | COMPATIBLE_MACHINE_pn-openssl-qat = "intel-corei7-64" | ||
26 | COMPATIBLE_MACHINE_pn-qat16 = "intel-corei7-64" | ||
27 | COMPATIBLE_MACHINE_pn-zlib-qat = "intel-corei7-64" | ||
28 | |||
24 | XSERVER ?= "${XSERVER_X86_BASE} \ | 29 | XSERVER ?= "${XSERVER_X86_BASE} \ |
25 | ${XSERVER_X86_EXT} \ | 30 | ${XSERVER_X86_EXT} \ |
26 | ${XSERVER_X86_FBDEV} \ | 31 | ${XSERVER_X86_FBDEV} \ |