diff options
author | 2018-04-16 17:20:08 -0700 | |
---|---|---|
committer | 2018-04-17 14:02:56 -0700 | |
commit | d5699efd24fd6ac2476c0dbe1d733f40ea4f8d59 (patch) | |
tree | a47c9c373dbf6516b13b374f593b9c1dca7bf263 /conf/machine | |
parent | 487ca639310d92ca219638fecbb731d6cd476e92 (diff) | |
download | meta-intel-d5699efd24fd6ac2476c0dbe1d733f40ea4f8d59.tar.gz meta-intel-d5699efd24fd6ac2476c0dbe1d733f40ea4f8d59.tar.bz2 meta-intel-d5699efd24fd6ac2476c0dbe1d733f40ea4f8d59.zip |
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>
Diffstat (limited to 'conf/machine')
-rw-r--r-- | conf/machine/intel-corei7-64.conf | 1 |
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" # Enable optional dpdk: COMPATIBLE_MACHINE_pn-dpdk = "intel-corei7-64" COMPATIBLE_MACHINE_pn-dpdk-dev-libibverbs = "intel-corei7-64" -DPDK_TARGET_MACHINE ?= "atm" # Enable optional QAT items: COMPATIBLE_MACHINE_pn-openssl-qat = "intel-corei7-64" |