aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/dvsdk
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2009-06-19 10:01:33 +0200
committerKoen Kooi <koen@openembedded.org>2009-06-19 10:01:33 +0200
commit31d6afe558939ef10ab7678a6f398ed57e53d072 (patch)
tree3ab15015db8e016d8ac597c3cf8590675ddadff1 /recipes/dvsdk
parent029db62688555ee1cda924716a3772d62fc64f6d (diff)
downloadopenembedded-31d6afe558939ef10ab7678a6f398ed57e53d072.tar.gz
ti-dmai: bump SRCREV and fix path to cross-compiler
* calling compiler with their full path is bogus anyway
Diffstat (limited to 'recipes/dvsdk')
-rw-r--r--recipes/dvsdk/ti-dmai.inc2
-rw-r--r--recipes/dvsdk/ti-dmai_svn.bb2
2 files changed, 2 insertions, 2 deletions
diff --git a/recipes/dvsdk/ti-dmai.inc b/recipes/dvsdk/ti-dmai.inc
index 5586951a5d..497e65df25 100644
--- a/recipes/dvsdk/ti-dmai.inc
+++ b/recipes/dvsdk/ti-dmai.inc
@@ -2,7 +2,7 @@ DESCRIPTION = "DMAI for TI ARM/DSP processors"
# NOTE: Use Brijesh' DMAI development branch. The URL *must* be updated once
# we have stable DMAI 2.x on gforge.
-SRCREV = "166"
+SRCREV = "189"
SRC_URI = "svn://gforge.ti.com/svn/dmai/branches;module=BRIJESH_GIT_031809;proto=https;user=anonymous;pswd='' \
file://loadmodules-ti-dmai-dm355_al.sh \
file://loadmodules-ti-dmai-dm6446_al.sh \
diff --git a/recipes/dvsdk/ti-dmai_svn.bb b/recipes/dvsdk/ti-dmai_svn.bb
index 9185b2746e..0524fe6609 100644
--- a/recipes/dvsdk/ti-dmai_svn.bb
+++ b/recipes/dvsdk/ti-dmai_svn.bb
@@ -56,7 +56,7 @@ do_compile () {
BIOS_INSTALL_DIR="${DSPBIOS_DIR}"\
LINUXLIBS_INSTALL_DIR="${STAGING_DIR_HOST}/usr" \
USER_XDC_PATH="${USER_XDC_PATH}" \
- CROSS_COMPILE="${SDK_PATH}/bin/${TARGET_PREFIX}" \
+ CROSS_COMPILE="${CROSS_DIR}/bin/${TARGET_PREFIX}" \
VERBOSE="true" \
XDAIS_INSTALL_DIR="${CE_INSTALL_DIR}/cetools" \
LINK_INSTALL_DIR="${CE_INSTALL_DIR}/cetools/packages/dsplink" \