diff options
author | Brijesh Singh <bksingh@ti.com> | 2009-08-27 16:33:46 -0500 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2009-08-28 06:59:06 +0200 |
commit | a6e10835a109b19f782655ff2d50c365ed62d9bc (patch) | |
tree | 21c653af50476ce1e02981b8ddb229275504d186 /recipes/ti/ti-paths.inc | |
parent | 87b8c170f803d601fff8d2b876ce14518d59f70e (diff) |
ti-lpm-module 2.24: update lpm src uri, it's in its own tarball now
* fix DSPLINK path
* keep versioning inline with CE till we sort it out properly
Diffstat (limited to 'recipes/ti/ti-paths.inc')
-rw-r--r-- | recipes/ti/ti-paths.inc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/recipes/ti/ti-paths.inc b/recipes/ti/ti-paths.inc index abf75ecc72..9ac7ac69e1 100644 --- a/recipes/ti/ti-paths.inc +++ b/recipes/ti/ti-paths.inc @@ -57,6 +57,7 @@ export DSPLINKSOC export DSPCFG export GPPOS export PLATFORM +export LPMDSPPOWERSOC DSPPOWERSOC ?= "dm6446" @@ -76,5 +77,7 @@ export XDAIS_INSTALL_DIR = "${CE_INSTALL_DIR}/cetools" export CODEC_INSTALL_DIR = "${STAGING_DIR}/${MULTIMACH_TARGET_SYS}/ti-codec-combo" export CODEC ?= "${CODEC_INSTALL_DIR}" +export DSPLINK = "${STAGING_DIR}/${MULTIMACH_TARGET_SYS}/ti-dsplink-module/packages/dsplink/" + installdir = "${datadir}/ti" |