* dsptop is a utility that provides a top-like interface to observe
  DSP resource usage in real-time.

Signed-off-by: Jacob Stiffler <j-stiff...@ti.com>
---
 recipes-bsp/dsptop/dsptop_git.bb |   27 +++++++++++++++++++++++++++
 1 file changed, 27 insertions(+)
 create mode 100644 recipes-bsp/dsptop/dsptop_git.bb

diff --git a/recipes-bsp/dsptop/dsptop_git.bb b/recipes-bsp/dsptop/dsptop_git.bb
new file mode 100644
index 0000000..72102e8
--- /dev/null
+++ b/recipes-bsp/dsptop/dsptop_git.bb
@@ -0,0 +1,27 @@
+DESCRIPTION="TI dsptop utility."
+
+LICENSE = "BSD"
+LIC_FILES_CHKSUM = 
"file://debian/copyright;md5=309825aa8f5edfcf2c44912ac094b979"
+
+include dsptop.inc
+
+PR = "${INC_PR}.0"
+
+DEPENDS = "libulm ncurses"
+
+RDEPENDS_${PN} = "debugss-module-drv"
+
+COMPATIBLE_MACHINE = "dra7xx"
+PACKAGE_ARCH = "${MACHINE_ARCH}"
+
+DEVICE = ""
+DEVICE_dra7xx = "DRA7xx"
+
+EXTRA_OEMAKE = "release DEVICE=${DEVICE} CROSS_COMPILE=${TARGET_PREFIX}"
+PARALLEL_MAKE = ""
+
+S = "${WORKDIR}/git/dsptop"
+
+do_install() {
+    oe_runmake install DESTDIR=${D}
+}
-- 
1.7.9.5

-- 
_______________________________________________
meta-ti mailing list
meta-ti@yoctoproject.org
https://lists.yoctoproject.org/listinfo/meta-ti

Reply via email to