]> code.ossystems Code Review - meta-freescale.git/commitdiff
tsntool: update to ca2d8fb
authorTing Liu <ting.liu@nxp.com>
Tue, 21 Apr 2020 05:13:45 +0000 (07:13 +0200)
committerOtavio Salvador <otavio@ossystems.com.br>
Wed, 6 May 2020 18:52:35 +0000 (15:52 -0300)
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>
recipes-extended/tsntool/tsntool_git.bb

index 4ce353bef65f54b4ca3075156abe6a47fd6f5520..5694e91ce50111d996698d1d316c6c39127c5c10 100644 (file)
@@ -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}
 }