From e37c14dc1721f5a03bf03f9fa3303ee4b88a1214 Mon Sep 17 00:00:00 2001 From: "C.R. Guo" Date: Tue, 3 Apr 2018 11:50:17 +0800 Subject: [PATCH] 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 Signed-off-by: Otavio Salvador --- recipes-dpaa2/aiopsl/aiopsl_git.bb | 4 ++-- 1 file 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 = "" S = "${WORKDIR}/git" -SRC_URI = "git://github.com/qoriq-open-source/aiopsl.git;nobranch=1" -SRCREV = "48b5c0b6509472bbdcef13a3721b03f884b28500" +SRC_URI = "git://source.codeaurora.org/external/qoriq/qoriq-components/aiopsl;nobranch=1" +SRCREV = "af8c3b8957bb994f553b0ed1a7347558db3b0979" do_configure[noexec] = "1" do_compile[noexec] = "1" -- 2.40.1