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
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() {
# 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
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"