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:13:19 -0700
commit5a890dd32b7293cdf9475c0c5d35c58fd5e87d4d (patch)
treea538104ea8f56e85635d08779562891402dba51c
parent1bb458d13ec0f525d0866d8727e046fdf1443be5 (diff)
downloadmeta-intel-5a890dd32b7293cdf9475c0c5d35c58fd5e87d4d.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> (cherry picked from commit d5699efd24fd6ac2476c0dbe1d733f40ea4f8d59) 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 c9107161..bbc70e21 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"