diff options
author | Koen Kooi <koen@dominion.thruhere.net> | 2011-03-16 19:11:18 +0100 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2011-03-16 19:11:18 +0100 |
commit | fdf35631ee39e9deea8f3db8e35667b1c801659f (patch) | |
tree | e5de33b202edf874cdfa379e7d1a07b2ec9d4c01 /recipes-ti | |
parent | 38b378c542162703b38529cbe02c9509436a9b49 (diff) | |
download | meta-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')
-rw-r--r-- | recipes-ti/local-power-manager/ti-local-power-manager.inc | 4 |
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 | |||
3 | SECTION = "devel" | 3 | SECTION = "devel" |
4 | LICENSE = "GPLv2" | 4 | LICENSE = "GPLv2" |
5 | 5 | ||
6 | LIC_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 | ||
8 | require ../includes/ti-paths.inc | 10 | require ../includes/ti-paths.inc |
@@ -43,7 +45,7 @@ do_configure () { | |||
43 | var Build = xdc.useModule('xdc.bld.BuildEnvironment'); | 45 | var Build = xdc.useModule('xdc.bld.BuildEnvironment'); |
44 | 46 | ||
45 | var GCArmv5T = xdc.useModule('gnu.targets.arm.GCArmv5T'); | 47 | var GCArmv5T = xdc.useModule('gnu.targets.arm.GCArmv5T'); |
46 | GCArmv5T.LONGNAME = "bin/${TARGET_PREFIX}gcc"; | 48 | GCArmv5T.LONGNAME = "${TARGET_PREFIX}gcc"; |
47 | GCArmv5T.rootDir = "${TOOLCHAIN_PATH}"; | 49 | GCArmv5T.rootDir = "${TOOLCHAIN_PATH}"; |
48 | GCArmv5T.ccOpts.prefix += " -Wall -fno-strict-aliasing "; | 50 | GCArmv5T.ccOpts.prefix += " -Wall -fno-strict-aliasing "; |
49 | GCArmv5T.lnkOpts.suffix = GCArmv5T.lnkOpts.suffix.replace("-lstdc++", ""); | 51 | GCArmv5T.lnkOpts.suffix = GCArmv5T.lnkOpts.suffix.replace("-lstdc++", ""); |