diff options
author | Diego Dompe <diego.dompe@ridgerun.com> | 2009-02-13 14:49:20 -0600 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2009-02-13 21:59:39 +0100 |
commit | 182006f3a2f2cab885593285b1d08425957651e7 (patch) | |
tree | 0cef96803802902c2ce6f5f9fb2552c6e30502e9 /packages/dsplink/ti-paths.inc | |
parent | 18992093169e9ebd2a61989b853986a77199be35 (diff) |
dmai 1.20: more fixes
gstreamer-ti: adapt SRCREV to match dmai fixes
Diffstat (limited to 'packages/dsplink/ti-paths.inc')
-rw-r--r-- | packages/dsplink/ti-paths.inc | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/packages/dsplink/ti-paths.inc b/packages/dsplink/ti-paths.inc index ca9a9e6512..eec3602ba5 100644 --- a/packages/dsplink/ti-paths.inc +++ b/packages/dsplink/ti-paths.inc @@ -22,6 +22,11 @@ export BIOS_INSTALL_DIR=${TITOOLSDIR}/${TIBIOSDIR} export CGTOOLS_V5T="${CROSS_DIR}" export CC_V5T="bin/${TARGET_PREFIX}gcc" export MVTOOL_PREFIX="${TARGET_PREFIX}" +export CE_INSTALL_DIR="${STAGING_DIR}/${MULTIMACH_TARGET_SYS}/codecengine/cetools" +export MVTOOL_DIR="${CROSS_DIR}" +export CSTOOL_DIR="${CROSS_DIR}" +export LINUXKERNEL_INSTALL_DIR=${STAGING_KERNEL_DIR} + # This tells codec engine which targets to build DEVICES ?= "DM6446" |