diff options
author | Chunrong Guo <chunrong.guo@nxp.com> | 2017-12-27 17:21:22 +0800 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2018-01-25 16:30:35 -0200 |
commit | 87b910e4fe885ca28a1f70fc94715a2d92aab5e8 (patch) | |
tree | 61eb6c6aa8b1884a66b13c4ad9e7ace939bc264c /recipes-dpaa2/aiopsl | |
parent | b52a98e9e945965e5b0ee2aa9efc084fb30ea9f0 (diff) | |
download | meta-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/aiopsl')
-rw-r--r-- | recipes-dpaa2/aiopsl/aiopsl_git.bb | 2 |
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 = "" | |||
8 | S = "${WORKDIR}/git" | 8 | S = "${WORKDIR}/git" |
9 | 9 | ||
10 | SRC_URI = "git://github.com/qoriq-open-source/aiopsl.git;nobranch=1" | 10 | SRC_URI = "git://github.com/qoriq-open-source/aiopsl.git;nobranch=1" |
11 | SRCREV = "2b7284f0020b7f42bf8eae1a4094df9f3140575e" | 11 | SRCREV = "48b5c0b6509472bbdcef13a3721b03f884b28500" |
12 | 12 | ||
13 | do_configure[noexec] = "1" | 13 | do_configure[noexec] = "1" |
14 | do_compile[noexec] = "1" | 14 | do_compile[noexec] = "1" |