aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/ti
diff options
context:
space:
mode:
authorSiddharth Heroor <heroor@ti.com>2011-03-24 21:01:15 +0000
committerKoen Kooi <koen@openembedded.org>2011-03-24 19:18:58 +0100
commit6486ee842f17390a6983dad5a8c413198caf1e49 (patch)
tree5d58e082d535a6737dbdb5b851f32e19a129b1ce /recipes/ti
parentf20149772daa744586af737fe1b4087607f6f817 (diff)
downloadopenembedded-6486ee842f17390a6983dad5a8c413198caf1e49.tar.gz
TI IPC: Add missing dependencies
* The IPC software is for Sys/Bios and is dependent on Sys/Bios. * To Build IPC and stage it we need XDCTools and C6000 Codegen. Signed-off-by: Siddharth Heroor <heroor@ti.com> Signed-off-by: Koen Kooi <koen@openembedded.org>
Diffstat (limited to 'recipes/ti')
-rw-r--r--recipes/ti/ti-ipc.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes/ti/ti-ipc.inc b/recipes/ti/ti-ipc.inc
index fc9b90804b..2a23a9b977 100644
--- a/recipes/ti/ti-ipc.inc
+++ b/recipes/ti/ti-ipc.inc
@@ -13,6 +13,7 @@ S = "${WORKDIR}/ipc_${PV}"
SRC_URI = "http://software-dl.ti.com/dsps/dsps_public_sw/sdo_sb/targetcontent/ipc/${PV}/exports/ipc_setuplinux_${PV}.bin;name=ipcbin"
+DEPENDS = "ti-sysbios ti-cgt6x ti-xdctools"
BINFILE="ipc_setuplinux_${PV}.bin"
TI_BIN_UNPK_CMDS="Y: qY:workdir:Y"