summaryrefslogtreecommitdiffstats
path: root/recipes-enea/count-ticks/count-ticks_1.1.bb
blob: caa6ed70d71850d4ebe10f4a35a779b71183674a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
SUMMARY = "Tick count tool"
DESCRIPTION = "Count number of kernel ticks during command execution."
SECTION = "utils"
LICENSE = "BSD"
LIC_FILES_CHKSUM = "file://LICENSE;md5=b52bab7a403562f36be803f11489f1a4"

PR = "r1"

RDEPENDS_${PN} = "bash"

SRC_URI = "git://github.com/OpenEneaLinux/rt-tools.git;branch=master \
           file://run-ptest \
           "

SRCREV = "0fa0a8e084fe68e77a1f0968f2fbfa993292ae9c"

inherit ptest

S = "${WORKDIR}/git"

FILES_${PN} += "/bin/*"

do_install() {
        install -D ${S}/install/bin/count_ticks ${D}/usr/bin/count_ticks
}