summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/dsptop
diff options
context:
space:
mode:
authorDenys Dmytriyenko <denys@ti.com>2020-04-07 02:37:01 +0000
committerDenys Dmytriyenko <denys@ti.com>2020-04-08 18:25:54 +0000
commit4684b88c1ed2fb92a57c8da3d3a1e1c86d54b2dc (patch)
tree2fa35723c8e5ac04710679aec9096129979623f7 /recipes-bsp/dsptop
parent68802ef0f3e9d5fe6c5a36f15e8e93c5493e7eb8 (diff)
downloadmeta-ti-4684b88c1ed2fb92a57c8da3d3a1e1c86d54b2dc.tar.gz
libulm: require dsp machine feature, cleanup
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-bsp/dsptop')
-rw-r--r--recipes-bsp/dsptop/libulm_git.bb6
1 files changed, 5 insertions, 1 deletions
diff --git a/recipes-bsp/dsptop/libulm_git.bb b/recipes-bsp/dsptop/libulm_git.bb
index 7bf7f090..47248ff1 100644
--- a/recipes-bsp/dsptop/libulm_git.bb
+++ b/recipes-bsp/dsptop/libulm_git.bb
@@ -1,7 +1,11 @@
1DESCRIPTION = "TI dsptop utility." 1SUMMARY = "TI Usage & Load Monitor Implementation"
2LICENSE = "BSD" 2LICENSE = "BSD"
3LIC_FILES_CHKSUM = "file://../debian/copyright;md5=309825aa8f5edfcf2c44912ac094b979" 3LIC_FILES_CHKSUM = "file://../debian/copyright;md5=309825aa8f5edfcf2c44912ac094b979"
4 4
5inherit features_check
6
7REQUIRED_MACHINE_FEATURES = "dsp"
8
5DEPENDS = "ti-cgt6x-native" 9DEPENDS = "ti-cgt6x-native"
6PR = "${INC_PR}.0" 10PR = "${INC_PR}.0"
7 11