aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-extended/dpdk/dpdk_17.11.8.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-extended/dpdk/dpdk_17.11.8.bb')
-rw-r--r--recipes-extended/dpdk/dpdk_17.11.8.bb19
1 files changed, 19 insertions, 0 deletions
diff --git a/recipes-extended/dpdk/dpdk_17.11.8.bb b/recipes-extended/dpdk/dpdk_17.11.8.bb
new file mode 100644
index 00000000..004e1854
--- /dev/null
+++ b/recipes-extended/dpdk/dpdk_17.11.8.bb
@@ -0,0 +1,19 @@
+include dpdk.inc
+
+STABLE = "-stable"
+BRANCH = "17.11"
+SRCREV = "25d4497a91d2631397e541a32381c51cd4cdd2f3"
+
+LICENSE = "LGPLv2 & GPLv2"
+LIC_FILES_CHKSUM = "file://LICENSE.GPL;md5=751419260aa954499f7abaabaa882bbe\
+ file://LICENSE.LGPL;md5=4fbd65380cdd255951079008b364516c"
+
+SRC_URI += "\
+ file://dpdk-16.07-dpdk-fix-for-parellel-make-issue.patch \
+ file://dpdk-17.11-mk-disable-warning-for-packed-member-pointer.patch \
+"
+
+do_install_append () {
+ # Remove the unneeded dir
+ rm -rf ${D}/${INSTALL_PATH}/${RTE_TARGET}/app
+}