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