summaryrefslogtreecommitdiffstats
path: root/recipes-extended/dpdk/dpdk.inc
diff options
context:
space:
mode:
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 \