diff options
author | C.R. Guo <chunrong.guo@nxp.com> | 2018-03-21 16:32:54 +0800 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2018-04-02 10:30:13 -0300 |
commit | 995ecb75626007a5b749dcf948d13dfa87ce24ff (patch) | |
tree | d2f355388d80b04d99a4116f1ce143729ccbcc92 /recipes-dpaa2 | |
parent | 93749c54fdc30e46335a795c6a4b7ec2603aa70d (diff) | |
download | meta-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.bb | 2 |
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" | |||
7 | SRC_URI = "git://source.codeaurora.org/external/qoriq/qoriq-components/restool;nobranch=1 \ | 7 | SRC_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 | ||
10 | SRCREV = "90fe5c4054bb9a77adef76c0b16a5af68f3905d3" | 10 | SRCREV = "263474672c9a16d2bbb2dfb80d3fb6ce01ad87fd" |
11 | 11 | ||
12 | S = "${WORKDIR}/git" | 12 | S = "${WORKDIR}/git" |
13 | 13 | ||