diff options
author | Jacob Stiffler <j-stiffler@ti.com> | 2015-05-20 19:32:16 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2015-05-22 12:33:07 -0400 |
commit | 5f79e6fcaff436ef484ceb22571d84088b35478f (patch) | |
tree | 01025cce2fabd0de3d0c1ca27605b1ad38f94b58 /recipes-bsp/dsptop | |
parent | d20340cdf0b99a9cb70c09eeae34cf7879706d8e (diff) | |
download | meta-ti-5f79e6fcaff436ef484ceb22571d84088b35478f.tar.gz |
dsptop: Add version 1.2.0
* dsptop is a utility that provides a top-like interface to observe
DSP resource usage in real-time.
Signed-off-by: Jacob Stiffler <j-stiffler@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-bsp/dsptop')
-rw-r--r-- | recipes-bsp/dsptop/dsptop_git.bb | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/recipes-bsp/dsptop/dsptop_git.bb b/recipes-bsp/dsptop/dsptop_git.bb new file mode 100644 index 00000000..4b6c729b --- /dev/null +++ b/recipes-bsp/dsptop/dsptop_git.bb | |||
@@ -0,0 +1,28 @@ | |||
1 | DESCRIPTION = "TI dsptop utility." | ||
2 | LICENSE = "BSD" | ||
3 | LIC_FILES_CHKSUM = "file://debian/copyright;md5=309825aa8f5edfcf2c44912ac094b979" | ||
4 | |||
5 | DEPENDS = "libulm ncurses" | ||
6 | |||
7 | PR = "${INC_PR}.0" | ||
8 | |||
9 | S = "${WORKDIR}/git/dsptop" | ||
10 | |||
11 | DEVICE = "" | ||
12 | DEVICE_dra7xx = "DRA7xx" | ||
13 | DEVICE_keystone = "C66AK2Hxx" | ||
14 | |||
15 | EXTRA_OEMAKE = "release DEVICE=${DEVICE} CROSS_COMPILE=${TARGET_PREFIX}" | ||
16 | |||
17 | do_install() { | ||
18 | oe_runmake install DESTDIR=${D} | ||
19 | } | ||
20 | |||
21 | COMPATIBLE_MACHINE = "dra7xx|keystone" | ||
22 | PACKAGE_ARCH = "${MACHINE_ARCH}" | ||
23 | |||
24 | RDEPENDS_${PN} = "debugss-module-drv" | ||
25 | |||
26 | include dsptop.inc | ||
27 | |||
28 | PARALLEL_MAKE = "" | ||