summaryrefslogtreecommitdiff
path: root/recipes/tegrastats
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2012-06-19 09:09:54 +0200
committerMax Krummenacher <max.krummenacher@toradex.com>2012-06-19 09:09:54 +0200
commit1d2604199f5ee2f4b0b1f12717a1c8e1b82acb85 (patch)
tree8a614f091377c626fdfe1d7c9870c9f65eca9cef /recipes/tegrastats
parentf95eadb09045c0763fd65b118142c1c4014ebcbb (diff)
Update to new NV binary packages L4T R15
Removed nvrm_deamon and corresponding init.d script Kernel from git.toradex.int
Diffstat (limited to 'recipes/tegrastats')
-rw-r--r--recipes/tegrastats/files/Makefile4
-rw-r--r--recipes/tegrastats/tegrastats.bb~26
2 files changed, 0 insertions, 30 deletions
diff --git a/recipes/tegrastats/files/Makefile b/recipes/tegrastats/files/Makefile
deleted file mode 100644
index 7eb1f2d..0000000
--- a/recipes/tegrastats/files/Makefile
+++ /dev/null
@@ -1,4 +0,0 @@
-all:
- echo "Hallo max"
- $(CC) ${CFLAGS) $(CPPFLAGS) $(LDFLAGS) -o tegrastats main.c
- \ No newline at end of file
diff --git a/recipes/tegrastats/tegrastats.bb~ b/recipes/tegrastats/tegrastats.bb~
deleted file mode 100644
index 58eb47a..0000000
--- a/recipes/tegrastats/tegrastats.bb~
+++ /dev/null
@@ -1,26 +0,0 @@
-DESCRIPTION = "tegrastats, gives information about cpu use"
-LICENSE = "Nvidia propriatry"
-PR = "r1"
-
-PACKAGE_ARCH = "${MACHINE_ARCH}"
-
-#SRC_URI = "file://tegrastats \
-# "
-
-S = "${WORKDIR}/target-utils/tegrastats"
-
-SVN_REV = 230
-SRC_URI = "svn://tegradev:tegra123!@mammut.toradex.int:8090/colibri_tegra_linux/trunk;module=target-utils/tegrastats;rev=${SVN_REV};proto=http"
-
-PACKAGES = "${PN}"
-
-#FILES_${PN} =
-
-do_compile() {
- ${CC} -DNV_IS_LDK=1 ${CFLAGS} ${CPPFLAGS} ${LDFLAGS} ${S}/main.c -o tegrastats
-}
-
-do_install() {
- install -d ${D}/usr/bin
- install -m 0755 ${S}/tegrastats ${D}/usr/bin
-}