diff options
author | Koen Kooi <k-kooi@ti.com> | 2009-12-07 13:46:49 +0100 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2010-04-12 19:43:08 +0200 |
commit | 02ed602f301a438e006d6774605059196323a95b (patch) | |
tree | 0e3d70cf663abae4a611296f7050a20ae81b7fb5 /recipes/ti/ti-dmai.inc | |
parent | 201247ca3f8776b44cfae258a7064e6c302cf843 (diff) |
ti-xdctools: add 3.15.04.70 and 3.16.01.27 ti-dspbios 5.33.04: switch to TSPA releases
* add 5.33.06 and 5.41.02.14
* add 5.41.02.14
* move common stuff to .inc file
* bump PE to fix versioning
ti-dsplink-module: add 1.64
* put common stuff in .inc
* refresh xdc interfaces after running configure
* fix up missing SZ_2K define
* move configure step out of compile step
* switch on 'channels' feature
ti-codec-engine: add 2.25.00.05
* put common stuff in .inc
* add in OMAP-L support
* introduce DSPSUFFIX and set it appropriately for C674x DSPs
ti-dmai: add OMAP-L137 support and fix versioning
ti-xdais: add 6.25.00.07
Signed-off-by: Koen Kooi <k-kooi@ti.com>
Diffstat (limited to 'recipes/ti/ti-dmai.inc')
-rw-r--r-- | recipes/ti/ti-dmai.inc | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/recipes/ti/ti-dmai.inc b/recipes/ti/ti-dmai.inc index c52e46aaf1..17325865fa 100644 --- a/recipes/ti/ti-dmai.inc +++ b/recipes/ti/ti-dmai.inc @@ -2,8 +2,10 @@ DESCRIPTION = "DMAI for TI ARM/DSP processors" BRANCH = "BRANCH_BRIJESH_DMAI_DEV_2_xx" BRANCH_6467 = "GITPSP_INT_101009" +BRANCH_omapl137 = "BRANCH_KATIE_111309_OMAPL137" SRCREV = "364" +SRCREV_omapl137 = "382" SRC_URI = "svn://gforge.ti.com/svn/dmai/branches;module=${BRANCH};proto=https;user=anonymous;pswd='' \ file://loadmodules-ti-dmai-dm355_al.sh \ @@ -15,6 +17,7 @@ SRC_URI = "svn://gforge.ti.com/svn/dmai/branches;module=${BRANCH};proto=https;us S = "${WORKDIR}/${BRANCH}/davinci_multimedia_application_interface" # Yes, the xdc stuff still breaks with a '.' in PWD -PV = "svnr${SRCREV}" +PE = "1" +PV = "1.0+svnr${SRCPV}" INHIBIT_PACKAGE_STRIP = "1" |