diff options
author | Koen Kooi <k-kooi@ti.com> | 2010-03-06 11:54:07 +0100 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2010-04-12 19:43:22 +0200 |
commit | 019ef37900922e80a40866711be4c803c46436b8 (patch) | |
tree | 61f6e4b64de1d208018c3ea64f0acc1af2ea238f /recipes/ti | |
parent | 31a5fea2a404d396e8a77144ab063d5d587c9722 (diff) |
ti-local-power-manager: reinstate dm6446 support
Diffstat (limited to 'recipes/ti')
-rw-r--r-- | recipes/ti/ti-local-power-manager.inc | 3 |
1 files changed, 2 insertions, 1 deletions
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 ?= "<UNDEFINED_LPMDSPPOWERSOC>" +XDC_PLATFORM_dm6446 = "ti.platforms.evmDM6446" XDC_PLATFORM_omap3 = "ti.platforms.evm3530" XDC_PLATFORM ?= "<UNDEFINED_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} |