[oe-commits] Koen Kooi : ti-dmai: bump SRCREV and fix path to cross-compiler

git version control git at git.openembedded.org
Fri Jun 19 08:09:05 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 31d6afe558939ef10ab7678a6f398ed57e53d072
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=31d6afe558939ef10ab7678a6f398ed57e53d072

Author: Koen Kooi <koen at openembedded.org>
Date:   Fri Jun 19 10:01:33 2009 +0200

ti-dmai: bump SRCREV and fix path to cross-compiler
* calling compiler with their full path is bogus anyway

---

 recipes/dvsdk/ti-dmai.inc    |    2 +-
 recipes/dvsdk/ti-dmai_svn.bb |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/recipes/dvsdk/ti-dmai.inc b/recipes/dvsdk/ti-dmai.inc
index 5586951..497e65d 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 9185b27..0524fe6 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" \





More information about the Openembedded-commits mailing list