summaryrefslogtreecommitdiffstats
path: root/recipes-test/test-nohz-stability/test-nohz-stability.bb
blob: 5c2405a2399b280aec7bce1c00c422baa5c03696 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
LICENSE = "BSD"
LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58"
INHIBIT_DEFAULT_DEPS = "1"

SRC_URI = "file://${PN} \
          "

FILES_${PN} += "${bindir}/${PN}"

RDEPENDS_${PN} = "ltp packagegroup-enea-rt-tools systest-runner"

do_install () {
    install -D ${WORKDIR}/${PN} ${D}${bindir}/${PN}
}

# Only a script, no need for patch, configure, compile or build
do_patch[noexec] = "1"
do_configure[noexec] = "1"
do_compile[noexec] = "1"
do_build[noexec] = "1"