aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/kernbench/kernbench_0.41.bb
blob: 33f651a154688f44fd060d316a45918f66fa4594 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
DESCRIPTION = "cpu throughput benchmark"
HOMEPAGE = "http://kernbench.kolivas.org/"
LICENSE = "GPL"
RDEPENDS = "time"

SRC_URI = "${KERNELORG_MIRROR}/pub/linux/kernel/people/ck/apps/kernbench/kernbench-${PV}.tar.bz2"

inherit autotools

do_install() {
    install -d ${D}${bindir} ${D}${datadir}/doc/${PN}/
    install -m 0755 kernbench ${D}${bindir}
    install -m 0644 README ${D}${datadir}/doc/${PN}/
}