From d831eedd0f57833691361f79d2585e66e91ece24 Mon Sep 17 00:00:00 2001 From: Ting Liu Date: Tue, 21 Apr 2020 07:13:45 +0200 Subject: [PATCH] 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 --- recipes-extended/tsntool/tsntool_git.bb | 6 ++---- 1 file 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" inherit pkgconfig SRC_URI = "git://source.codeaurora.org/external/qoriq/qoriq-components/tsntool;protocol=https;nobranch=1" -SRCREV = "30a0320eb4a1798ac3d6258a2e02d863e60a1582" +SRCREV = "ca2d8fb348bb54960d706177108c43ae213e0063" S = "${WORKDIR}/git" @@ -19,10 +19,8 @@ do_compile_prepend() { cp -r ${STAGING_KERNEL_DIR}/include/uapi/linux/tsn.h ${S}/include/linux } do_install() { - install -d ${D}${bindir} ${D}${libdir} + install -d ${D}${bindir} ${D}${libdir} install -m 0755 ${S}/tsntool ${D}${bindir} - install -m 0755 ${S}/tools/event ${D}${bindir}/ - install -m 0755 ${S}/tools/timestamping ${D}${bindir}/ install -m 0755 ${S}/libtsn.so ${D}${libdir} } -- 2.40.1