summaryrefslogtreecommitdiffstats
path: root/recipes-extended/dpdk/dpdk_17.11.9.bb
diff options
context:
space:
mode:
authorAnuj Mittal <anuj.mittal@intel.com>2020-01-23 15:31:44 +0800
committerAnuj Mittal <anuj.mittal@intel.com>2020-01-29 15:22:34 +0800
commit712e354efdde31cc90ea30e8d7cef7fd210fd5ab (patch)
tree3220d2a3c792fdf3c73ae08836bb3bc82db58746 /recipes-extended/dpdk/dpdk_17.11.9.bb
parentaf6ed65b8b310072fa273a4f8988703efa5a1c08 (diff)
downloadmeta-dpdk-712e354efdde31cc90ea30e8d7cef7fd210fd5ab.tar.gz
dpdk: upgrade 17.11.8 -> 17.11.9
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
Diffstat (limited to 'recipes-extended/dpdk/dpdk_17.11.9.bb')
-rw-r--r--recipes-extended/dpdk/dpdk_17.11.9.bb19
1 files changed, 19 insertions, 0 deletions
diff --git a/recipes-extended/dpdk/dpdk_17.11.9.bb b/recipes-extended/dpdk/dpdk_17.11.9.bb
new file mode 100644
index 0000000..ddc8225
--- /dev/null
+++ b/recipes-extended/dpdk/dpdk_17.11.9.bb
@@ -0,0 +1,19 @@
1include dpdk.inc
2
3STABLE = "-stable"
4BRANCH = "17.11"
5SRCREV = "401b7a4146081bcc451c1a2d4b6cd3d8929b3438"
6
7LICENSE = "LGPLv2 & GPLv2"
8LIC_FILES_CHKSUM = "file://LICENSE.GPL;md5=751419260aa954499f7abaabaa882bbe\
9 file://LICENSE.LGPL;md5=4fbd65380cdd255951079008b364516c"
10
11SRC_URI += "\
12 file://dpdk-16.07-dpdk-fix-for-parellel-make-issue.patch \
13 file://dpdk-17.11-mk-disable-warning-for-packed-member-pointer.patch \
14"
15
16do_install_append () {
17 # Remove the unneeded dir
18 rm -rf ${D}/${INSTALL_PATH}/${RTE_TARGET}/app
19}