summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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