diff options
| -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 = "" | ||
