"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 <[email protected]> (cherry picked from commit d5699efd24fd6ac2476c0dbe1d733f40ea4f8d59) Signed-off-by: California Sullivan <[email protected]> --- conf/machine/intel-corei7-64.conf | 1 - 1 file changed, 1 deletion(-) 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" # 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" -- 2.14.3 -- _______________________________________________ meta-intel mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-intel
