summaryrefslogtreecommitdiffstats
path: root/meta-isg/common/recipes-extended/dpdk/dpdk
diff options
context:
space:
mode:
Diffstat (limited to 'meta-isg/common/recipes-extended/dpdk/dpdk')
-rw-r--r--meta-isg/common/recipes-extended/dpdk/dpdk/dpdk-2.2.0-add-RTE_KERNELDIR_OUT-to-split-kernel-bu.patch (renamed from meta-isg/common/recipes-extended/dpdk/dpdk/dpdk-1.8.0-and-2.0.0-add-RTE_KERNELDIR_OUT-to-split-kernel-bu.patch)18
1 files changed, 9 insertions, 9 deletions
diff --git a/meta-isg/common/recipes-extended/dpdk/dpdk/dpdk-1.8.0-and-2.0.0-add-RTE_KERNELDIR_OUT-to-split-kernel-bu.patch b/meta-isg/common/recipes-extended/dpdk/dpdk/dpdk-2.2.0-add-RTE_KERNELDIR_OUT-to-split-kernel-bu.patch
index bfef2218..e446ce44 100644
--- a/meta-isg/common/recipes-extended/dpdk/dpdk/dpdk-1.8.0-and-2.0.0-add-RTE_KERNELDIR_OUT-to-split-kernel-bu.patch
+++ b/meta-isg/common/recipes-extended/dpdk/dpdk/dpdk-2.2.0-add-RTE_KERNELDIR_OUT-to-split-kernel-bu.patch
@@ -1,7 +1,7 @@
1From 69238a0b910bca43ef13154718a7a6c9b0dabe8a Mon Sep 17 00:00:00 2001 1From 6c8d348190a8cf6c35111913cbf117ca98137e84 Mon Sep 17 00:00:00 2001
2From: Ong Boon Leong <boon.leong.ong@intel.com> 2From: Rahul Kumar Gupta <rahul.kumarxx.gupta@intel.com>
3Date: Thu, 25 Jun 2015 15:39:38 +0800 3Date: Fri, 18 Dec 2015 18:30:47 +0800
4Subject: [PATCH] dpdk v1.8.0: add RTE_KERNELDIR_OUT to split kernel build 4Subject: [PATCH] dpdk v2.2.0: add RTE_KERNELDIR_OUT to split kernel build
5 artifact 5 artifact
6 6
7Introduce RTE_KERNELDIR_OUT to be the path to which kernel build 7Introduce RTE_KERNELDIR_OUT to be the path to which kernel build
@@ -11,13 +11,13 @@ separate directories for kernel source and kernel artifacts.
11 11
12Upstream-Status: Inappropriate [configuration] 12Upstream-Status: Inappropriate [configuration]
13 13
14Signed-off-by: Ong Boon Leong <boon.leong.ong@intel.com> 14Signed-off-by: Rahul Kumar Gupta <rahul.kumarxx.gupta@intel.com>
15--- 15---
16 mk/rte.module.mk | 6 +++--- 16 mk/rte.module.mk | 6 +++---
17 1 file changed, 3 insertions(+), 3 deletions(-) 17 1 file changed, 3 insertions(+), 3 deletions(-)
18 18
19diff --git a/mk/rte.module.mk b/mk/rte.module.mk 19diff --git a/mk/rte.module.mk b/mk/rte.module.mk
20index 7bf77c1..d4253a5 100644 20index 53ed4fe..b7a014b 100644
21--- a/mk/rte.module.mk 21--- a/mk/rte.module.mk
22+++ b/mk/rte.module.mk 22+++ b/mk/rte.module.mk
23@@ -77,7 +77,7 @@ build: _postbuild 23@@ -77,7 +77,7 @@ build: _postbuild
@@ -26,7 +26,7 @@ index 7bf77c1..d4253a5 100644
26 @if [ ! -f $(notdir Makefile) ]; then ln -nfs $(SRCDIR)/Makefile . ; fi 26 @if [ ! -f $(notdir Makefile) ]; then ln -nfs $(SRCDIR)/Makefile . ; fi
27- @$(MAKE) -C $(RTE_KERNELDIR) M=$(CURDIR) O=$(RTE_KERNELDIR) \ 27- @$(MAKE) -C $(RTE_KERNELDIR) M=$(CURDIR) O=$(RTE_KERNELDIR) \
28+ @$(MAKE) -C $(RTE_KERNELDIR) M=$(CURDIR) O=$(RTE_KERNELDIR_OUT) \ 28+ @$(MAKE) -C $(RTE_KERNELDIR) M=$(CURDIR) O=$(RTE_KERNELDIR_OUT) \
29 CC=$(KERNELCC) CROSS_COMPILE=$(CROSS) V=$(if $V,1,0) 29 CC="$(KERNELCC)" CROSS_COMPILE=$(CROSS) V=$(if $V,1,0)
30 30
31 # install module in $(RTE_OUTPUT)/kmod 31 # install module in $(RTE_OUTPUT)/kmod
32@@ -88,7 +88,7 @@ $(RTE_OUTPUT)/kmod/$(MODULE).ko: $(MODULE).ko 32@@ -88,7 +88,7 @@ $(RTE_OUTPUT)/kmod/$(MODULE).ko: $(MODULE).ko
@@ -48,5 +48,5 @@ index 7bf77c1..d4253a5 100644
48 if [ -h $(notdir $(FILE)) ]; then rm -f $(notdir $(FILE)) ; fi ;) 48 if [ -h $(notdir $(FILE)) ]; then rm -f $(notdir $(FILE)) ; fi ;)
49 @if [ -h $(notdir Makefile) ]; then rm -f $(notdir Makefile) ; fi 49 @if [ -h $(notdir Makefile) ]; then rm -f $(notdir Makefile) ; fi
50-- 50--
511.7.9.5 511.9.1
52 52