Re: [yocto] [meta-dpdk][PATCH] dpdk: Fix do_compile failure for qemux86 and qemux86-64

2019-06-11 Thread He Zhe
On 6/11/19 2:31 PM, Mittal, Anuj wrote: > On Tue, 2019-06-11 at 11:06 +0800, zhe...@windriver.com wrote: >> From: He Zhe >> >> DPDK_TARGET_MACHINE in bbappend in other layers forms the dpdk- >> internal variable >> MACHINE_CFLAGS which is passed to dpdk compilation command line >> containing

Re: [yocto] [meta-dpdk][PATCH] dpdk: Fix do_compile failure for qemux86 and qemux86-64

2019-06-11 Thread Mittal, Anuj
On Tue, 2019-06-11 at 11:06 +0800, zhe...@windriver.com wrote: > From: He Zhe > > DPDK_TARGET_MACHINE in bbappend in other layers forms the dpdk- > internal variable > MACHINE_CFLAGS which is passed to dpdk compilation command line > containing the > first -march parameter. And EXTRA_CFLAGS in

[yocto] [meta-dpdk][PATCH] dpdk: Fix do_compile failure for qemux86 and qemux86-64

2019-06-10 Thread zhe.he
From: He Zhe DPDK_TARGET_MACHINE in bbappend in other layers forms the dpdk-internal variable MACHINE_CFLAGS which is passed to dpdk compilation command line containing the first -march parameter. And EXTRA_CFLAGS in dpdk.inc is passed to dpdk command line containing the second -march parameter.