diff options
author | Jacob Stiffler <j-stiffler@ti.com> | 2015-05-27 20:10:35 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2015-06-01 10:47:18 -0400 |
commit | 3860ef375fa2c4c9c37c66461036b3773d6158c8 (patch) | |
tree | d6e46fc28873b4ed4e216e9c70b71bcdf528cc2d | |
parent | 362b3ae6e64b64c220836dbb58f76cbfc3ef158a (diff) | |
download | meta-ti-3860ef375fa2c4c9c37c66461036b3773d6158c8.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.inc | 3 |
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" | |||
43 | export VICPLIB_INSTALL_DIR_RECIPE = "${installdir}/ti-vicplib-tree" | 43 | export VICPLIB_INSTALL_DIR_RECIPE = "${installdir}/ti-vicplib-tree" |
44 | export XDAIS_INSTALL_DIR_RECIPE = "${installdir}/ti-xdais-tree" | 44 | export XDAIS_INSTALL_DIR_RECIPE = "${installdir}/ti-xdais-tree" |
45 | export XDC_INSTALL_DIR_RECIPE = "${installdir}/ti-xdctools-tree" | 45 | export XDC_INSTALL_DIR_RECIPE = "${installdir}/ti-xdctools-tree" |
46 | export 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 |
48 | export BIOS_INSTALL_DIR = "${STAGING_DIR_TARGET}${BIOS_INSTALL_DIR_RECIPE}" | 49 | export 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 | |||
76 | export UIA_INSTALL_DIR = "${STAGING_DIR_TARGET}${UIA_INSTALL_DIR_RECIPE}" | 77 | export UIA_INSTALL_DIR = "${STAGING_DIR_TARGET}${UIA_INSTALL_DIR_RECIPE}" |
77 | export XDAIS_INSTALL_DIR = "${STAGING_DIR_TARGET}${XDAIS_INSTALL_DIR_RECIPE}" | 78 | export XDAIS_INSTALL_DIR = "${STAGING_DIR_TARGET}${XDAIS_INSTALL_DIR_RECIPE}" |
78 | export XDC_INSTALL_DIR = "${STAGING_DIR_TARGET}${XDC_INSTALL_DIR_RECIPE}" | 79 | export XDC_INSTALL_DIR = "${STAGING_DIR_TARGET}${XDC_INSTALL_DIR_RECIPE}" |
80 | export PDK_INSTALL_DIR = "${STAGING_DIR_TARGET}${PDK_INSTALL_DIR_RECIPE}" | ||
79 | 81 | ||
80 | DSPSUFFIX_omapl137 = "x674" | 82 | DSPSUFFIX_omapl137 = "x674" |
81 | DSPSUFFIX_omapl138 = "x674" | 83 | DSPSUFFIX_omapl138 = "x674" |
82 | DSPSUFFIX_ti816x = "xe674" | 84 | DSPSUFFIX_ti816x = "xe674" |
83 | DSPSUFFIX_ti814x = "xe674" | 85 | DSPSUFFIX_ti814x = "xe674" |
84 | DSPSUFFIX ?= "x64P" | 86 | DSPSUFFIX ?= "x64P" |
85 | |||