diff options
author | Brijesh Singh <bksingh@ti.com> | 2009-11-05 05:37:58 -0600 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2009-11-05 18:24:06 +0100 |
commit | 0816c962bd275d9a125ca27ee16e345da9afca08 (patch) | |
tree | 7bb3cd404c3df8d72426759aec65bf1168b5e20c /recipes/ti/ti-dmai.inc | |
parent | 56db8bc2ab7b13e717c86d314803c363dd73c3d4 (diff) |
ti-dmai_svn: bumup svn rev
This has proper CPU detection, so no need to manually add platforms anymore
Diffstat (limited to 'recipes/ti/ti-dmai.inc')
-rw-r--r-- | recipes/ti/ti-dmai.inc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/recipes/ti/ti-dmai.inc b/recipes/ti/ti-dmai.inc index e93e9975b5..3aafd47cf1 100644 --- a/recipes/ti/ti-dmai.inc +++ b/recipes/ti/ti-dmai.inc @@ -2,12 +2,11 @@ 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 = "265" +SRCREV = "342" SRC_URI = "svn://gforge.ti.com/svn/dmai/branches;module=BRANCH_BRIJESH_DMAI_DEV_2_xx;proto=https;user=anonymous;pswd='' \ file://loadmodules-ti-dmai-dm355_al.sh \ file://loadmodules-ti-dmai-dm6446_al.sh \ file://loadmodules-ti-dmai-o3530_al.sh \ - file://touchbook-support.patch;patch=1 \ " S = "${WORKDIR}/BRANCH_BRIJESH_DMAI_DEV_2_xx/davinci_multimedia_application_interface" |