summaryrefslogtreecommitdiffstats
path: root/recipes-extended/dpdk/dpdk_19.11-20.12.bb
diff options
context:
space:
mode:
authorTing Liu <ting.liu@nxp.com>2020-12-15 15:20:17 +0800
committerOtavio Salvador <otavio@ossystems.com.br>2021-02-22 13:06:56 -0300
commit8c909a59301937d8cb9a6eb3107301146e70d928 (patch)
tree55d5ccb0c4b76a2a885ecba9b4066cdf4c66acc0 /recipes-extended/dpdk/dpdk_19.11-20.12.bb
parentdcdc6917c52ef8ba5c26e00a6db1a3ff2f298eae (diff)
downloadmeta-freescale-8c909a59301937d8cb9a6eb3107301146e70d928.tar.gz
dpdk: update to 7071c27f (LSDK-20.12)
Key changes: * bump version to 19.11.4 * fix build failures with gcc10 * Support of LX2162A QDS * Crypto: SEC PDCP-SDAP format on LX2160A, non-HMAC auth algorithm on LX2160A * Memory pool: optimizing the buffer allocation time Remove two obosolete patches as fixes are included in source code. Signed-off-by: Ting Liu <ting.liu@nxp.com>
Diffstat (limited to 'recipes-extended/dpdk/dpdk_19.11-20.12.bb')
-rw-r--r--recipes-extended/dpdk/dpdk_19.11-20.12.bb20
1 files changed, 20 insertions, 0 deletions
diff --git a/recipes-extended/dpdk/dpdk_19.11-20.12.bb b/recipes-extended/dpdk/dpdk_19.11-20.12.bb
new file mode 100644
index 00000000..426713c2
--- /dev/null
+++ b/recipes-extended/dpdk/dpdk_19.11-20.12.bb
@@ -0,0 +1,20 @@
1LICENSE = "BSD-3-Clause & LGPLv2.1 & GPLv2"
2LIC_FILES_CHKSUM = "file://license/gpl-2.0.txt;md5=b234ee4d69f5fce4486a80fdaf4a4263 \
3 file://license/lgpl-2.1.txt;md5=4b54a1fd55a448865a0b32d41598759d \
4 file://license/bsd-3-clause.txt;md5=0f00d99239d922ffd13cabef83b33444"
5
6SRC_URI = "git://source.codeaurora.org/external/qoriq/qoriq-components/dpdk;nobranch=1 \
7 file://add-RTE_KERNELDIR_OUT-to-split-kernel-bu.patch \
8 file://0001-add-Wno-cast-function-type.patch \
9 file://0001-Add-RTE_KERNELDIR_OUT.patch \
10 file://0005-use-python3-instead-of-python.patch \
11"
12SRCREV = "7071c27f6f5aefb57de1cffab3484707b1e82e2b"
13
14include dpdk.inc
15
16do_install_append () {
17 # Remove the unneeded dir
18 rm -rf ${D}/${datadir}/${RTE_TARGET}/app
19}
20