diff options
author | Ting Liu <ting.liu@nxp.com> | 2020-12-15 15:20:17 +0800 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2020-12-16 09:42:12 -0300 |
commit | b665fe6ad0a3eac583cab3cb606038a20a53523e (patch) | |
tree | 8aad48d3660d67cb74556287eca718c60a912578 /recipes-extended/dpdk/dpdk_19.11-20.12.bb | |
parent | 80a1e3a02dd634e0c2703dddb0e83e7385310040 (diff) | |
download | meta-freescale-b665fe6ad0a3eac583cab3cb606038a20a53523e.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.bb | 20 |
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 @@ | |||
1 | LICENSE = "BSD-3-Clause & LGPLv2.1 & GPLv2" | ||
2 | LIC_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 | |||
6 | SRC_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 | " | ||
12 | SRCREV = "7071c27f6f5aefb57de1cffab3484707b1e82e2b" | ||
13 | |||
14 | include dpdk.inc | ||
15 | |||
16 | do_install_append () { | ||
17 | # Remove the unneeded dir | ||
18 | rm -rf ${D}/${datadir}/${RTE_TARGET}/app | ||
19 | } | ||
20 | |||