diff options
author | Chunrong Guo <chunrong.guo@nxp.com> | 2018-09-29 16:59:41 +0800 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2018-10-01 13:51:02 -0300 |
commit | 9e995730251bd3319ad38840186cb357f6c84ca4 (patch) | |
tree | 0323b9d63af32fa1bae309d302330d0c1f8daad0 | |
parent | af4c73d4f427fa87dbc2f9e6bf49416ab8fd63b2 (diff) | |
download | meta-freescale-9e995730251bd3319ad38840186cb357f6c84ca4.tar.gz |
aiopsl: update to ec0e50b
*update to lsdk 1809 tag
include the following changes:
ec0e50b - pfc demo: added AIOP/WRIOP support for PFC on Rx side
f4e7829 - pfc demo: initial version
7b8b314 - Revert "qos_demo: Test for BPSCN and CSCN taks creation"
3a6a65a - Revert "qos_demo : Final version of CSCN/BPSCN tests"
ec91d01 - FDMA : Remove traffic classes XON/XOFF flow control
8959b9b - dpni: Add support for MAC flags
dcbac27 - qos_demo : Final version of CSCN/BPSCN tests
981bd1d - FDMA : Fix BDI bit reading from ADC
2925863 - FDMA: add support for flow control XON/XOFF commands
2a67ad6 - qos_demo: Test for BPSCN and CSCN taks creation
955be3b - aiopsl : Support for CSCN/BPSCN task creation
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.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 e21247a8..9ba12816 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://source.codeaurora.org/external/qoriq/qoriq-components/aiopsl;nobranch=1" | 10 | SRC_URI = "git://source.codeaurora.org/external/qoriq/qoriq-components/aiopsl;nobranch=1" |
11 | SRCREV = "e34ec5991511d424209f76d5701ef2cd8abb9479" | 11 | SRCREV = "ec0e50b9bfe794b78bf0d91789f2a77dc4e8ceb4" |
12 | 12 | ||
13 | do_configure[noexec] = "1" | 13 | do_configure[noexec] = "1" |
14 | do_compile[noexec] = "1" | 14 | do_compile[noexec] = "1" |