diff options
-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} |