diff options
author | Jens Rehsack <sno@netbsd.org> | 2020-04-07 16:13:19 +0200 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2020-04-07 16:09:42 -0300 |
commit | 574302340cd2b709f6d0da705a8cc8f1e92f2e1b (patch) | |
tree | a6e3fd893683b2466ba3a91a9bf6918c3360965e /recipes-dpaa2/restool | |
parent | 945f9c7d33ee1b46f5d132e5e1b4cb2d0df27c7c (diff) | |
download | meta-freescale-574302340cd2b709f6d0da705a8cc8f1e92f2e1b.tar.gz |
restool: update to LSDK-20.04
Update restool to LSDK-20.04 release from NXP which contains
following patches:
f0cec09 ls-main: fix endpoint parsing
59fefb1 Fixed restool dpcon create --help output
7bce792 ls-debug: Automatically create the DPDBG object only for valid commands
e00bcf9 Does not create DPDBG object in case of help command
3bff664 DPRC: set-locked on a child container
9607517 DPDBG: not available for mc version lower then 10.20.0
8fa1d5c add default interface support for dpdmux in restool
94114f5 Integrate the DPDBG object in restool:
9f6c465 ls-main: disable autorescan while in ls-* scripts
67011ba ls-main: introduce the get_interface_name function
cb63b6a scripts: explicity rescan the bus
3b40ef1 restool: add global option --rescan
42859dc scripts: print error message when endpoint does not exists
Signed-off-by: Jens Rehsack <sno@netbsd.org>
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 b8863627..0211c779 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 = "55a1f377915176a195a7e96b165ed5447285c464" | 10 | SRCREV = "f0cec094e4c6d1c975b377203a3bf994ba9325a9" |
11 | 11 | ||
12 | S = "${WORKDIR}/git" | 12 | S = "${WORKDIR}/git" |
13 | 13 | ||