summaryrefslogtreecommitdiffstats
path: root/recipes-dpaa2
diff options
context:
space:
mode:
authorC.R. Guo <chunrong.guo@nxp.com>2018-03-21 16:32:54 +0800
committerOtavio Salvador <otavio@ossystems.com.br>2018-04-02 10:30:13 -0300
commit995ecb75626007a5b749dcf948d13dfa87ce24ff (patch)
treed2f355388d80b04d99a4116f1ce143729ccbcc92 /recipes-dpaa2
parent93749c54fdc30e46335a795c6a4b7ec2603aa70d (diff)
downloadmeta-freescale-995ecb75626007a5b749dcf948d13dfa87ce24ff.tar.gz
restool: update to 2634746
*include the following changes: 2634746 - dpdmux: add TCAM custom classification option 1c1d7a0 - scripts: add custom steering method to help message 888a386 - update dpdmux help to reflect that it can only be connected to a dpmac aef8cda - add big-endian check for MC versions lower than V10 6ec9eeb - tranzition to the new form of MC APIs 9ca1a16 - mc_get_version does not require open on root dprc 660c48d - ls-append-dpl: set objects created in child dprc as plugged 7a0433d - scripts: add preliminary version of ls-append-dpl script 976391f - dpni: align option names with the DPL format 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/restool/restool_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-dpaa2/restool/restool_git.bb b/recipes-dpaa2/restool/restool_git.bb
index e1a186c3..a1266f60 100644
--- a/recipes-dpaa2/restool/restool_git.bb
+++ b/recipes-dpaa2/restool/restool_git.bb
@@ -7,7 +7,7 @@ RDEPENDS_${PN} += "bash"
7SRC_URI = "git://source.codeaurora.org/external/qoriq/qoriq-components/restool;nobranch=1 \ 7SRC_URI = "git://source.codeaurora.org/external/qoriq/qoriq-components/restool;nobranch=1 \
8 file://0001-restool-fix-build-error-with-gcc7.patch" 8 file://0001-restool-fix-build-error-with-gcc7.patch"
9 9
10SRCREV = "90fe5c4054bb9a77adef76c0b16a5af68f3905d3" 10SRCREV = "263474672c9a16d2bbb2dfb80d3fb6ce01ad87fd"
11 11
12S = "${WORKDIR}/git" 12S = "${WORKDIR}/git"
13 13