This is the latest stable version.

Signed-off-by: Kevin Hao <[email protected]>
---
 recipes-extended/dpdk/dpdk_17.11.1.bb | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)
 create mode 100644 recipes-extended/dpdk/dpdk_17.11.1.bb

diff --git a/recipes-extended/dpdk/dpdk_17.11.1.bb 
b/recipes-extended/dpdk/dpdk_17.11.1.bb
new file mode 100644
index 000000000000..e323bf21b402
--- /dev/null
+++ b/recipes-extended/dpdk/dpdk_17.11.1.bb
@@ -0,0 +1,19 @@
+include dpdk.inc
+
+LICENSE = "LGPLv2 & GPLv2"
+LIC_FILES_CHKSUM = "file://LICENSE.GPL;md5=751419260aa954499f7abaabaa882bbe\
+                    file://LICENSE.LGPL;md5=4fbd65380cdd255951079008b364516c"
+
+SRC_URI[dpdk.md5sum] = "75a2f0922baadc19dc8a222a7547798a"
+SRC_URI[dpdk.sha256sum] = 
"47f43a3ef66cc351ab639ae313830dc08760089c7d227e5f73daa0d6df38b201"
+
+S = "${WORKDIR}/${BPN}-stable-${PV}"
+export EXAMPLES_BUILD_DIR = "${RTE_TARGET}"
+export ARCHDIR = "generic"
+
+do_configure_prepend () {
+       sed -e 
"s#CONFIG_RTE_LIBRTE_POWER=y#CONFIG_RTE_LIBRTE_POWER=${CONFIG_EXAMPLE_VM_POWER_MANAGER}#"
 -i ${S}/config/common_linuxapp
+}
+
+COMPATIBLE_HOST_linux-gnux32 = "null"
+COMPATIBLE_HOST_libc-musl_class-target = "null"
-- 
2.14.3

-- 
_______________________________________________
meta-intel mailing list
[email protected]
https://lists.yoctoproject.org/listinfo/meta-intel

Reply via email to