Move two patches to the version specific bb

These two patches can't be applied to the new version DPDK, so move
them to the version specific bb.

Signed-off-by: Kevin Hao <kexin.hao@windriver.com>
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
This commit is contained in:
Kevin Hao 2019-05-27 18:27:09 +08:00 committed by Anuj Mittal
parent 8be75da5f6
commit e252ee850f
3 changed files with 7 additions and 3 deletions

View File

@ -8,8 +8,6 @@ S = "${WORKDIR}/git"
SRC_URI = "git://dpdk.org/dpdk${STABLE};branch=${BRANCH} \
file://dpdk-16.04-add-RTE_KERNELDIR_OUT-to-split-kernel-bu.patch \
file://dpdk-16.07-add-sysroot-option-within-app-makefile.patch \
file://dpdk-16.07-dpdk-fix-for-parellel-make-issue.patch \
file://dpdk-17.02-dpdk-fix-installation-warning-and-issue.patch \
"
COMPATIBLE_MACHINE = "null"

View File

@ -8,4 +8,8 @@ LICENSE = "LGPLv2 & GPLv2"
LIC_FILES_CHKSUM = "file://LICENSE.GPL;md5=751419260aa954499f7abaabaa882bbe\
file://LICENSE.LGPL;md5=4fbd65380cdd255951079008b364516c"
SRC_URI += "file://dpdk-17.11-Fix-strncpy-error-for-GCC8.patch"
SRC_URI += "\
file://dpdk-16.07-dpdk-fix-for-parellel-make-issue.patch \
file://dpdk-17.02-dpdk-fix-installation-warning-and-issue.patch \
file://dpdk-17.11-Fix-strncpy-error-for-GCC8.patch \
"

View File

@ -8,6 +8,8 @@ LIC_FILES_CHKSUM = "file://license/gpl-2.0.txt;md5=b234ee4d69f5fce4486a80fdaf4a4
file://license/bsd-3-clause.txt;md5=0f00d99239d922ffd13cabef83b33444"
SRC_URI += "\
file://dpdk-16.07-dpdk-fix-for-parellel-make-issue.patch \
file://dpdk-17.02-dpdk-fix-installation-warning-and-issue.patch \
file://dpdk-16.04-dpdk-enable-ip_fragmentation-in-common_base-config.patch \
file://0001-examples-Fix-maybe-uninitialized-warning.patch \
"