From ab205d9308f3f869432d002412a0b11e28606696 Mon Sep 17 00:00:00 2001 From: Max Krummenacher Date: Fri, 4 Jan 2019 13:45:49 +0100 Subject: apalis/colibri-t20 -t30: drop machines These machines use an old Nvidia provided downstream kernel 3.1.10. They are no longer compatible with more recent sysroot components, e.g. libc, xserver et. al. The maintenance burden to keep the userspace components in their old version becomes simply too high. Keep using the rocko based 2.8 BSP for these machines. Signed-off-by: Max Krummenacher --- .../tegrastats/files/Tegrastats-gtk.desktop | 11 ---------- recipes-bsp/tegrastats/files/apalis-tk1/tegrastats | Bin 80941 -> 0 bytes recipes-bsp/tegrastats/files/tegrastats | Bin 19320 -> 80941 bytes recipes-bsp/tegrastats/files/tegrastats-gtk | Bin 15200 -> 0 bytes recipes-bsp/tegrastats/tegrastats.bb | 24 +++++---------------- 5 files changed, 5 insertions(+), 30 deletions(-) delete mode 100755 recipes-bsp/tegrastats/files/Tegrastats-gtk.desktop delete mode 100755 recipes-bsp/tegrastats/files/apalis-tk1/tegrastats delete mode 100755 recipes-bsp/tegrastats/files/tegrastats-gtk (limited to 'recipes-bsp/tegrastats') diff --git a/recipes-bsp/tegrastats/files/Tegrastats-gtk.desktop b/recipes-bsp/tegrastats/files/Tegrastats-gtk.desktop deleted file mode 100755 index 5424c2a..0000000 --- a/recipes-bsp/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-bsp/tegrastats/files/apalis-tk1/tegrastats b/recipes-bsp/tegrastats/files/apalis-tk1/tegrastats deleted file mode 100755 index 22a42cf..0000000 Binary files a/recipes-bsp/tegrastats/files/apalis-tk1/tegrastats and /dev/null differ diff --git a/recipes-bsp/tegrastats/files/tegrastats b/recipes-bsp/tegrastats/files/tegrastats index 5f76593..22a42cf 100755 Binary files a/recipes-bsp/tegrastats/files/tegrastats and b/recipes-bsp/tegrastats/files/tegrastats differ diff --git a/recipes-bsp/tegrastats/files/tegrastats-gtk b/recipes-bsp/tegrastats/files/tegrastats-gtk deleted file mode 100755 index 53d250d..0000000 Binary files a/recipes-bsp/tegrastats/files/tegrastats-gtk and /dev/null differ diff --git a/recipes-bsp/tegrastats/tegrastats.bb b/recipes-bsp/tegrastats/tegrastats.bb index 0718a5d..d1bc364 100644 --- a/recipes-bsp/tegrastats/tegrastats.bb +++ b/recipes-bsp/tegrastats/tegrastats.bb @@ -1,35 +1,21 @@ SUMMARY = "NVIDIAS tegrastats" -DESCRIPTION = "NVIDIAS tegrastats in a commandline version and one with output to a gtk title bar, gives information about cpu use" +DESCRIPTION = "NVIDIAS tegrastats gives information about cpu use for TK1" LICENSE = "CLOSED" PR = "r3" -SRC_URI = " \ - file://tegrastats \ - file://tegrastats-gtk \ - file://Tegrastats-gtk.desktop \ -" +SRC_URI = "file://tegrastats" S = "${WORKDIR}" -PACKAGES_prepend = "${PN}-gtk " - # 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" -INSANE_SKIP_${PN}-gtk = "already-stripped build-deps file-rdeps" - do_install() { - install -d ${D}${bindir}/ ${D}/home/root/Desktop/ + install -d ${D}${bindir} 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" - -PACKAGE_ARCH_tegra124 = "${MACHINE_ARCH}" +PACKAGE_ARCH = "${MACHINE_ARCH}" +COMPATIBLE_MACHINE = "tegra124" -- cgit v1.2.3