From b5b84f3f8c67c53648fadb1052fd2382ae093119 Mon Sep 17 00:00:00 2001 From: Max Krummenacher Date: Mon, 25 Jul 2016 19:35:25 +0200 Subject: tegrastats: mv all files into recipes-bsp/tegrastats Signed-off-by: Max Krummenacher Acked-by: Stefan Agner --- .../tegrastats/files/Tegrastats-gtk.desktop | 11 ++++++++ recipes-bsp/tegrastats/files/apalis-tk1/tegrastats | Bin 0 -> 80941 bytes recipes-bsp/tegrastats/files/tegrastats | Bin 0 -> 19320 bytes recipes-bsp/tegrastats/files/tegrastats-gtk | Bin 0 -> 15200 bytes recipes-bsp/tegrastats/tegrastats.bb | 31 +++++++++++++++++++++ recipes/tegrastats/files/Tegrastats-gtk.desktop | 11 -------- recipes/tegrastats/files/apalis-tk1/tegrastats | Bin 80941 -> 0 bytes recipes/tegrastats/files/tegrastats | Bin 19320 -> 0 bytes recipes/tegrastats/files/tegrastats-gtk | Bin 15200 -> 0 bytes recipes/tegrastats/tegrastats.bb | 31 --------------------- 10 files changed, 42 insertions(+), 42 deletions(-) create mode 100755 recipes-bsp/tegrastats/files/Tegrastats-gtk.desktop create mode 100755 recipes-bsp/tegrastats/files/apalis-tk1/tegrastats create mode 100755 recipes-bsp/tegrastats/files/tegrastats create mode 100755 recipes-bsp/tegrastats/files/tegrastats-gtk create mode 100644 recipes-bsp/tegrastats/tegrastats.bb delete mode 100755 recipes/tegrastats/files/Tegrastats-gtk.desktop delete mode 100755 recipes/tegrastats/files/apalis-tk1/tegrastats delete mode 100755 recipes/tegrastats/files/tegrastats delete mode 100755 recipes/tegrastats/files/tegrastats-gtk delete mode 100644 recipes/tegrastats/tegrastats.bb diff --git a/recipes-bsp/tegrastats/files/Tegrastats-gtk.desktop b/recipes-bsp/tegrastats/files/Tegrastats-gtk.desktop new file mode 100755 index 0000000..5424c2a --- /dev/null +++ b/recipes-bsp/tegrastats/files/Tegrastats-gtk.desktop @@ -0,0 +1,11 @@ +#!/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-bsp/tegrastats/files/apalis-tk1/tegrastats b/recipes-bsp/tegrastats/files/apalis-tk1/tegrastats new file mode 100755 index 0000000..22a42cf Binary files /dev/null and b/recipes-bsp/tegrastats/files/apalis-tk1/tegrastats differ diff --git a/recipes-bsp/tegrastats/files/tegrastats b/recipes-bsp/tegrastats/files/tegrastats new file mode 100755 index 0000000..5f76593 Binary files /dev/null and b/recipes-bsp/tegrastats/files/tegrastats differ diff --git a/recipes-bsp/tegrastats/files/tegrastats-gtk b/recipes-bsp/tegrastats/files/tegrastats-gtk new file mode 100755 index 0000000..53d250d Binary files /dev/null and b/recipes-bsp/tegrastats/files/tegrastats-gtk differ diff --git a/recipes-bsp/tegrastats/tegrastats.bb b/recipes-bsp/tegrastats/tegrastats.bb new file mode 100644 index 0000000..9795c47 --- /dev/null +++ b/recipes-bsp/tegrastats/tegrastats.bb @@ -0,0 +1,31 @@ +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" 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 Binary files a/recipes/tegrastats/files/apalis-tk1/tegrastats and /dev/null differ diff --git a/recipes/tegrastats/files/tegrastats b/recipes/tegrastats/files/tegrastats deleted file mode 100755 index 5f76593..0000000 Binary files a/recipes/tegrastats/files/tegrastats and /dev/null differ diff --git a/recipes/tegrastats/files/tegrastats-gtk b/recipes/tegrastats/files/tegrastats-gtk deleted file mode 100755 index 53d250d..0000000 Binary files a/recipes/tegrastats/files/tegrastats-gtk and /dev/null 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" -- cgit v1.2.3