From 995ecb75626007a5b749dcf948d13dfa87ce24ff Mon Sep 17 00:00:00 2001 From: "C.R. Guo" Date: Wed, 21 Mar 2018 16:32:54 +0800 Subject: [PATCH] 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 Signed-off-by: Otavio Salvador --- recipes-dpaa2/restool/restool_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" SRC_URI = "git://source.codeaurora.org/external/qoriq/qoriq-components/restool;nobranch=1 \ file://0001-restool-fix-build-error-with-gcc7.patch" -SRCREV = "90fe5c4054bb9a77adef76c0b16a5af68f3905d3" +SRCREV = "263474672c9a16d2bbb2dfb80d3fb6ce01ad87fd" S = "${WORKDIR}/git" -- 2.40.1