From: Koen Kooi Date: Sat, 6 Mar 2010 10:54:07 +0000 (+0100) Subject: ti-local-power-manager: reinstate dm6446 support X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=019ef37900922e80a40866711be4c803c46436b8;p=openembedded.git ti-local-power-manager: reinstate dm6446 support --- diff --git a/recipes/ti/ti-local-power-manager.inc b/recipes/ti/ti-local-power-manager.inc index b4c493deb9..52079773b8 100644 --- a/recipes/ti/ti-local-power-manager.inc +++ b/recipes/ti/ti-local-power-manager.inc @@ -27,6 +27,7 @@ LPMDSPPOWERSOC_omap3 = "omap3530" LPMDSPPOWERSOC_dm6446 = "dm6446" LPMDSPPOWERSOC ?= "" +XDC_PLATFORM_dm6446 = "ti.platforms.evmDM6446" XDC_PLATFORM_omap3 = "ti.platforms.evm3530" XDC_PLATFORM ?= "" @@ -98,7 +99,7 @@ do_install () { # Install the Utilities install -d ${D}/${installdir}/ti-lpm-utils - install -m 0755 ${S}/packages/ti/bios/power/utils/bin/ti_platforms_evm3530/linux/release/* ${D}/${installdir}/ti-lpm-utils + install -m 0755 ${S}/packages/ti/bios/power/utils/bin/$(echo ${XDC_PLATFORM} | sed s:\\.:_:g)/linux/release/* ${D}/${installdir}/ti-lpm-utils # Install/Stage the Source Tree install -d ${D}${LPM_INSTALL_DIR_RECIPE}