From 83c2393eacf710f676e7c453df9200e8a06c39d7 Mon Sep 17 00:00:00 2001 From: Chunrong Guo Date: Mon, 1 Apr 2019 13:38:55 +0800 Subject: [PATCH] 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 --- recipes-extended/dpdk/dpdk_17.11.bb | 9 ++++++--- 1 file 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 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)" -- 2.40.1