summaryrefslogtreecommitdiffstats
path: root/recipes-ti/local-power-manager
diff options
context:
space:
mode:
authorKoen Kooi <koen@dominion.thruhere.net>2011-03-16 19:11:18 +0100
committerKoen Kooi <koen@dominion.thruhere.net>2011-03-16 19:11:18 +0100
commitfdf35631ee39e9deea8f3db8e35667b1c801659f (patch)
treee5de33b202edf874cdfa379e7d1a07b2ec9d4c01 /recipes-ti/local-power-manager
parent38b378c542162703b38529cbe02c9509436a9b49 (diff)
downloadmeta-ti-fdf35631ee39e9deea8f3db8e35667b1c801659f.tar.gz
ti-local-power-manager: add license checksum and fix toolchain path
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'recipes-ti/local-power-manager')
-rw-r--r--recipes-ti/local-power-manager/ti-local-power-manager.inc4
1 files changed, 3 insertions, 1 deletions
diff --git a/recipes-ti/local-power-manager/ti-local-power-manager.inc b/recipes-ti/local-power-manager/ti-local-power-manager.inc
index 6b2e3437..7ccbf997 100644
--- a/recipes-ti/local-power-manager/ti-local-power-manager.inc
+++ b/recipes-ti/local-power-manager/ti-local-power-manager.inc
@@ -3,6 +3,8 @@ HOMEPAGE = "http://software-dl.ti.com/dsps/dsps_public_sw/sdo_sb/targetcontent/l
3SECTION = "devel" 3SECTION = "devel"
4LICENSE = "GPLv2" 4LICENSE = "GPLv2"
5 5
6LIC_FILES_CHKSUM = "file://gpl_2.0.txt;md5=ebb5c50ab7cab4baeffba14977030c07"
7
6# TODO : Hardcoded path to evm3530 - need to fix when adding omap24xx/dm6446 (other lpm targets) 8# TODO : Hardcoded path to evm3530 - need to fix when adding omap24xx/dm6446 (other lpm targets)
7 9
8require ../includes/ti-paths.inc 10require ../includes/ti-paths.inc
@@ -43,7 +45,7 @@ do_configure () {
43var Build = xdc.useModule('xdc.bld.BuildEnvironment'); 45var Build = xdc.useModule('xdc.bld.BuildEnvironment');
44 46
45var GCArmv5T = xdc.useModule('gnu.targets.arm.GCArmv5T'); 47var GCArmv5T = xdc.useModule('gnu.targets.arm.GCArmv5T');
46GCArmv5T.LONGNAME = "bin/${TARGET_PREFIX}gcc"; 48GCArmv5T.LONGNAME = "${TARGET_PREFIX}gcc";
47GCArmv5T.rootDir = "${TOOLCHAIN_PATH}"; 49GCArmv5T.rootDir = "${TOOLCHAIN_PATH}";
48GCArmv5T.ccOpts.prefix += " -Wall -fno-strict-aliasing "; 50GCArmv5T.ccOpts.prefix += " -Wall -fno-strict-aliasing ";
49GCArmv5T.lnkOpts.suffix = GCArmv5T.lnkOpts.suffix.replace("-lstdc++", ""); 51GCArmv5T.lnkOpts.suffix = GCArmv5T.lnkOpts.suffix.replace("-lstdc++", "");