aboutsummaryrefslogtreecommitdiffstats
path: root/common/dpdk/recipes-extended/dpdk/dpdk_18.02.2.bbappend
AgeCommit message (Collapse)Author
2018-10-18dpdk: drop changes that are merged upstreamArsalan H. Awan
This drops the do_compile override which was done to support build with external & multilib toolchains as it is merged upstream now. Signed-off-by: Arsalan H. Awan <Arsalan_Awan@mentor.com>
2018-10-17snowyowl/dpdk: set DPDK_TARGET_MACHINE to align with target's ARCHArsalan H. Awan
The -march flag used in compilation of DPDK defaults to an Intel specific machine i.e. "corei7", whereas snowyowl's arch is different. It is required by DPDK to set the var DPDK_TARGET_MACHINE accordingly. This sets the DPDK_TARGET_MACHINE (effectively fixes -march flag) according to target's ARCH i.e. znver1, which is one of the supported architectures in DPDK. Signed-off-by: Arsalan H. Awan <Arsalan_Awan@mentor.com>
2018-10-15dpdk: upgrade to latest stable release 18.02.2Arsalan H. Awan
This upgrades DPDK to the latest stable release v18.02.2 according to upstream meta-dpdk -> sumo Signed-off-by: Arsalan H. Awan <Arsalan_Awan@mentor.com>