summaryrefslogtreecommitdiff
path: root/recipes
diff options
context:
space:
mode:
Diffstat (limited to 'recipes')
-rwxr-xr-xrecipes/tegrastats/files/Tegrastats-gtk.desktop11
-rwxr-xr-xrecipes/tegrastats/files/apalis-tk1/tegrastatsbin80941 -> 0 bytes
-rwxr-xr-xrecipes/tegrastats/files/tegrastatsbin19320 -> 0 bytes
-rwxr-xr-xrecipes/tegrastats/files/tegrastats-gtkbin15200 -> 0 bytes
-rw-r--r--recipes/tegrastats/tegrastats.bb31
5 files changed, 0 insertions, 42 deletions
diff --git a/recipes/tegrastats/files/Tegrastats-gtk.desktop b/recipes/tegrastats/files/Tegrastats-gtk.desktop
deleted file mode 100755
index 5424c2a..0000000
--- a/recipes/tegrastats/files/Tegrastats-gtk.desktop
+++ /dev/null
@@ -1,11 +0,0 @@
-#!/usr/bin/env xdg-open
-
-[Desktop Entry]
-Version=1.0
-Type=Application
-Terminal=false
-Icon[C]=gnome-monitor.png
-Exec=/usr/bin/tegrastats-gtk
-Name[C]=Tegrastats-gtk
-Name=Tegrastats-gtk
-Icon=gnome-monitor.png
diff --git a/recipes/tegrastats/files/apalis-tk1/tegrastats b/recipes/tegrastats/files/apalis-tk1/tegrastats
deleted file mode 100755
index 22a42cf..0000000
--- a/recipes/tegrastats/files/apalis-tk1/tegrastats
+++ /dev/null
Binary files differ
diff --git a/recipes/tegrastats/files/tegrastats b/recipes/tegrastats/files/tegrastats
deleted file mode 100755
index 5f76593..0000000
--- a/recipes/tegrastats/files/tegrastats
+++ /dev/null
Binary files differ
diff --git a/recipes/tegrastats/files/tegrastats-gtk b/recipes/tegrastats/files/tegrastats-gtk
deleted file mode 100755
index 53d250d..0000000
--- a/recipes/tegrastats/files/tegrastats-gtk
+++ /dev/null
Binary files differ
diff --git a/recipes/tegrastats/tegrastats.bb b/recipes/tegrastats/tegrastats.bb
deleted file mode 100644
index 9795c47..0000000
--- a/recipes/tegrastats/tegrastats.bb
+++ /dev/null
@@ -1,31 +0,0 @@
-SUMMARY = "NVIDIAS tegrastats"
-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"
-
-RDEPENDS_{PN}-gtk = "pango"
-
-SRC_URI = "file://tegrastats \
- file://tegrastats-gtk \
- file://Tegrastats-gtk.desktop "
-
-S = "${WORKDIR}"
-
-PACKAGES = "${PN} ${PN}-gtk"
-
-# Inhibit warnings about files being stripped.
-# Inhibit warnings about missing DEPENDS, Files are provided in binary form"
-WARN_QA_remove = "already-stripped build-deps"
-WARN_QA-gtk_remove = "already-stripped build-deps"
-
-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}-gtk = " \
- ${bindir}/tegrastats-gtk \
- /home/root/Desktop/Tegra* "
-
-FILES_${PN} = "${bindir}/tegrastats"