diff options
author | Denys Dmytriyenko <denys@ti.com> | 2020-04-07 02:37:00 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2020-04-08 18:25:50 +0000 |
commit | 68802ef0f3e9d5fe6c5a36f15e8e93c5493e7eb8 (patch) | |
tree | cffb00cf16e628d0747d2458e79593e49d12a515 /recipes-bsp | |
parent | 71ec36a62a4d2704b47481bbb92ae05d19ba5529 (diff) | |
download | meta-ti-68802ef0f3e9d5fe6c5a36f15e8e93c5493e7eb8.tar.gz |
dspdce-fw: require dsp machine feature, cleanup
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-bsp')
-rw-r--r-- | recipes-bsp/dspdce-fw/dspdce-fw_git.bb | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/recipes-bsp/dspdce-fw/dspdce-fw_git.bb b/recipes-bsp/dspdce-fw/dspdce-fw_git.bb index 2756c2d8..6ddbe683 100644 --- a/recipes-bsp/dspdce-fw/dspdce-fw_git.bb +++ b/recipes-bsp/dspdce-fw/dspdce-fw_git.bb | |||
@@ -1,9 +1,13 @@ | |||
1 | DESCRIPTION = "Firmware for DSP for an example application called copycodectest" | 1 | SUMMARY = "Firmware for DSP for an example application called copycodectest" |
2 | LICENSE = "TI-TSPA" | 2 | LICENSE = "TI-TSPA" |
3 | LIC_FILES_CHKSUM = "file://src/ti/framework/dce/dce.c;startline=1;endline=31;md5=2c6e9aba6ed75f22b1a2b7544b1c809d" | 3 | LIC_FILES_CHKSUM = "file://src/ti/framework/dce/dce.c;startline=1;endline=31;md5=2c6e9aba6ed75f22b1a2b7544b1c809d" |
4 | 4 | ||
5 | COMPATIBLE_MACHINE = "dra7xx" | 5 | COMPATIBLE_MACHINE = "dra7xx" |
6 | 6 | ||
7 | inherit features_check | ||
8 | |||
9 | REQUIRED_MACHINE_FEATURES = "dsp" | ||
10 | |||
7 | SRC_URI = "git://git.ti.com/glsdk/dspdce.git;protocol=git" | 11 | SRC_URI = "git://git.ti.com/glsdk/dspdce.git;protocol=git" |
8 | 12 | ||
9 | SRCREV = "de6e599f067b25c46cc0c8f74a22cc3b8aafbae8" | 13 | SRCREV = "de6e599f067b25c46cc0c8f74a22cc3b8aafbae8" |