diff options
author | Denys Dmytriyenko <[denis@denix.org]> | 2010-01-21 09:03:16 +0100 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2010-04-12 19:43:12 +0200 |
commit | 2b806bafbdf4eb18473a62c1c263ecec0564a906 (patch) | |
tree | 91258f698f0d3571d395f6de5489d4a4736140cd /recipes/ti/ti-dmai.inc | |
parent | d9697a4f54a75944bc64097f54313433208a8d1a (diff) |
ti-dmai: some more DaVinci fixes
dm365_ipipe.h was fixed in rev 424
dmai-tests/ is not installed/created for dm365
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, 5 insertions, 0 deletions
diff --git a/recipes/ti/ti-dmai.inc b/recipes/ti/ti-dmai.inc index 92a1aaf1f3..5a61065567 100644 --- a/recipes/ti/ti-dmai.inc +++ b/recipes/ti/ti-dmai.inc @@ -4,8 +4,13 @@ BRANCH = "branches/BRANCH_BRIJESH_DMAI_DEV_2_xx" BRANCH_omapl138 = "trunk" BRANCH_omapl137 = "trunk" BRANCH_dm6467 = "branches/GITPSP_INT_101009" +BRANCH_dm355 = "branches/GITPSP_INT_101009" +BRANCH_dm365 = "branches/GITPSP_INT_101009" SRCREV = "423" +SRCREV_dm6467 = "424" +SRCREV_dm355 = "424" +SRCREV_dm365 = "424" SRC_URI = "svn://gforge.ti.com/svn/dmai/;module=${BRANCH};proto=https;user=anonymous;pswd='' \ file://loadmodules-ti-dmai-dm355_al.sh \ |