summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCalifornia Sullivan <california.l.sullivan@intel.com>2018-04-16 17:20:08 -0700
committerCalifornia Sullivan <california.l.sullivan@intel.com>2018-04-17 14:02:56 -0700
commitd5699efd24fd6ac2476c0dbe1d733f40ea4f8d59 (patch)
treea47c9c373dbf6516b13b374f593b9c1dca7bf263
parent487ca639310d92ca219638fecbb731d6cd476e92 (diff)
downloadmeta-intel-d5699efd24fd6ac2476c0dbe1d733f40ea4f8d59.tar.gz
conf/machine/intel-corei7-64.conf: remove DPDK_TARGET_MACHINE
"atm" wasn't a real target and breaks the dpdk build now that the TARGET_MACHINE selection is fixed. Just allow it to default since that's what it effectively got before. Signed-off-by: California Sullivan <california.l.sullivan@intel.com>
-rw-r--r--conf/machine/intel-corei7-64.conf1
1 files changed, 0 insertions, 1 deletions
diff --git a/conf/machine/intel-corei7-64.conf b/conf/machine/intel-corei7-64.conf
index 43614843..9467d090 100644
--- a/conf/machine/intel-corei7-64.conf
+++ b/conf/machine/intel-corei7-64.conf
@@ -19,7 +19,6 @@ MACHINE_EXTRA_RRECOMMENDS += "lms8"
19# Enable optional dpdk: 19# Enable optional dpdk:
20COMPATIBLE_MACHINE_pn-dpdk = "intel-corei7-64" 20COMPATIBLE_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"
23 22
24# Enable optional QAT items: 23# Enable optional QAT items:
25COMPATIBLE_MACHINE_pn-openssl-qat = "intel-corei7-64" 24COMPATIBLE_MACHINE_pn-openssl-qat = "intel-corei7-64"