diff options
author | Ting Liu <ting.liu@nxp.com> | 2020-04-21 07:13:45 +0200 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2020-05-06 15:52:35 -0300 |
commit | d831eedd0f57833691361f79d2585e66e91ece24 (patch) | |
tree | f2c560e44755ff2c601144756d098f7d2d7230e8 /recipes-extended/tsntool | |
parent | 56ef1e358d900c6d62cd3b55ffd1b4ff6b7a46a5 (diff) | |
download | meta-freescale-d831eedd0f57833691361f79d2585e66e91ece24.tar.gz |
tsntool: update to ca2d8fb
New commits:
ca2d8fb tsntool: fix baset
ime get seconds.decimalseconds value
10a0aee tools: make alone
6ff6bfa tools:timestamping: add support TXTIME for procision frame transmit
18407a4 tsntool: add tag v0.4
9b6e536 demo:cnc: limit Qci config index with DEC values
65d86c7 demos:cnc: change operation mode from replace to merge
ae71fc0 demos:cnc: correct some prefixes
3c9419c demos:cnc: add madatory node in configuration
ee10f2d sample: add pktgen scripts for test
f86c64f Merge branch 'bitbucket-master'
7b89c9e Merge pull request #2 from hthiery/master
4253910 genl_tsn.h: use the defination of bool in stdbool.h
8036f38 Makefile add libtsn.pc.in file and add install
ddc2f1a Merge pull request #1 from mwalle/master
dcbd9a0 Makefile: use PKG_CONFIG
9c50461 fix parallel build
465e7c4 libtsn: correct the return value
9f3e586 tsntool: optimize the condition of the error output
tools/event and tools/timestamping are not be built, rm from do_install.
Signed-off-by: Ting Liu <ting.liu@nxp.com>
Diffstat (limited to 'recipes-extended/tsntool')
-rw-r--r-- | recipes-extended/tsntool/tsntool_git.bb | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/recipes-extended/tsntool/tsntool_git.bb b/recipes-extended/tsntool/tsntool_git.bb index 4ce353be..5694e91c 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 = "30a0320eb4a1798ac3d6258a2e02d863e60a1582" | 11 | SRCREV = "ca2d8fb348bb54960d706177108c43ae213e0063" |
12 | 12 | ||
13 | S = "${WORKDIR}/git" | 13 | S = "${WORKDIR}/git" |
14 | 14 | ||
@@ -19,10 +19,8 @@ do_compile_prepend() { | |||
19 | cp -r ${STAGING_KERNEL_DIR}/include/uapi/linux/tsn.h ${S}/include/linux | 19 | cp -r ${STAGING_KERNEL_DIR}/include/uapi/linux/tsn.h ${S}/include/linux |
20 | } | 20 | } |
21 | do_install() { | 21 | do_install() { |
22 | install -d ${D}${bindir} ${D}${libdir} | 22 | install -d ${D}${bindir} ${D}${libdir} |
23 | install -m 0755 ${S}/tsntool ${D}${bindir} | 23 | install -m 0755 ${S}/tsntool ${D}${bindir} |
24 | install -m 0755 ${S}/tools/event ${D}${bindir}/ | ||
25 | install -m 0755 ${S}/tools/timestamping ${D}${bindir}/ | ||
26 | install -m 0755 ${S}/libtsn.so ${D}${libdir} | 24 | install -m 0755 ${S}/libtsn.so ${D}${libdir} |
27 | } | 25 | } |
28 | 26 | ||