diff options
author | Chunrong Guo <chunrong.guo@nxp.com> | 2019-04-01 13:38:55 +0800 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2019-04-11 09:00:13 -0300 |
commit | 83c2393eacf710f676e7c453df9200e8a06c39d7 (patch) | |
tree | 0d4f81f9f25d40b272eddf0349d8e84ced09fd35 /recipes-extended | |
parent | ae6f896cfb5143efd02384585c4f3ec4016b3356 (diff) | |
download | meta-freescale-83c2393eacf710f676e7c453df9200e8a06c39d7.tar.gz |
dpdk: update to c0fe1b9
*Update to lsdk 1903 tag
include the following changes:
c0fe1b9 - PVT: LSDK Legal fix
e4236e8 - PVT: examples/qdma_demo: fix mem to mem restart issue
ef25767 - Merge pull request #903 in GITAM/dpdk from DPDK-1630-lsdk-19.03 to 17.11-qoriq-dev
9f0b86c - PVT: update NXP README for DPDK
4bd98af - PVT: drivers/event: fix dead code issue reported by coverity
ccbfa23 - Merge pull request #901 in GITAM/dpdk from DPDK-1630-lsdk-19.03 to 17.11-qoriq-dev
dd8cd08 - PVT: mempool: fix the LS1043 errata logic
e21296a - net/dpaa: add the errata define in datapath
11d1691 - add missing static keyword to globals
77c31f0 - bus/fslmc: remove unneeded strdup
4952d1d - bus/fslmc: don't log error for other devices
520a795 - vfio: do not needlessly setup device in secondary process
c584ff9 - gro: fix overflow of TCP payload calculation
e7f2d15 - doc: add cross-compilation in sample apps guide
e6700bf - bus/dpaa: fix build with gcc 9.0
b8ee5c4 - app/pdump: fix port id storage size
b2e2970 - Merge pull request #900 in GITAM/dpdk from DPDK-1627 to 17.11-qoriq-dev
074cd1d - PVT: net/dpaa2: pre-allocate aligned fqids for rx queues
a8ac57a - PVT: bus/dpaa: export qman fqid range allocation function
61ab58f - Merge pull request #899 in GITAM/dpdk from feature/DPDK-804-dpaa1-support-multiprocess-apps to 17.11-qoriq-dev
9fbf216 - drivers/crypto: update the SEC HW inline desc for sharing mode
fba143f - Merge pull request #895 in GITAM/dpdk from DPDK-1628 to 17.11-qoriq-dev
195da8c - PVT: crypto/dpaa2_sec: use mempool ptov conversion wherever applicable
88fe6c2 - PVT: net/dpaa2: use mempool ptov conversion wherever applicable
692ce13 - PVT: mempool/dpaa2: add fast ptov for mempool having single memseg
*Refresh patch
*Package arm64-dpaa-linuxapp-gcc/*.a as part of ${PN}
Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
Diffstat (limited to 'recipes-extended')
-rw-r--r-- | recipes-extended/dpdk/dpdk_17.11.bb | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/recipes-extended/dpdk/dpdk_17.11.bb b/recipes-extended/dpdk/dpdk_17.11.bb index f9fe91e8..2eceebe4 100644 --- a/recipes-extended/dpdk/dpdk_17.11.bb +++ b/recipes-extended/dpdk/dpdk_17.11.bb | |||
@@ -11,9 +11,9 @@ inherit module | |||
11 | 11 | ||
12 | SRC_URI = "git://source.codeaurora.org/external/qoriq/qoriq-components/dpdk;nobranch=1 \ | 12 | SRC_URI = "git://source.codeaurora.org/external/qoriq/qoriq-components/dpdk;nobranch=1 \ |
13 | file://add-RTE_KERNELDIR_OUT-to-split-kernel-bu.patch \ | 13 | file://add-RTE_KERNELDIR_OUT-to-split-kernel-bu.patch \ |
14 | file://0001-fix-gcc-8-build-error.patch \ | 14 | file://0001-add-Wno-cast-function-type.patch \ |
15 | " | 15 | " |
16 | SRCREV = "f451d2beff458833f4da6682694ebc5c03d595c6" | 16 | SRCREV = "c0fe1b99b562a4015423e8ff748bfb0f55a68c05" |
17 | 17 | ||
18 | S = "${WORKDIR}/git" | 18 | S = "${WORKDIR}/git" |
19 | 19 | ||
@@ -100,5 +100,8 @@ FILES_${PN}-dev += "${datadir}/mk ${datadir}/scripts \ | |||
100 | " | 100 | " |
101 | FILES_${PN}-examples += "${datadir}/examples" | 101 | FILES_${PN}-examples += "${datadir}/examples" |
102 | 102 | ||
103 | FILES_${PN}-staticdev += "/usr/share/dpdk/cmdif/lib/*.a" | 103 | FILES_${PN}-staticdev += "/usr/share/dpdk/cmdif/lib/*.a \ |
104 | /usr/share/examples/cmdif/lib/arm64-dpaa-linuxapp-gcc/*.a \ | ||
105 | /usr/share/examples/cmdif/lib/arm64-dpaa-linuxapp-gcc/lib/*.a \ | ||
106 | " | ||
104 | COMPATIBLE_MACHINE = "(qoriq)" | 107 | COMPATIBLE_MACHINE = "(qoriq)" |