[oe-commits] Koen Kooi : ti-dmai: fetch from svn

GIT User account git at amethyst.openembedded.net
Tue Mar 24 18:25:48 UTC 2009


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

Author: Koen Kooi <koen at openembedded.org>
Date:   Tue Mar 24 19:22:13 2009 +0100

ti-dmai: fetch from svn
* gets us some buildfixes for free
* no need to download it from my.ti.com, which requires a login

---

 .../dsplink/{ti-dmai_1.20.bb => ti-dmai_svn.bb}    |   27 +++----------------
 1 files changed, 5 insertions(+), 22 deletions(-)

diff --git a/recipes/dsplink/ti-dmai_1.20.bb b/recipes/dsplink/ti-dmai_svn.bb
similarity index 69%
rename from recipes/dsplink/ti-dmai_1.20.bb
rename to recipes/dsplink/ti-dmai_svn.bb
index 026f5a3..f6ff173 100644
--- a/recipes/dsplink/ti-dmai_1.20.bb
+++ b/recipes/dsplink/ti-dmai_svn.bb
@@ -4,22 +4,17 @@ LICENCE = "unknown"
 
 require ti-paths.inc
 
-# https://www-a.ti.com/downloads/sds_support/applications_packages/dmai/dmai_1_20_00_06/dmai_setuplinux_1_20_00_06.bin
-# Install the above link and put the dmai_1_20_00_06.tar.gz file in the same directory as this recipe
-SRC_URI = "file://dmai_1_20_00_06.tar.gz \
-	   file://dmai-update-cpu-name.patch;patch=1 \
-	   file://dmai-update-fb-display.patch;patch=1 \
-	   file://dmai-update-v4l2-display.patch;patch=1 \
-	   file://dmai-do-not-panic-on-mixer-failure.patch;patch=1 \
-	   file://dmai-support-32bit-align.patch;patch=1 \
+SRC_URI = "svn://gforge.ti.com/svn/dmai/branches;module=BRIJESH_GIT_022309;proto=https;user=anonymous;pswd='' \
 	   file://dmai-built-with-angstrom.patch;patch=1 \
            file://loadmodules-ti-dmai-apps.sh \
            file://unloadmodules-ti-dmai-apps.sh \
    "
 
-S = "${WORKDIR}/dmai_1_20_00_06"
+SRCREV = "36"
+
+S = "${WORKDIR}/BRIJESH_GIT_022309/davinci_multimedia_application_interface/dmai"
 # Yes, the xdc stuff still breaks with a '.' in PWD
-PV = "120"
+PV = "120+svnr${SRCREV}"
 PR = "r15"
 
 TARGET = "all"
@@ -31,18 +26,6 @@ export CE_INSTALL_DIR="${STAGING_DIR}/${MULTIMACH_TARGET_SYS}/ti-codec-engine"
 export FC_INSTALL_DIR="${STAGING_DIR}/${MULTIMACH_TARGET_SYS}/ti-codec-engine/cetools"
 export CODEC_INSTALL_DIR="${STAGING_DIR}/${MULTIMACH_TARGET_SYS}/ti-codec-combos"
 
-do_compile_prepend_omap3evm() {
-
-#temp removal of sources that fail to build on evm3530
-	if [ -e packages/ti/sdo/dmai/linux/omap3530/Resize.c ]; then
-		rm packages/ti/sdo/dmai/linux/omap3530/Resize.c
-	fi
-
-        if [ -e packages/ti/sdo/dmai/linux/omap3530/Framecopy_accel.c ]; then
-                rm packages/ti/sdo/dmai/linux/omap3530/Framecopy_accel.c
-        fi
-}
-
 do_compile() {
 	cd packages/ti/sdo/dmai
 	oe_runmake clean





More information about the Openembedded-commits mailing list