aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/ti/ti-paths.inc
diff options
context:
space:
mode:
authorRoger Monk <r-monk@ti.com>2010-06-28 16:47:41 +0100
committerKoen Kooi <koen@openembedded.org>2010-06-29 16:42:38 +0200
commit78c66a51b7a88e4106603a857199efeefdb05864 (patch)
tree3ff2a396349d21a451896b213320afe93d1a5dbc /recipes/ti/ti-paths.inc
parenta83d6dea3e209eac4c04c3ae82118e39beb316e3 (diff)
downloadopenembedded-78c66a51b7a88e4106603a857199efeefdb05864.tar.gz
ti-biospsp: Add Preliminary Support for (DSP)/BIOS PSP (Platform Support Package) for OMAPL13x (v1.30.01)
* Initial support from Arnie/Brijesh * v 1.30.01 * BIOS PSP is Device Drivers for DSP side BIOS Kernel * URLs are currently internal - externel links to be added * Sources can be fetched from download page and unpackad with windows installer in interim * Components are installed only, not rebuilt currently Signed-off-by: Roger Monk <r-monk@ti.com> Signed-off-by: Koen Kooi <k-kooi@ti.com>
Diffstat (limited to 'recipes/ti/ti-paths.inc')
-rw-r--r--recipes/ti/ti-paths.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes/ti/ti-paths.inc b/recipes/ti/ti-paths.inc
index 15cd51966f..86852eb535 100644
--- a/recipes/ti/ti-paths.inc
+++ b/recipes/ti/ti-paths.inc
@@ -18,6 +18,7 @@ export DMAI_INSTALL_DIR_RECIPE = "${installdir}/ti-dmai-tree"
export CODEC_INSTALL_DIR_RECIPE = "${installdir}/ti-codecs-tree"
export DSPLIB_INSTALL_DIR_RECIPE = "${installdir}/ti-dsplib-tree"
export DVSDK_DEMOS_INSTALL_DIR_RECIPE = "${installdir}/ti-dvsdk-demos-tree"
+export BIOSPSP_INSTALL_DIR_RECIPE = "${installdir}/ti-biospsp-tree"
# This is where the tools will end up in staging provided PACKAGE_ARCH = ${MACHINE_ARCH} is set
export CODEGEN_INSTALL_DIR = "${STAGING_DIR}/${MULTIMACH_TARGET_SYS}${CODEGEN_INSTALL_DIR_RECIPE}"
@@ -36,6 +37,7 @@ export LPM_INSTALL_DIR = "${STAGING_DIR}/${MULTIMACH_TARGET_SYS}${LPM_INS
export DMAI_INSTALL_DIR = "${STAGING_DIR}/${MULTIMACH_TARGET_SYS}${DMAI_INSTALL_DIR_RECIPE}"
export CODEC_INSTALL_DIR = "${STAGING_DIR}/${MULTIMACH_TARGET_SYS}${CODEC_INSTALL_DIR_RECIPE}"
export DSPLIB_INSTALL_DIR = "${STAGING_DIR}/${MULTIMACH_TARGET_SYS}${DSPLIB_INSTALL_DIR_RECIPE}"
+export BIOSPSP_INSTALL_DIR = "${STAGING_DIR}/${MULTIMACH_TARGET_SYS}${BIOSPSP_INSTALL_DIR_RECIPE}"
DSPSUFFIX_omapl137 = "x674"
DSPSUFFIX_omapl138 = "x674"