From 7a34f38bbe7e23fe29e80246310d8ab1a3a1f07d Mon Sep 17 00:00:00 2001 From: Denys Dmytriyenko <[denis@denix.org]> Date: Tue, 19 Jan 2010 10:57:30 +0100 Subject: ti-dvsdk-demos: add DVSDK demos for DM6467 Signed-off-by: Koen Kooi --- recipes/ti/ti-dvsdk-demos.inc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'recipes/ti/ti-dvsdk-demos.inc') diff --git a/recipes/ti/ti-dvsdk-demos.inc b/recipes/ti/ti-dvsdk-demos.inc index 44770c5207..cf6c302322 100644 --- a/recipes/ti/ti-dvsdk-demos.inc +++ b/recipes/ti/ti-dvsdk-demos.inc @@ -3,7 +3,7 @@ DESCRIPTION = "DVSDK Demo applications for TI ARM/DSP processors" DEPENDS += "ti-dmai" DEPENDS += "alsa-lib libpng freetype jpeg" -SRC_URI = "${BASE_SRC_URI}/dvsdk_demos_${PV}.tar.gz " +SRC_URI = "${BASE_SRC_URI}/dvsdk_demos_${PV}.tar.gz;name=dvsdkdemostarball" S = "${WORKDIR}/dvsdk_demos_${PV}" @@ -13,7 +13,8 @@ require ti-multimedia-common.inc # Should go into machine config TARGET ?= "all" TARGET_dm355 ?= "dm355" -TARGET_dm365-evm ?= "dm365" +TARGET_dm365 ?= "dm365" +TARGET_dm6467 ?= "dm6467" VERBOSE = "true" -- cgit 1.2.3-korg