[oe-commits] Roger Monk : dmai: update paths to codecs

GIT User account git at amethyst.openembedded.net
Thu Feb 19 08:30:00 UTC 2009


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

Author: Roger Monk <r-monk at ti.com>
Date:   Thu Feb 19 09:28:50 2009 +0100

dmai: update paths to codecs

---

 packages/dsplink/dmai_1.20.bb |    3 ++-
 packages/dsplink/ti-paths.inc |    4 ++--
 2 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/packages/dsplink/dmai_1.20.bb b/packages/dsplink/dmai_1.20.bb
index b6991a1..6560309 100644
--- a/packages/dsplink/dmai_1.20.bb
+++ b/packages/dsplink/dmai_1.20.bb
@@ -1,5 +1,5 @@
 DESCRIPTION = "Davinci (and OMAP) Multimedia Application Interface"
-DEPENDS = "virtual/kernel codec-engine"
+DEPENDS = "virtual/kernel codec-engine omap3530-dvsdk-combos"
 LICENCE = "unknown"
 
 require ti-paths.inc
@@ -27,6 +27,7 @@ TARGET_beagleboard = " o3530_al"
 TARGET_omap3evm = " o3530_al"
 
 export CE_INSTALL_DIR="${STAGING_DIR}/${MULTIMACH_TARGET_SYS}/codecengine/cetools"
+export CODEC_INSTALL_DIR="${STAGING_DIR}/${MULTIMACH_TARGET_SYS}/codecs"
 
 do_compile_prepend_omap3evm() {
 
diff --git a/packages/dsplink/ti-paths.inc b/packages/dsplink/ti-paths.inc
index d72b3b5..e5b3373 100644
--- a/packages/dsplink/ti-paths.inc
+++ b/packages/dsplink/ti-paths.inc
@@ -15,7 +15,7 @@ TICGTOOLSDIR ?= "cg6x_6_0_16"
 
 # Path to codecs/servers package - this is taken from DVSDK 3.00.00.29
 # - This needs fixing to be x-platform (not just omap3)
-TICODECSDIR ?= "omap3530_dvsdk_combos_3_16"
+#TICODECSDIR ?= "omap3530_dvsdk_combos_3_16"
 
 # export some more variable to point to external TI tools
 # information is duplicated between the js and make based tools
@@ -32,7 +32,7 @@ export CSTOOL_DIR="${CROSS_DIR}"
 export LINUXKERNEL_INSTALL_DIR=${STAGING_KERNEL_DIR}
 
 # used by dmai (and gstreamer_ti?)
-export CODEC_INSTALL_DIR=${TITOOLSDIR}/${TICODECSDIR}
+#export CODEC_INSTALL_DIR=${TITOOLSDIR}/${TICODECSDIR}
 
 # This tells codec engine which targets to build
 DEVICES ?= "DM6446"





More information about the Openembedded-commits mailing list