[meta-intel] [meta-dpdk v3 3/3] Introduce the v18.11.1 bb

Kevin Hao kexin.hao at windriver.com
Mon May 27 03:27:10 PDT 2019


This is the latest LTS version.

Signed-off-by: Kevin Hao <kexin.hao at windriver.com>
---
v3: Drop the two unneeded patches and adjust the LICENSE.

 recipes-extended/dpdk/dpdk_18.11.1.bb | 15 +++++++++++++++
 1 file changed, 15 insertions(+)
 create mode 100644 recipes-extended/dpdk/dpdk_18.11.1.bb

diff --git a/recipes-extended/dpdk/dpdk_18.11.1.bb b/recipes-extended/dpdk/dpdk_18.11.1.bb
new file mode 100644
index 000000000000..2d0434651bc4
--- /dev/null
+++ b/recipes-extended/dpdk/dpdk_18.11.1.bb
@@ -0,0 +1,15 @@
+include dpdk.inc
+
+STABLE = "-stable"
+BRANCH = "18.11"
+SRCREV = "16ece46735c9b70b7033ca7ae095930e9038d9fd"
+
+LICENSE = "BSD-3-Clause & LGPLv2.1 & GPLv2"
+LIC_FILES_CHKSUM = "file://license/gpl-2.0.txt;md5=b234ee4d69f5fce4486a80fdaf4a4263 \
+                    file://license/lgpl-2.1.txt;md5=4b54a1fd55a448865a0b32d41598759d \
+                    file://license/bsd-3-clause.txt;md5=0f00d99239d922ffd13cabef83b33444"
+
+do_install_append () {
+    # Remove the unneeded dir
+    rm -rf ${D}/${INSTALL_PATH}/${RTE_TARGET}/app
+}
-- 
2.14.4



More information about the meta-intel mailing list