From 05d6cc5dc9a580f4a9182f4f2c43aa518880061e Mon Sep 17 00:00:00 2001 From: Roger Monk Date: Mon, 8 Feb 2010 22:09:17 +0000 Subject: ti recipes: DEPENDS/RDEPENDS ti-dsplink/ti-dsplink-module * 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 Signed-off-by: Koen Kooi --- conf/machine/include/dm365.inc | 10 ---------- conf/machine/include/dm6446.inc | 11 ----------- conf/machine/include/omap3.inc | 7 ------- 3 files changed, 28 deletions(-) (limited to 'conf/machine') diff --git a/conf/machine/include/dm365.inc b/conf/machine/include/dm365.inc index c53680ea63..b974f2cdda 100644 --- a/conf/machine/include/dm365.inc +++ b/conf/machine/include/dm365.inc @@ -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" diff --git a/conf/machine/include/dm6446.inc b/conf/machine/include/dm6446.inc index c14e573c74..827b3752c0 100644 --- a/conf/machine/include/dm6446.inc +++ b/conf/machine/include/dm6446.inc @@ -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" - diff --git a/conf/machine/include/omap3.inc b/conf/machine/include/omap3.inc index 8cfc08d5bb..89a0f2b15e 100644 --- a/conf/machine/include/omap3.inc +++ b/conf/machine/include/omap3.inc @@ -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" - - -- cgit v1.2.3