[meta-intel] [meta-dpdk v2 1/2] Move two patches to the version specific bb

Kevin Hao kexin.hao at windriver.com
Thu May 23 18:36:02 PDT 2019


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 at windriver.com>
---
v2: No change.

 recipes-extended/dpdk/dpdk.inc        | 2 --
 recipes-extended/dpdk/dpdk_17.11.3.bb | 6 +++++-
 recipes-extended/dpdk/dpdk_18.05.bb   | 2 ++
 3 files changed, 7 insertions(+), 3 deletions(-)

diff --git a/recipes-extended/dpdk/dpdk.inc b/recipes-extended/dpdk/dpdk.inc
index 92042bb74d5d..a0e081a3a8fe 100644
--- a/recipes-extended/dpdk/dpdk.inc
+++ b/recipes-extended/dpdk/dpdk.inc
@@ -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"
diff --git a/recipes-extended/dpdk/dpdk_17.11.3.bb b/recipes-extended/dpdk/dpdk_17.11.3.bb
index b4b002332be7..7fc89d2d7cc8 100644
--- a/recipes-extended/dpdk/dpdk_17.11.3.bb
+++ b/recipes-extended/dpdk/dpdk_17.11.3.bb
@@ -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 \
+"
diff --git a/recipes-extended/dpdk/dpdk_18.05.bb b/recipes-extended/dpdk/dpdk_18.05.bb
index f914214b6e7e..2bb89c4aef19 100644
--- a/recipes-extended/dpdk/dpdk_18.05.bb
+++ b/recipes-extended/dpdk/dpdk_18.05.bb
@@ -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 \
             "
-- 
2.14.4



More information about the meta-intel mailing list