diff options
author | Chunrong Guo <chunrong.guo@nxp.com> | 2019-01-11 03:14:19 +0000 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2019-01-14 16:23:38 -0200 |
commit | d1ad925be40cdc595532aab78b2867a56be0eb09 (patch) | |
tree | 2228bee4fae176f2b558c37158ab164d20817bc4 /recipes-dpaa2/restool | |
parent | 912815e204566a0a3b8fbf3edc0ced2ca2d981dc (diff) | |
download | meta-freescale-d1ad925be40cdc595532aab78b2867a56be0eb09.tar.gz |
restool: update to 2b4dd21
*update to lsdk 1812 tag
include the following changes
2b4dd21 - dprc: generate-dpl: export only the objects that exist
2c3202b - dpdmux: rename flib_ops
8106ce7 - export flib_ops in the restool header
ea39c04 - dpmac: update interface type enum
c54067a - dpseci: fix 16 queues support
1c2dde0 - dpmac: display counters in info command
40dddfc - scripts: dynamically setup the DPCON objects needed
eb49d17 - scripts: dynamically determine the number of DPIOs needed
2255cab - dpmac: add DPMAC_ETH_IF_CAUI as one of the supported phy types
cbee183 - dpseci: increase the maximum number of queues
ce7d849 - dpni: increase the maximum number of queues
Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
Diffstat (limited to 'recipes-dpaa2/restool')
-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 093582cb..382e3144 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 = "9815bb661d70c9d66aa71dba62602718b61c7013" | 10 | SRCREV = "2b4dd211d5c584d5f81cfa530a3a93854dc1d490" |
11 | 11 | ||
12 | S = "${WORKDIR}/git" | 12 | S = "${WORKDIR}/git" |
13 | 13 | ||