aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-bsp/dsptop/dsptop_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-bsp/dsptop/dsptop_git.bb')
-rw-r--r--recipes-bsp/dsptop/dsptop_git.bb29
1 files changed, 0 insertions, 29 deletions
diff --git a/recipes-bsp/dsptop/dsptop_git.bb b/recipes-bsp/dsptop/dsptop_git.bb
deleted file mode 100644
index c4a9bf30..00000000
--- a/recipes-bsp/dsptop/dsptop_git.bb
+++ /dev/null
@@ -1,29 +0,0 @@
-DESCRIPTION = "TI dsptop utility."
-LICENSE = "BSD"
-LIC_FILES_CHKSUM = "file://debian/copyright;md5=309825aa8f5edfcf2c44912ac094b979"
-
-DEPENDS = "libulm ncurses"
-
-PR = "${INC_PR}.2"
-
-S = "${WORKDIR}/git/dsptop"
-
-DEVICE = ""
-DEVICE_dra7xx = "DRA7xx"
-DEVICE_keystone = "C66AK2Hxx"
-
-EXTRA_OEMAKE = "release DEVICE=${DEVICE} CROSS_COMPILE=${TARGET_PREFIX} CC="${CC}""
-
-do_install() {
- oe_runmake install DESTDIR=${D}
-}
-
-COMPATIBLE_MACHINE = "dra7xx|keystone"
-PACKAGE_ARCH = "${MACHINE_ARCH}"
-
-RDEPENDS_${PN} = "debugss-module-drv bash"
-RDEPENDS_${PN}_append_keystone = " temperature-module-drv"
-
-include dsptop.inc
-
-PARALLEL_MAKE = ""