summaryrefslogtreecommitdiffstats
path: root/recipes-dpaa2
diff options
context:
space:
mode:
authorC.R. Guo <chunrong.guo@nxp.com>2018-04-03 11:50:17 +0800
committerOtavio Salvador <otavio@ossystems.com.br>2018-04-11 10:26:14 -0300
commite37c14dc1721f5a03bf03f9fa3303ee4b88a1214 (patch)
tree4e37ad6db43982fdb61da6e8eecf01b4c65c42bd /recipes-dpaa2
parent6c462900aabfcd6b1135a7d564b7bd5e4830bad5 (diff)
downloadmeta-freescale-e37c14dc1721f5a03bf03f9fa3303ee4b88a1214.tar.gz
aiopsl : update to af8c3b8
*include the following changes: af8c3b8 - apps: update elfs before tag 2d89c6a - firmware no.: 8.2.0 aba7196 - aiopsl: extend copyright and license update d5b2941 - aiopsl: improved exception handling - prevent infinite interrupt loop e9b9a8e - aiopsl: improved exception handling for e200 booke critical & non-critical interrupts 3c5c38b - sec: drop GPLv2+ license 727e3be - ipf_demo: fix failing test on ls1088a 2700d89 - IPF: check and return error status for fdma functions 4d654f4 - DPNI: provide support for passing of SW opaque value 06e9990 - soft_parser_demo : Add custom header placed before Eth ef714f5 - aiopsl: improve error reporting by adding section tracking a1804f5 - aiopsl: improve boot error handling 4771af0 - aiopsl: perform early system initialization 13e8823 - aiopsl: init cmgw_regs based on relative addresses 5f7cabf - aiopsl: remove unused "err" variable and related code fc75607 - aiopsl: remove dead code 93ce24e - aiopsl: make function(s) with no error paths return void 5cc0bea - aiopsl: add support for AIOP reset *Update SRC_URL 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.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-dpaa2/aiopsl/aiopsl_git.bb b/recipes-dpaa2/aiopsl/aiopsl_git.bb
index cfa5ce13..6f63da0a 100644
--- a/recipes-dpaa2/aiopsl/aiopsl_git.bb
+++ b/recipes-dpaa2/aiopsl/aiopsl_git.bb
@@ -7,8 +7,8 @@ BASEDEPENDS = ""
7 7
8S = "${WORKDIR}/git" 8S = "${WORKDIR}/git"
9 9
10SRC_URI = "git://github.com/qoriq-open-source/aiopsl.git;nobranch=1" 10SRC_URI = "git://source.codeaurora.org/external/qoriq/qoriq-components/aiopsl;nobranch=1"
11SRCREV = "48b5c0b6509472bbdcef13a3721b03f884b28500" 11SRCREV = "af8c3b8957bb994f553b0ed1a7347558db3b0979"
12 12
13do_configure[noexec] = "1" 13do_configure[noexec] = "1"
14do_compile[noexec] = "1" 14do_compile[noexec] = "1"