summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChunrong Guo <chunrong.guo@nxp.com>2017-10-18 13:06:16 +0800
committerOtavio Salvador <otavio@ossystems.com.br>2017-10-18 11:42:30 -0200
commit8df1bb6559cbde1c4c3495586410d3fc67984254 (patch)
treef8688e3907e8ed07bd8d200fc6ab1b9f098d7b87
parent5324b7212ad1db8ffccaa8a666b492380b9985bc (diff)
downloadmeta-freescale-8df1bb6559cbde1c4c3495586410d3fc67984254.tar.gz
aiopsl: update to 2b7284f
*include the following changes 2b7284f - apps: update elfs before tag 2e44c43 - firmware no.: 8.1.1 ba731d9 - scripts: fix dpcon creation 9bc1ca5 - apps: update elfs before tag a0531c5 - firmware no.: 8.1.0 f7e361b - dpni: fix compilation warnings f87f389 - qos demo: perf targets b795e2a - projects: fix all builds 6720145 - scripts: updates for QoS 60da9a9 - qos demo: sync with the new QoS API 5ef275c - dpl: updates for QoS e685d99 - qos: API sync with MC 10.3.1 c3aebfe - IPR: Fixed IPv6 atomic fragment detection eb3f4c0 - IPF_demo: initial presentation offset should be 0 253e989 - IPF: initial presentation offset should be 0 97dc5a1 - Apps: New GSO demo app 930fbc1 - ipc: change spinclocks/atomic counter type to uint64_t 7c0fab8 - roc_process_packet : TMAN query timer state command f0c33a9 - TMAN: Fix TMI statistics 57efe24 - TMAN: Add API for getting TMI statistics 0281d8d - roc_process_packet : FDMA replicate frame command de7b372 - roc_process_packet : Update TLS size be6d737 - roc_process_packet : Set data segment presentation 666ee6d - roc_process_packet : Convert to Unix EOL 116c8fd - slob: fixed free list not updating properly f8ee861 - FDMA : Concatenated frame handle not set in PRC d53b626 - debugging: update dump functions for slob 5bb5157 - FDMA : Wrong segment length when ASA extend size is 0 e2ff23c - slob: Fix allocation issue when passing large alignment to slob_get() 207b05b - apps: update elfs before tag b305330 - firmware no.: 8.0.3 7496304 - ipr: removed reference counter usage 833986f - aiop_apps: helper functions to fix the default FD 27cef58 - aiop_apps : Soft Parser readme ee42501 - roc_process_packet : MC cache coherence issue 8a74d70 - CDMA : Cache attributes control API 70ab217 - cwapr: removed reference counter usage Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
-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 5df26e66..f6f6fb2b 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 = "9d45f430b648d49a893be8a43ef1b64c09a5b41b" 11SRCREV = "2b7284f0020b7f42bf8eae1a4094df9f3140575e"
12 12
13do_configure[noexec] = "1" 13do_configure[noexec] = "1"
14do_compile[noexec] = "1" 14do_compile[noexec] = "1"