diff options
author | Mertz, Timothy <timothy.mertz@garmin.com> | 2017-12-17 00:06:15 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2017-12-21 23:11:55 -0500 |
commit | de8bb5892cee542419667f6a3ec6590e098eab44 (patch) | |
tree | ee46df4f2602ca357d0617ffe66de5c9c641282b /recipes-bsp/ipumm-fw | |
parent | 15f036ff15a7de69647252a6aec651fdcbc088a3 (diff) | |
download | meta-ti-de8bb5892cee542419667f6a3ec6590e098eab44.tar.gz |
ti-xdctools: extend to native and nativesdk
ti-xdctools should be a native recipe as it more accurately reflects how
it is supposed to be used. In addition, this allows it to be built as
nativesdk and included in SDK image tools
Signed-off-by: "Mertz, Timothy" <timothy.mertz@garmin.com>
Signed-off-by: Joshua Watt <JPEWhacker@gmail.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Acked-by: Jacob Stiffler <j-stiffler@ti.com>
Diffstat (limited to 'recipes-bsp/ipumm-fw')
-rw-r--r-- | recipes-bsp/ipumm-fw/ipumm-fw_git.bb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/recipes-bsp/ipumm-fw/ipumm-fw_git.bb b/recipes-bsp/ipumm-fw/ipumm-fw_git.bb index 2a36271a..4895955c 100644 --- a/recipes-bsp/ipumm-fw/ipumm-fw_git.bb +++ b/recipes-bsp/ipumm-fw/ipumm-fw_git.bb | |||
@@ -28,7 +28,7 @@ require recipes-ti/includes/ti-paths.inc | |||
28 | 28 | ||
29 | inherit update-alternatives | 29 | inherit update-alternatives |
30 | 30 | ||
31 | DEPENDS = "ti-xdctools ti-sysbios ti-codec-engine ti-framework-components ti-xdais ti-cgt-arm-native ti-ipc-rtos" | 31 | DEPENDS = "ti-xdctools-native ti-sysbios ti-codec-engine ti-framework-components ti-xdais ti-cgt-arm-native ti-ipc-rtos" |
32 | 32 | ||
33 | export HWVERSION="ES10" | 33 | export HWVERSION="ES10" |
34 | export BIOSTOOLSROOT="${STAGING_DIR_TARGET}/usr/share/ti" | 34 | export BIOSTOOLSROOT="${STAGING_DIR_TARGET}/usr/share/ti" |
@@ -43,6 +43,8 @@ export XDAISVERSION="ti-xdais-tree" | |||
43 | export TMS470CGTOOLPATH="${M4_TOOLCHAIN_INSTALL_DIR}" | 43 | export TMS470CGTOOLPATH="${M4_TOOLCHAIN_INSTALL_DIR}" |
44 | export IPCSRC="${STAGING_DIR_TARGET}/usr/share/ti/ti-ipc-tree" | 44 | export IPCSRC="${STAGING_DIR_TARGET}/usr/share/ti/ti-ipc-tree" |
45 | 45 | ||
46 | EXTRA_OEMAKE += "XDCDIST_TREE=${STAGING_DIR_NATIVE}/usr/share/ti/${XDCVERSION}" | ||
47 | |||
46 | do_configure() { | 48 | do_configure() { |
47 | oe_runmake unconfig | 49 | oe_runmake unconfig |
48 | oe_runmake vayu_smp_config | 50 | oe_runmake vayu_smp_config |