summaryrefslogtreecommitdiff
path: root/recipes/tegrastats/tegrastats.bb
blob: 38fd11d0c70ffb5865cafa57d3d3170210c176fb (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
DESCRIPTION = "NVIDIAS tegrastats in a commandline version and one with output to a gtk title bar, gives information about cpu use"
LICENSE = "CLOSED"
PR = "r3"

SRC_URI =  "file://tegrastats \
            file://tegrastats-gtk \
	    file://Tegrastats-gtk.desktop "

S = "${WORKDIR}"

PACKAGES = "${PN}"

# Inhibit warnings about files being stripped.
INSANE_SKIP_${PN} = "already-stripped"

do_install() {
    install -d ${D}${bindir}/ ${D}/home/root/Desktop/
    install -m 0755 ${S}/tegrastats* ${D}${bindir}/
    install -m 0755 ${S}/Tegrastats-gtk.desktop ${D}/home/root/Desktop/
}

FILES_${PN} = " \
	${bindir}/tegrastats* \
	/home/root/Desktop/Tegra* "