summaryrefslogtreecommitdiff
path: root/recipes-bsp/tegrastats/tegrastats.bb
blob: d1bc36449e78908f7fca2c711d23ce3e438d509e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
SUMMARY = "NVIDIAS tegrastats"
DESCRIPTION = "NVIDIAS tegrastats gives information about cpu use for TK1"
LICENSE = "CLOSED"
PR = "r3"

SRC_URI = "file://tegrastats"

S = "${WORKDIR}"

# Inhibit warnings about files being stripped.
# Inhibit warnings about missing DEPENDS, Files are provided in binary form"
INSANE_SKIP_${PN} = "already-stripped build-deps file-rdeps ldflags"

do_install() {
    install -d ${D}${bindir}
    install -m 0755 ${S}/tegrastats* ${D}${bindir}/
}

FILES_${PN} = "${bindir}/tegrastats"
PACKAGE_ARCH = "${MACHINE_ARCH}"
COMPATIBLE_MACHINE = "tegra124"