summaryrefslogtreecommitdiffstats
path: root/recipes-enea/count-ticks/count-ticks_1.1.bb
blob: 1a66f3b365aa91dfa304523dbc3389e25958e3b8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
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 = "a96dcc47f327a990afaf75911183b1631367609c"

inherit ptest

S = "${WORKDIR}/git"

do_install() {
        install -m 0755 -D ${S}/count_ticks/count_ticks ${D}${bindir}/count_ticks
}