ti recipes: DEPENDS/RDEPENDS ti-dsplink/ti-dsplink-module
authorRoger Monk <r-monk@ti.com>
Mon, 8 Feb 2010 22:09:17 +0000 (22:09 +0000)
committerKoen Kooi <koen@openembedded.org>
Mon, 12 Apr 2010 17:43:17 +0000 (19:43 +0200)
    * We renamed ti-dsplink recipe, update dependent recipes
    * Remove variables from machine includes, cleanup ti-paths
    * lpm/dsplink variables moved into recipes
    * removed duplicates and commented variables

Signed-off-by: Roger Monk <r-monk@ti.com>
Signed-off-by: Koen Kooi <k-kooi@ti.com>
conf/machine/include/dm365.inc
conf/machine/include/dm6446.inc
conf/machine/include/omap3.inc
recipes/ti/ti-codec-engine.inc
recipes/ti/ti-codecs-dm6467_1.0.0.3.bb
recipes/ti/ti-codecs-dm6467_1.0.0.bb
recipes/ti/ti-local-power-manager.inc
recipes/ti/ti-multimedia-common.inc
recipes/ti/ti-paths.inc

index c53680e..b974f2c 100644 (file)
@@ -1,12 +1,2 @@
 SOC_FAMILY = "dm365"
 
-
-# DMAI
-PLATFORM      = "dm365"
-XDC_PLATFORM  = ti.platforms.evmDM365
-
-# Obsoleted (CE examples rebuild)
-#GPPOS         = "LINUX_GCC"
-
-# DMAI recipe
-#TARGET        = "dm365_al"
index c14e573..827b375 100644 (file)
@@ -1,13 +1,2 @@
 SOC_FAMILY = "dm6446"
 
-# TI DVSDK stuff:
-DSPCFG            ?= "DM6446GEMSHMEM"
-DSPLINKDSPCFG     ?= "DM6446GEMSHMEM"
-DSPLINKGPPOS      ?= "MVL5G"
-DSPLINKPLATFORM   ?= "DAVINCI"
-DSPLINKSOC        ?= "DM6446"
-DSPPOWERSOC       ?= "DM6446"
-GPPOS             ?= "LINUX_GCC"
-PLATFORM          ?= "dm6446"
-XDC_PLATFORM      ?= "ti.platforms.evmDM6446"
-
index 8cfc08d..89a0f2b 100644 (file)
@@ -13,10 +13,3 @@ UBOOT_LOADADDRESS = "0x80008000"
 # Only build u-boot, xload is optional
 EXTRA_IMAGEDEPENDS += "u-boot"
 
-# TI DVSDK stuff:
-# DSPLink rebuild
-DSPLINKDSPCFG     ?= "OMAP3530SHMEM"
-DSPLINKPLATFORM   ?= "OMAP3530"
-DSPLINKSOC        ?= "3530"
-
-
index 3134d6b..fc3433e 100644 (file)
@@ -5,10 +5,10 @@ require ti-paths.inc
 # compile time dependencies
 DEPENDS = "ti-framework-components ti-xdais ti-xdctools ti-cgt6x ti-biosutils ti-edma3lld ti-linuxutils"
 
-DEPENDS_append_dm6446  = " ti-dspbios ti-dsplink-module"
-DEPENDS_append_dm6467  = " ti-dspbios ti-dsplink-module"
-DEPENDS_append_omap3           = " ti-dspbios ti-dsplink-module ti-lpm-module"
-DEPENDS_append_omapl138 = " ti-dspbios ti-dsplink-module"
+DEPENDS_append_dm6446  = " ti-dspbios ti-dsplink ti-local-power-manager"
+DEPENDS_append_dm6467  = " ti-dspbios ti-dsplink"
+DEPENDS_append_omap3           = " ti-dspbios ti-dsplink ti-local-power-manager"
+DEPENDS_append_omapl138 = " ti-dspbios ti-dsplink"
 
 SRC_URI = "http://software-dl.ti.com/dsps/dsps_public_sw/sdo_sb/targetcontent/ce/${PV}/exports/codec_engine_${PV},lite.tar.gz;name=cetarball"
 
index 21e8b6d..cef2616 100644 (file)
@@ -13,7 +13,7 @@ SRC_URI[dm6467codecs.sha256sum] = "ab9115477f52814f4f0e860f89ca56bfd9ed0e8b89a3c
 S = "${WORKDIR}/cs${CSVER}dm6467_${PV}"
 
 # compile time dependencies
-DEPENDS="ti-codec-engine ti-biosutils ti-dsplink-module"
+DEPENDS="ti-codec-engine ti-biosutils ti-dsplink"
 
 do_compile() {
        make CE_INSTALL_DIR=${CE_INSTALL_DIR} \
index 219d02f..9454b94 100644 (file)
@@ -13,7 +13,7 @@ SRC_URI[dm6467codecs.sha256sum] = "06f3efc4fbdb205884ece90ebc02c0caa536e86012b1d
 S = "${WORKDIR}/cs${CSVER}dm6467_${PV}"
 
 # compile time dependencies
-DEPENDS="ti-codec-engine ti-biosutils ti-dsplink-module"
+DEPENDS="ti-codec-engine ti-biosutils ti-dsplink"
 
 do_compile() {
        make CE_INSTALL_DIR=${CE_INSTALL_DIR} \
index ece42ff..c26e48a 100644 (file)
@@ -17,7 +17,7 @@ S = "${WORKDIR}/local_power_manager_linux_${PV}"
 
 SRC_URI = "http://software-dl.ti.com/dsps/dsps_public_sw/sdo_sb/targetcontent/lpm/${PV}/exports/local_power_manager_linux_${PV}.tar.gz;name=lpmtarball"
 
-DEPENDS = "ti-dsplink-module ti-xdctools"
+DEPENDS = "ti-dsplink ti-xdctools"
 DEPENDS += "virtual/kernel"
 
 # SOC_FAMILY configuration
index 9f3da99..f0af5f8 100644 (file)
@@ -27,7 +27,7 @@ export CE_INSTALL_DIR_RECIPE         = "${installdir}/ti-codec-engine-tree"
 export EDMA3_LLD_INSTALL_DIR_RECIPE  = "${installdir}/ti-edma3lld-tree"
 export LINUXUTILS_INSTALL_DIR_RECIPE = "${installdir}/ti-linuxutils-tree"
 export CMEM_INSTALL_DIR_RECIPE       = "${installdir}/ti-linuxutils-tree"
-export LINK_INSTALL_DIR_RECIPE       = "${installdir}/ti-dsplink-module-tree/packages"
+export LINK_INSTALL_DIR_RECIPE       = "${installdir}/ti-dsplink-tree/packages"
 export LPM_INSTALL_DIR_RECIPE        = "${installdir}/ti-local-power-manager-tree"
 export DMAI_INSTALL_DIR_RECIPE       = "${installdir}/ti-dmai-tree"
 
index 20a0149..12faee6 100644 (file)
@@ -1,43 +1,13 @@
 require ti-multimedia-common.inc
 
-export PLATFORM
-
 export CROSS_COMPILE = "${TOOLCHAIN_PATH}/bin/${TARGET_PREFIX}"
 
-# This tells codec engine which targets to build
-#DEVICES ?= "DM6446"
-#DEVICES_omap3 = "OMAP3530"
-#DEVICES_dm6446 = "DM6446"
-
-DSPLINKPLATFORM ?= "DAVINCI"
-DSPLINKPLATFORM_dm6446 = "DAVINCI"
-
 PLATFORM ?= "dm6446"
 PLATFORM_dm6446 = "dm6446"
 PLATFORM_dm6467 = "dm6467"
-
-DSPLINKDSP ?= "C64XX"
-
-DSPLINKSOC ?= "DM6446"
-
-DSPCFG ?= "DM6446GEMSHMEM"
-
-GPPOS ?= "LINUX_GCC"
-
-export DEVICES
-export DSPLINKPLATFORM
-export DSPLINKDSP
-export DSPLINKSOC
-export DSPCFG
-export GPPOS
 export PLATFORM
-export LPMDSPPOWERSOC
-
-DSPPOWERSOC ?= "dm6446"
 
 export CODEC ?= "${CODEC_INSTALL_DIR}"
 
-export DSPLINK = "${LINK_INSTALL_DIR}/dsplink"
-
 installdir = "${datadir}/ti"