summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJacob Stiffler <j-stiffler@ti.com>2015-05-27 20:10:35 +0000
committerDenys Dmytriyenko <denys@ti.com>2015-06-01 10:46:27 -0400
commit2274d378c870fd53ef2a1009fd6e03adc80a56d4 (patch)
treed6e46fc28873b4ed4e216e9c70b71bcdf528cc2d
parent9a981f8049a9c1c136186be25c9b8580a813bfa9 (diff)
downloadmeta-ti-2274d378c870fd53ef2a1009fd6e03adc80a56d4.tar.gz
ti-paths: Add PDK_INSTALL_DIR for RTOS drivers.
Signed-off-by: Jacob Stiffler <j-stiffler@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
-rw-r--r--recipes-ti/includes/ti-paths.inc3
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes-ti/includes/ti-paths.inc b/recipes-ti/includes/ti-paths.inc
index 4e6227ea..b902cbb8 100644
--- a/recipes-ti/includes/ti-paths.inc
+++ b/recipes-ti/includes/ti-paths.inc
@@ -43,6 +43,7 @@ export UIA_INSTALL_DIR_RECIPE = "${installdir}/ti-uia-tree"
43export VICPLIB_INSTALL_DIR_RECIPE = "${installdir}/ti-vicplib-tree" 43export VICPLIB_INSTALL_DIR_RECIPE = "${installdir}/ti-vicplib-tree"
44export XDAIS_INSTALL_DIR_RECIPE = "${installdir}/ti-xdais-tree" 44export XDAIS_INSTALL_DIR_RECIPE = "${installdir}/ti-xdais-tree"
45export XDC_INSTALL_DIR_RECIPE = "${installdir}/ti-xdctools-tree" 45export XDC_INSTALL_DIR_RECIPE = "${installdir}/ti-xdctools-tree"
46export PDK_INSTALL_DIR_RECIPE = "${installdir}/ti-pdk-tree"
46 47
47# This is where the tools will end up in sysroot 48# This is where the tools will end up in sysroot
48export BIOS_INSTALL_DIR = "${STAGING_DIR_TARGET}${BIOS_INSTALL_DIR_RECIPE}" 49export BIOS_INSTALL_DIR = "${STAGING_DIR_TARGET}${BIOS_INSTALL_DIR_RECIPE}"
@@ -76,10 +77,10 @@ export SYSLINK_INSTALL_DIR = "${STAGING_DIR_TARGET}${SYSLINK_INSTALL_DIR_RECI
76export UIA_INSTALL_DIR = "${STAGING_DIR_TARGET}${UIA_INSTALL_DIR_RECIPE}" 77export UIA_INSTALL_DIR = "${STAGING_DIR_TARGET}${UIA_INSTALL_DIR_RECIPE}"
77export XDAIS_INSTALL_DIR = "${STAGING_DIR_TARGET}${XDAIS_INSTALL_DIR_RECIPE}" 78export XDAIS_INSTALL_DIR = "${STAGING_DIR_TARGET}${XDAIS_INSTALL_DIR_RECIPE}"
78export XDC_INSTALL_DIR = "${STAGING_DIR_TARGET}${XDC_INSTALL_DIR_RECIPE}" 79export XDC_INSTALL_DIR = "${STAGING_DIR_TARGET}${XDC_INSTALL_DIR_RECIPE}"
80export PDK_INSTALL_DIR = "${STAGING_DIR_TARGET}${PDK_INSTALL_DIR_RECIPE}"
79 81
80DSPSUFFIX_omapl137 = "x674" 82DSPSUFFIX_omapl137 = "x674"
81DSPSUFFIX_omapl138 = "x674" 83DSPSUFFIX_omapl138 = "x674"
82DSPSUFFIX_ti816x = "xe674" 84DSPSUFFIX_ti816x = "xe674"
83DSPSUFFIX_ti814x = "xe674" 85DSPSUFFIX_ti814x = "xe674"
84DSPSUFFIX ?= "x64P" 86DSPSUFFIX ?= "x64P"
85