diff options
| -rw-r--r-- | recipes-ti/devtools/ti-cgt-arm.inc | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/recipes-ti/devtools/ti-cgt-arm.inc b/recipes-ti/devtools/ti-cgt-arm.inc index b9f75668..d55b55b4 100644 --- a/recipes-ti/devtools/ti-cgt-arm.inc +++ b/recipes-ti/devtools/ti-cgt-arm.inc | |||
| @@ -9,7 +9,7 @@ require recipes-ti/includes/ti-paths.inc | |||
| 9 | 9 | ||
| 10 | S = "${WORKDIR}/ti-cgt-arm-${PV}" | 10 | S = "${WORKDIR}/ti-cgt-arm-${PV}" |
| 11 | 11 | ||
| 12 | PR = "r1" | 12 | PR = "r2" |
| 13 | 13 | ||
| 14 | SRC_URI = "http://software-dl.ti.com/codegen/esd/cgt_public_sw/TMS470/${PV}.LTS/${BINFILE};name=${BINFILE_NAME}" | 14 | SRC_URI = "http://software-dl.ti.com/codegen/esd/cgt_public_sw/TMS470/${PV}.LTS/${BINFILE};name=${BINFILE_NAME}" |
| 15 | 15 | ||
| @@ -17,6 +17,12 @@ BINFILE = "ti_cgt_tms470_${PV}.LTS_linux_installer_x86.bin" | |||
| 17 | TI_BIN_UNPK_ARGS = "--prefix ${S}" | 17 | TI_BIN_UNPK_ARGS = "--prefix ${S}" |
| 18 | TI_BIN_UNPK_CMDS = "" | 18 | TI_BIN_UNPK_CMDS = "" |
| 19 | 19 | ||
| 20 | do_configure_append() { | ||
| 21 | # Remove the library if it exists to prevent an error when building the | ||
| 22 | # library in do_compile(). | ||
| 23 | rm -f ./ti-cgt-arm_${PV}.LTS/lib/rtsv7R4_A_le_v3D16_eabi.lib | ||
| 24 | } | ||
| 25 | |||
| 20 | do_compile_append() { | 26 | do_compile_append() { |
| 21 | cd ${S}/ti-cgt-arm_${PV}.LTS | 27 | cd ${S}/ti-cgt-arm_${PV}.LTS |
| 22 | export PATH=${PATH}:${S}/ti-cgt-arm_${PV}.LTS/bin | 28 | export PATH=${PATH}:${S}/ti-cgt-arm_${PV}.LTS/bin |
