diff options
Diffstat (limited to 'recipes-bsp')
-rw-r--r-- | recipes-bsp/dspdce-fw/dspdce-fw_git.bb | 2 | ||||
-rw-r--r-- | recipes-bsp/edma3-lld/edma3-lld-rtos_git.bb | 2 | ||||
-rw-r--r-- | recipes-bsp/ipumm-fw/ipumm-fw_git.bb | 4 |
3 files changed, 5 insertions, 3 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" |
diff --git a/recipes-bsp/edma3-lld/edma3-lld-rtos_git.bb b/recipes-bsp/edma3-lld/edma3-lld-rtos_git.bb index 071a51a5..71c4fce4 100644 --- a/recipes-bsp/edma3-lld/edma3-lld-rtos_git.bb +++ b/recipes-bsp/edma3-lld/edma3-lld-rtos_git.bb | |||
@@ -3,7 +3,7 @@ require recipes-ti/includes/ti-paths.inc | |||
3 | 3 | ||
4 | PR = "${INC_PR}.1" | 4 | PR = "${INC_PR}.1" |
5 | 5 | ||
6 | DEPENDS = "ti-sysbios ti-xdctools gcc-arm-none-eabi-native ti-cgt-arm-native ti-cgt6x-native" | 6 | DEPENDS = "ti-sysbios ti-xdctools-native gcc-arm-none-eabi-native ti-cgt-arm-native ti-cgt6x-native" |
7 | 7 | ||
8 | COMPATIBLE_MACHINE = "ti33x|ti43x|omap-a15|keystone|c66x|omapl1" | 8 | COMPATIBLE_MACHINE = "ti33x|ti43x|omap-a15|keystone|c66x|omapl1" |
9 | PACKAGE_ARCH = "${MACHINE_ARCH}" | 9 | PACKAGE_ARCH = "${MACHINE_ARCH}" |
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 |