diff options
| author | Denys Dmytriyenko <denys@ti.com> | 2020-04-07 02:37:01 +0000 |
|---|---|---|
| committer | Denys Dmytriyenko <denys@ti.com> | 2020-04-08 18:25:54 +0000 |
| commit | 4684b88c1ed2fb92a57c8da3d3a1e1c86d54b2dc (patch) | |
| tree | 2fa35723c8e5ac04710679aec9096129979623f7 /recipes-bsp | |
| parent | 68802ef0f3e9d5fe6c5a36f15e8e93c5493e7eb8 (diff) | |
| download | meta-ti-4684b88c1ed2fb92a57c8da3d3a1e1c86d54b2dc.tar.gz | |
libulm: require dsp machine feature, cleanup
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-bsp')
| -rw-r--r-- | recipes-bsp/dsptop/libulm_git.bb | 6 |
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 @@ | |||
| 1 | DESCRIPTION = "TI dsptop utility." | 1 | SUMMARY = "TI Usage & Load Monitor Implementation" |
| 2 | LICENSE = "BSD" | 2 | LICENSE = "BSD" |
| 3 | LIC_FILES_CHKSUM = "file://../debian/copyright;md5=309825aa8f5edfcf2c44912ac094b979" | 3 | LIC_FILES_CHKSUM = "file://../debian/copyright;md5=309825aa8f5edfcf2c44912ac094b979" |
| 4 | 4 | ||
| 5 | inherit features_check | ||
| 6 | |||
| 7 | REQUIRED_MACHINE_FEATURES = "dsp" | ||
| 8 | |||
| 5 | DEPENDS = "ti-cgt6x-native" | 9 | DEPENDS = "ti-cgt6x-native" |
| 6 | PR = "${INC_PR}.0" | 10 | PR = "${INC_PR}.0" |
| 7 | 11 | ||
