[meta-intel] [master & jethro][PATCH v2 3/3] meta-isg: dpdk v2.2.0: rename the patches used

Rahul Kumar Gupta rahul.kumarxx.gupta at intel.com
Tue Jan 12 03:06:10 PST 2016


This will rename the patches according to the dpdk version.
modify the .inc and .bb according to modified name of patches.

change the commit msg for patch:
dpdk-2.2.0-add-sysroot-option-within-app-makefile.patch
since it have mentioned the version not in use.

Signed-off-by: Rahul Kumar Gupta <rahul.kumarxx.gupta at intel.com>
---
 meta-isg/common/recipes-extended/dpdk/dpdk.inc       |  4 ++--
 ...config-variable-to-enable-disable-dpdk_qat.patch} |  0
 ...2.0-add-sysroot-option-within-app-makefile.patch} | 20 ++++++++++----------
 ...enable-ip_fragmentation-in-common_linuxapp.patch} |  0
 ....0-point-to-the-right-include-and-lib-path.patch} |  0
 meta-isg/common/recipes-extended/dpdk/dpdk_2.2.0.bb  |  4 ++--
 6 files changed, 14 insertions(+), 14 deletions(-)
 rename meta-isg/common/recipes-extended/dpdk/dpdk/{dpdk-2.1.0-add-config-variable-to-enable-disable-dpdk_qat.patch => dpdk-2.2.0-add-config-variable-to-enable-disable-dpdk_qat.patch} (100%)
 rename meta-isg/common/recipes-extended/dpdk/dpdk/{dpdk-1.8.0-and-2.0.0-add-sysroot-option-within-app-makefile.patch => dpdk-2.2.0-add-sysroot-option-within-app-makefile.patch} (61%)
 rename meta-isg/common/recipes-extended/dpdk/dpdk/{dpdk-2.0.0-dpdk-enable-ip_fragmentation-in-common_linuxapp.patch => dpdk-2.2.0-dpdk-enable-ip_fragmentation-in-common_linuxapp.patch} (100%)
 rename meta-isg/common/recipes-extended/dpdk/dpdk/{dpdk-1.8.0-and-2.0.0-point-to-the-right-include-and-lib-path.patch => dpdk-2.2.0-point-to-the-right-include-and-lib-path.patch} (100%)

diff --git a/meta-isg/common/recipes-extended/dpdk/dpdk.inc b/meta-isg/common/recipes-extended/dpdk/dpdk.inc
index a4d7d15..6ae51d6 100644
--- a/meta-isg/common/recipes-extended/dpdk/dpdk.inc
+++ b/meta-isg/common/recipes-extended/dpdk/dpdk.inc
@@ -5,8 +5,8 @@ LIC_FILES_CHKSUM = "file://LICENSE.GPL;md5=751419260aa954499f7abaabaa882bbe"
 
 SRC_URI = "http://dpdk.org/browse/dpdk/snapshot/dpdk-${PV}.tar.gz;name=dpdk \
 	   file://dpdk-2.2.0-add-RTE_KERNELDIR_OUT-to-split-kernel-bu.patch \
-	   file://dpdk-1.8.0-and-2.0.0-add-sysroot-option-within-app-makefile.patch \
-	   file://dpdk-1.8.0-and-2.0.0-point-to-the-right-include-and-lib-path.patch \
+	   file://dpdk-2.2.0-add-sysroot-option-within-app-makefile.patch \
+	   file://dpdk-2.2.0-point-to-the-right-include-and-lib-path.patch \
 	  "
 
 COMPATIBLE_MACHINE = "crystalforest|intel-corei7-64"
diff --git a/meta-isg/common/recipes-extended/dpdk/dpdk/dpdk-2.1.0-add-config-variable-to-enable-disable-dpdk_qat.patch b/meta-isg/common/recipes-extended/dpdk/dpdk/dpdk-2.2.0-add-config-variable-to-enable-disable-dpdk_qat.patch
similarity index 100%
rename from meta-isg/common/recipes-extended/dpdk/dpdk/dpdk-2.1.0-add-config-variable-to-enable-disable-dpdk_qat.patch
rename to meta-isg/common/recipes-extended/dpdk/dpdk/dpdk-2.2.0-add-config-variable-to-enable-disable-dpdk_qat.patch
diff --git a/meta-isg/common/recipes-extended/dpdk/dpdk/dpdk-1.8.0-and-2.0.0-add-sysroot-option-within-app-makefile.patch b/meta-isg/common/recipes-extended/dpdk/dpdk/dpdk-2.2.0-add-sysroot-option-within-app-makefile.patch
similarity index 61%
rename from meta-isg/common/recipes-extended/dpdk/dpdk/dpdk-1.8.0-and-2.0.0-add-sysroot-option-within-app-makefile.patch
rename to meta-isg/common/recipes-extended/dpdk/dpdk/dpdk-2.2.0-add-sysroot-option-within-app-makefile.patch
index 02c7dc3..db762e9 100644
--- a/meta-isg/common/recipes-extended/dpdk/dpdk/dpdk-1.8.0-and-2.0.0-add-sysroot-option-within-app-makefile.patch
+++ b/meta-isg/common/recipes-extended/dpdk/dpdk/dpdk-2.2.0-add-sysroot-option-within-app-makefile.patch
@@ -1,25 +1,25 @@
-From 3112250f6452215890fc7db73c8127e111af956f Mon Sep 17 00:00:00 2001
+From 893d208cc66fbe533ab4e3e66907c5f63266579b Mon Sep 17 00:00:00 2001
 From: Ong Boon Leong <boon.leong.ong at intel.com>
 Date: Thu, 2 Jul 2015 23:51:01 +0800
-Subject: [PATCH] dpdk v1.8.0: add --sysroot option within app makefile
+Subject: [PATCH] dpdk: add --sysroot option within app makefile
 
 Upstream-Status: Inappropriate [configuration]
 
-in DPDK v1.8.0, rte.app.mk has been changed to add -Wl, to
-all items listed under EXTRA_LDFLAGS. It causes --sysroot=
-<path> to not setup correctly when we depends on gcc to setup
-for GNU ld.
+rte.app.mk has been changed to add -Wl, to all items listed
+under EXTRA_LDFLAGS. It causes --sysroot=<path> to not setup
+correctly when we depends on gcc to setup for GNU ld.
 
 Signed-off-by: Ong Boon Leong <boon.leong.ong at intel.com>
+Signed-off-by: Rahul Kumar Gupta <rahul.kumarxx.gupta at intel.com>
 ---
- mk/rte.app.mk |    2 +-
+ mk/rte.app.mk | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)
 
 diff --git a/mk/rte.app.mk b/mk/rte.app.mk
-index e1a0dbf..9528588 100644
+index 8ecab41..35fcd8d 100644
 --- a/mk/rte.app.mk
 +++ b/mk/rte.app.mk
-@@ -259,7 +259,7 @@ ifeq ($(LINK_USING_CC),1)
+@@ -186,7 +186,7 @@ ifeq ($(LINK_USING_CC),1)
  override EXTRA_LDFLAGS := $(call linkerprefix,$(EXTRA_LDFLAGS))
  O_TO_EXE = $(CC) $(CFLAGS) $(LDFLAGS_$(@)) \
  	-Wl,-Map=$(@).map,--cref -o $@ $(OBJS-y) $(call linkerprefix,$(LDFLAGS)) \
@@ -29,5 +29,5 @@ index e1a0dbf..9528588 100644
  O_TO_EXE = $(LD) $(LDFLAGS) $(LDFLAGS_$(@)) $(EXTRA_LDFLAGS) \
  	-Map=$(@).map --cref -o $@ $(OBJS-y) $(LDLIBS)
 -- 
-1.7.9.5
+1.9.1
 
diff --git a/meta-isg/common/recipes-extended/dpdk/dpdk/dpdk-2.0.0-dpdk-enable-ip_fragmentation-in-common_linuxapp.patch b/meta-isg/common/recipes-extended/dpdk/dpdk/dpdk-2.2.0-dpdk-enable-ip_fragmentation-in-common_linuxapp.patch
similarity index 100%
rename from meta-isg/common/recipes-extended/dpdk/dpdk/dpdk-2.0.0-dpdk-enable-ip_fragmentation-in-common_linuxapp.patch
rename to meta-isg/common/recipes-extended/dpdk/dpdk/dpdk-2.2.0-dpdk-enable-ip_fragmentation-in-common_linuxapp.patch
diff --git a/meta-isg/common/recipes-extended/dpdk/dpdk/dpdk-1.8.0-and-2.0.0-point-to-the-right-include-and-lib-path.patch b/meta-isg/common/recipes-extended/dpdk/dpdk/dpdk-2.2.0-point-to-the-right-include-and-lib-path.patch
similarity index 100%
rename from meta-isg/common/recipes-extended/dpdk/dpdk/dpdk-1.8.0-and-2.0.0-point-to-the-right-include-and-lib-path.patch
rename to meta-isg/common/recipes-extended/dpdk/dpdk/dpdk-2.2.0-point-to-the-right-include-and-lib-path.patch
diff --git a/meta-isg/common/recipes-extended/dpdk/dpdk_2.2.0.bb b/meta-isg/common/recipes-extended/dpdk/dpdk_2.2.0.bb
index b9bd7f0..ffb8267 100644
--- a/meta-isg/common/recipes-extended/dpdk/dpdk_2.2.0.bb
+++ b/meta-isg/common/recipes-extended/dpdk/dpdk_2.2.0.bb
@@ -1,8 +1,8 @@
 include dpdk.inc
 
 SRC_URI += "\
-            file://dpdk-2.1.0-add-config-variable-to-enable-disable-dpdk_qat.patch \
-            file://dpdk-2.0.0-dpdk-enable-ip_fragmentation-in-common_linuxapp.patch \
+            file://dpdk-2.2.0-add-config-variable-to-enable-disable-dpdk_qat.patch \
+            file://dpdk-2.2.0-dpdk-enable-ip_fragmentation-in-common_linuxapp.patch \
             "
 
 SRC_URI[dpdk.md5sum] = "22e2fd68cd5504f43fe9a5a6fd6dd938"
-- 
1.9.1



More information about the meta-intel mailing list