]> code.ossystems Code Review - meta-freescale.git/commitdiff
dpdk: update to c0fe1b9
authorChunrong Guo <chunrong.guo@nxp.com>
Mon, 1 Apr 2019 05:38:55 +0000 (13:38 +0800)
committerOtavio Salvador <otavio@ossystems.com.br>
Thu, 11 Apr 2019 12:00:13 +0000 (09:00 -0300)
*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>
recipes-extended/dpdk/dpdk_17.11.bb

index f9fe91e85481207b3c9db4ac8ecb4e44ba280917..2eceebe4b969680049a8099f5c87ae76e7cb49e9 100644 (file)
@@ -11,9 +11,9 @@ inherit module
 
 SRC_URI = "git://source.codeaurora.org/external/qoriq/qoriq-components/dpdk;nobranch=1 \
     file://add-RTE_KERNELDIR_OUT-to-split-kernel-bu.patch \
-    file://0001-fix-gcc-8-build-error.patch \
+    file://0001-add-Wno-cast-function-type.patch \
 "
-SRCREV = "f451d2beff458833f4da6682694ebc5c03d595c6"
+SRCREV = "c0fe1b99b562a4015423e8ff748bfb0f55a68c05"
 
 S = "${WORKDIR}/git"
 
@@ -100,5 +100,8 @@ FILES_${PN}-dev += "${datadir}/mk ${datadir}/scripts \
 "
 FILES_${PN}-examples += "${datadir}/examples"
 
-FILES_${PN}-staticdev += "/usr/share/dpdk/cmdif/lib/*.a"
+FILES_${PN}-staticdev += "/usr/share/dpdk/cmdif/lib/*.a \ 
+    /usr/share/examples/cmdif/lib/arm64-dpaa-linuxapp-gcc/*.a \
+    /usr/share/examples/cmdif/lib/arm64-dpaa-linuxapp-gcc/lib/*.a \
+"
 COMPATIBLE_MACHINE = "(qoriq)"