diff options
| author | Stefan Schmidt <stefan@datenfreihafen.org> | 2009-12-10 11:08:51 +0100 |
|---|---|---|
| committer | Stefan Schmidt <stefan@datenfreihafen.org> | 2009-12-10 11:08:51 +0100 |
| commit | a79d5a546392cad57bb8855f88d4617caa852d27 (patch) | |
| tree | 28a5b26bf27ff1e594e13e6eb5aa76891f8f8aab /recipes/ti/ti-dmai.inc | |
| parent | 09a85ada712374f567b276067805c19b091a518a (diff) | |
| parent | 6e0172f360053c39bfad106592fbb55509167103 (diff) | |
Merge branch 'org.openembedded.dev' of git.openembedded.org:openembedded into org.openembedded.dev
Diffstat (limited to 'recipes/ti/ti-dmai.inc')
| -rw-r--r-- | recipes/ti/ti-dmai.inc | 15 |
1 files changed, 10 insertions, 5 deletions
diff --git a/recipes/ti/ti-dmai.inc b/recipes/ti/ti-dmai.inc index 3aafd47cf1..c52e46aaf1 100644 --- a/recipes/ti/ti-dmai.inc +++ b/recipes/ti/ti-dmai.inc @@ -1,15 +1,20 @@ 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 = "342" -SRC_URI = "svn://gforge.ti.com/svn/dmai/branches;module=BRANCH_BRIJESH_DMAI_DEV_2_xx;proto=https;user=anonymous;pswd='' \ +BRANCH = "BRANCH_BRIJESH_DMAI_DEV_2_xx" +BRANCH_6467 = "GITPSP_INT_101009" + +SRCREV = "364" + +SRC_URI = "svn://gforge.ti.com/svn/dmai/branches;module=${BRANCH};proto=https;user=anonymous;pswd='' \ file://loadmodules-ti-dmai-dm355_al.sh \ + file://loadmodules-ti-dmai-dm365_al.sh \ file://loadmodules-ti-dmai-dm6446_al.sh \ file://loadmodules-ti-dmai-o3530_al.sh \ " -S = "${WORKDIR}/BRANCH_BRIJESH_DMAI_DEV_2_xx/davinci_multimedia_application_interface" +S = "${WORKDIR}/${BRANCH}/davinci_multimedia_application_interface" + # Yes, the xdc stuff still breaks with a '.' in PWD PV = "svnr${SRCREV}" +INHIBIT_PACKAGE_STRIP = "1" |
