diff options
author | Ting Liu <ting.liu@nxp.com> | 2020-11-05 12:05:14 +0800 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2020-11-05 08:20:31 -0300 |
commit | 41d4f625c6db7a778f0f9a735c2cb48e023bc49b (patch) | |
tree | 866e5f8fd292d1521da44b90a6dbbeb8f4be4a98 /recipes-extended | |
parent | c5578535f5a94b47aebeb2e2e2c98078099a21d2 (diff) | |
download | meta-freescale-41d4f625c6db7a778f0f9a735c2cb48e023bc49b.tar.gz |
tsntool: update to b74987c
Changes:
b74987c tsntool: fix define some_msg in the .h file for compile error
1bd1321 cnc: fix Qbv input gate state hex value
1e76457 libtsn:tsntool: align dscpset qos/dpl field with correct nla_policy
28429eb cnc.py: correct the name of basetime in sgi for sysrepo-tsn v0.2
2618ef7 libtsn:tsntool: fix dscp parameter input
297c7c3 tsntool: fix parameter input of help and queue
Signed-off-by: Ting Liu <ting.liu@nxp.com>
Diffstat (limited to 'recipes-extended')
-rw-r--r-- | recipes-extended/tsntool/tsntool_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-extended/tsntool/tsntool_git.bb b/recipes-extended/tsntool/tsntool_git.bb index 5694e91c..bb8678db 100644 --- a/recipes-extended/tsntool/tsntool_git.bb +++ b/recipes-extended/tsntool/tsntool_git.bb | |||
@@ -8,7 +8,7 @@ DEPENDS = "cjson libnl readline" | |||
8 | inherit pkgconfig | 8 | inherit pkgconfig |
9 | 9 | ||
10 | SRC_URI = "git://source.codeaurora.org/external/qoriq/qoriq-components/tsntool;protocol=https;nobranch=1" | 10 | SRC_URI = "git://source.codeaurora.org/external/qoriq/qoriq-components/tsntool;protocol=https;nobranch=1" |
11 | SRCREV = "ca2d8fb348bb54960d706177108c43ae213e0063" | 11 | SRCREV = "b74987c855fb5605d2e384d355d101c68c4d6eaf" |
12 | 12 | ||
13 | S = "${WORKDIR}/git" | 13 | S = "${WORKDIR}/git" |
14 | 14 | ||