summaryrefslogtreecommitdiffstats
path: root/recipes-extended/dpdk/dpdk.inc
diff options
context:
space:
mode:
authorKevin Hao <kexin.hao@windriver.com>2018-04-09 10:27:43 +0800
committerCalifornia Sullivan <california.l.sullivan@intel.com>2018-04-12 08:57:21 -0700
commit242f6362a33312f07a4d54541aa61fa1ace52fb2 (patch)
treec558fa75b2b856aeaff83a5c26ebf8e6c3158018 /recipes-extended/dpdk/dpdk.inc
parenteff812eeba5cbcc409a30b343956858171146103 (diff)
downloadmeta-dpdk-242f6362a33312f07a4d54541aa61fa1ace52fb2.tar.gz
dpdk: Use git repo
This is more convenient for development. Signed-off-by: Kevin Hao <kexin.hao@windriver.com> Signed-off-by: California Sullivan <california.l.sullivan@intel.com>
Diffstat (limited to 'recipes-extended/dpdk/dpdk.inc')
-rw-r--r--recipes-extended/dpdk/dpdk.inc6
1 files changed, 5 insertions, 1 deletions
diff --git a/recipes-extended/dpdk/dpdk.inc b/recipes-extended/dpdk/dpdk.inc
index 7476118..54af9c6 100644
--- a/recipes-extended/dpdk/dpdk.inc
+++ b/recipes-extended/dpdk/dpdk.inc
@@ -1,7 +1,11 @@
1DESCRIPTION = "Intel(r) Data Plane Development Kit" 1DESCRIPTION = "Intel(r) Data Plane Development Kit"
2HOMEPAGE = "http://dpdk.org" 2HOMEPAGE = "http://dpdk.org"
3 3
4SRC_URI = "http://fast.dpdk.org/rel/${BP}.tar.gz;name=dpdk \ 4STABLE = ""
5BRANCH = "master"
6S = "${WORKDIR}/git"
7
8SRC_URI = "git://dpdk.org/dpdk${STABLE};branch=${BRANCH} \
5 file://dpdk-16.04-add-RTE_KERNELDIR_OUT-to-split-kernel-bu.patch \ 9 file://dpdk-16.04-add-RTE_KERNELDIR_OUT-to-split-kernel-bu.patch \
6 file://dpdk-16.07-add-sysroot-option-within-app-makefile.patch \ 10 file://dpdk-16.07-add-sysroot-option-within-app-makefile.patch \
7 file://dpdk-16.07-dpdk-fix-for-parellel-make-issue.patch \ 11 file://dpdk-16.07-dpdk-fix-for-parellel-make-issue.patch \