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/dspdce-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/dspdce-fw')
-rw-r--r-- | recipes-bsp/dspdce-fw/dspdce-fw_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-bsp/dspdce-fw/dspdce-fw_git.bb b/recipes-bsp/dspdce-fw/dspdce-fw_git.bb index 2bada7b6..2756c2d8 100644 --- a/recipes-bsp/dspdce-fw/dspdce-fw_git.bb +++ b/recipes-bsp/dspdce-fw/dspdce-fw_git.bb | |||
@@ -17,7 +17,7 @@ require recipes-ti/includes/ti-paths.inc | |||
17 | PR = "r4" | 17 | PR = "r4" |
18 | inherit update-alternatives | 18 | inherit update-alternatives |
19 | 19 | ||
20 | DEPENDS = "ti-xdctools ti-sysbios ti-codec-engine ti-framework-components ti-xdais ti-ipc-rtos ti-osal ti-cgt6x-native" | 20 | DEPENDS = "ti-xdctools-native ti-sysbios ti-codec-engine ti-framework-components ti-xdais ti-ipc-rtos ti-osal ti-cgt6x-native" |
21 | 21 | ||
22 | export HWVERSION = "ES10" | 22 | export HWVERSION = "ES10" |
23 | export BIOSTOOLSROOT = "${STAGING_DIR_TARGET}/usr/share/ti" | 23 | export BIOSTOOLSROOT = "${STAGING_DIR_TARGET}/usr/share/ti" |