diff options
author | Chunrong Guo <chunrong.guo@nxp.com> | 2018-07-05 17:41:46 +0800 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2018-07-06 10:49:27 -0300 |
commit | 01c1c1b365ba1b5c64412a993d69c2fd7d9b48f5 (patch) | |
tree | ed9644346f173b0332d73d32d698039b38a64db0 /recipes-dpaa2 | |
parent | 6fdd26a72b923044351674f4172c85f160c6f301 (diff) | |
download | meta-freescale-01c1c1b365ba1b5c64412a993d69c2fd7d9b48f5.tar.gz |
restool: update to 2815572
*include the following changes:
2815572 - dpdmai: add --num-queues create parameter
a5f268b - scripts: suppress unit_address_vs_reg warnings when using newer dtc
0e2846a - scripts: Fix MC version check
d9cbf56 - dprc: use the corect specifier for uint16_t
1b49539 - dpni: print both rx and tx tcs number
10af575 - dpni: add support for 16 TX tcs
ad33877 - dpni: add DPNI_OPT_SINGLE_SENDER option
887deae - scripts: Infer switch ports number from specified endpoints
c8111df - scripts: Avoid word splitting
7a15d3e - ls-addsw: show netdev names when creating a dpsw
81fb178 - ls-addmux: fix endpoint discovery
254aef8 - update copyright years
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 00a79fb6..8521a27d 100644 --- a/recipes-dpaa2/restool/restool_git.bb +++ b/recipes-dpaa2/restool/restool_git.bb | |||
@@ -7,7 +7,7 @@ RDEPENDS_${PN} += "bash dtc" | |||
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 = "263474672c9a16d2bbb2dfb80d3fb6ce01ad87fd" | 10 | SRCREV = "2815572ab25029a8fb47f0dc6a0b56ae5ff76713" |
11 | 11 | ||
12 | S = "${WORKDIR}/git" | 12 | S = "${WORKDIR}/git" |
13 | 13 | ||