summaryrefslogtreecommitdiffstats
path: root/bsp/meta-ti/recipes-bsp/dspdce-fw/dspdce-fw_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'bsp/meta-ti/recipes-bsp/dspdce-fw/dspdce-fw_git.bb')
-rw-r--r--bsp/meta-ti/recipes-bsp/dspdce-fw/dspdce-fw_git.bb6
1 files changed, 5 insertions, 1 deletions
diff --git a/bsp/meta-ti/recipes-bsp/dspdce-fw/dspdce-fw_git.bb b/bsp/meta-ti/recipes-bsp/dspdce-fw/dspdce-fw_git.bb
index 2756c2d8..6ddbe683 100644
--- a/bsp/meta-ti/recipes-bsp/dspdce-fw/dspdce-fw_git.bb
+++ b/bsp/meta-ti/recipes-bsp/dspdce-fw/dspdce-fw_git.bb
@@ -1,9 +1,13 @@
-DESCRIPTION = "Firmware for DSP for an example application called copycodectest"
+SUMMARY = "Firmware for DSP for an example application called copycodectest"
LICENSE = "TI-TSPA"
LIC_FILES_CHKSUM = "file://src/ti/framework/dce/dce.c;startline=1;endline=31;md5=2c6e9aba6ed75f22b1a2b7544b1c809d"
COMPATIBLE_MACHINE = "dra7xx"
+inherit features_check
+
+REQUIRED_MACHINE_FEATURES = "dsp"
+
SRC_URI = "git://git.ti.com/glsdk/dspdce.git;protocol=git"
SRCREV = "de6e599f067b25c46cc0c8f74a22cc3b8aafbae8"