Dear Maintainer(s), These two changes fix the build errors for dpdk with linux kernel version 4.1, which is now the default version for meta-crystalforest as well.
All the changes have been backported from dpdk 2.1.0. The images have been tested using the crystalforest BSP on all three supported platforms: crystal forest, highland forest and river forest. Please merge if these look okay. Thank you, -- Changelog v2: * Backport vhost fixes for kernel 4.1 * Added appropriate Upstream-Status tag * Added cherry-pick conflict details in the patch Anuj Mittal (2): meta-isg: dpdk: fix v2.0.0 build with kernel 4.1 meta-isg: dpdk: fix v1.8.0 build with kernel 4.1 ...ix-a-build-warning-being-treated-as-error.patch | 49 +++++++ ...dpdk-1.8.0-kni-fix-build-with-kernel-3.19.patch | 69 +++++++++ ...cc-version-detection-to-permit-versions-n.patch | 155 ++++++++++++++++++++ .../dpdk-2.0.0-kni-fix-build-with-kernel-4.0.patch | 58 ++++++++ ...k-2.0.0-kni-fix-igb-build-with-kernel-4.1.patch | 70 +++++++++ ...2.0.0-kni-fix-vhost-build-with-kernel-4.1.patch | 69 +++++++++ ...fix-vhost-build-with-kernels-3.19-and-4.0.patch | 141 ++++++++++++++++++ ...k-2.0.0-kni-net-fix-build-with-kernel-4.1.patch | 54 +++++++ .../common/recipes-extended/dpdk/dpdk_1.8.0.bb | 9 +- .../common/recipes-extended/dpdk/dpdk_2.0.0.bb | 6 + 10 files changed, 679 insertions(+), 1 deletion(-) create mode 100644 meta-isg/common/recipes-extended/dpdk/dpdk/dpdk-1.8.0-and-2.0.0-ixgbe-fix-a-build-warning-being-treated-as-error.patch create mode 100644 meta-isg/common/recipes-extended/dpdk/dpdk/dpdk-1.8.0-kni-fix-build-with-kernel-3.19.patch create mode 100644 meta-isg/common/recipes-extended/dpdk/dpdk/dpdk-1.8.0-mk-rework-gcc-version-detection-to-permit-versions-n.patch create mode 100644 meta-isg/common/recipes-extended/dpdk/dpdk/dpdk-2.0.0-kni-fix-build-with-kernel-4.0.patch create mode 100644 meta-isg/common/recipes-extended/dpdk/dpdk/dpdk-2.0.0-kni-fix-igb-build-with-kernel-4.1.patch create mode 100644 meta-isg/common/recipes-extended/dpdk/dpdk/dpdk-2.0.0-kni-fix-vhost-build-with-kernel-4.1.patch create mode 100644 meta-isg/common/recipes-extended/dpdk/dpdk/dpdk-2.0.0-kni-fix-vhost-build-with-kernels-3.19-and-4.0.patch create mode 100644 meta-isg/common/recipes-extended/dpdk/dpdk/dpdk-2.0.0-kni-net-fix-build-with-kernel-4.1.patch -- 1.7.9.5 -- _______________________________________________ meta-intel mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-intel
