summaryrefslogtreecommitdiffstats
path: root/recipes-dpaa2
diff options
context:
space:
mode:
authorChunrong Guo <chunrong.guo@nxp.com>2017-12-27 17:21:22 +0800
committerOtavio Salvador <otavio@ossystems.com.br>2018-01-25 16:30:35 -0200
commit87b910e4fe885ca28a1f70fc94715a2d92aab5e8 (patch)
tree61eb6c6aa8b1884a66b13c4ad9e7ace939bc264c /recipes-dpaa2
parentb52a98e9e945965e5b0ee2aa9efc084fb30ea9f0 (diff)
downloadmeta-freescale-87b910e4fe885ca28a1f70fc94715a2d92aab5e8.tar.gz
aiopsl:update to 48b5c0b
*include the following changes: 48b5c0b - IPR: fix incorrect handling of fragments when running out of buffers 5e79527 - aiopsl: add support for DPBP buffer cleanup on global free 3ea5467 - DPNI: add small test for the hw annotation config api f1b5249 - DPNI: add API for configuring HW annotation on TX 2cc5802 - aiopsl: fix coding style f35bc3f - aiopsl: create function to empty DPBPs bffed10 - FDMA: minor fixes 7b1b3fe - DPNI: update function description be74eae - DPNI: fix tx error only confirmation 10d2886 - [coverity] Fix some minor build errors f8ab434 - ipr: disable IPv6 atomic fragment detection by default 1dc1331 - DPNI api: fix incorrect function description 77aaa03 - DPNI: add support for tx error only confirmation Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'recipes-dpaa2')
-rw-r--r--recipes-dpaa2/aiopsl/aiopsl_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-dpaa2/aiopsl/aiopsl_git.bb b/recipes-dpaa2/aiopsl/aiopsl_git.bb
index f6f6fb2b..cfa5ce13 100644
--- a/recipes-dpaa2/aiopsl/aiopsl_git.bb
+++ b/recipes-dpaa2/aiopsl/aiopsl_git.bb
@@ -8,7 +8,7 @@ BASEDEPENDS = ""
8S = "${WORKDIR}/git" 8S = "${WORKDIR}/git"
9 9
10SRC_URI = "git://github.com/qoriq-open-source/aiopsl.git;nobranch=1" 10SRC_URI = "git://github.com/qoriq-open-source/aiopsl.git;nobranch=1"
11SRCREV = "2b7284f0020b7f42bf8eae1a4094df9f3140575e" 11SRCREV = "48b5c0b6509472bbdcef13a3721b03f884b28500"
12 12
13do_configure[noexec] = "1" 13do_configure[noexec] = "1"
14do_compile[noexec] = "1" 14do_compile[noexec] = "1"