diff options
| author | Denys Dmytriyenko <denys@ti.com> | 2020-08-25 07:01:01 +0000 |
|---|---|---|
| committer | Denys Dmytriyenko <denys@ti.com> | 2020-08-26 01:02:48 +0000 |
| commit | f2182605b6e48a232ded6e049c4158a80fcb0031 (patch) | |
| tree | 96ca0d78cba0cc9571d2634a4254369a7939dab7 /classes | |
| parent | 0373f876da9f2e4d7494ce63f8952135893e0408 (diff) | |
| download | meta-ti-f2182605b6e48a232ded6e049c4158a80fcb0031.tar.gz | |
rtos, gcc-arm-none-eabi: Rename gcc-arm-none-eabi -> gcc-arm-baremetal
Rename gcc-arm-none-eabi to gcc-arm-baremetal.
As meta-arm now provides baremetal gcc-arm-none-eabi version 9, and due to layer
priorities, let's rename gcc-arm-none-eabi to gcc-arm-baremetal to force picking
the right version for RTOS builds.
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'classes')
| -rw-r--r-- | classes/ti-pdk.bbclass | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/classes/ti-pdk.bbclass b/classes/ti-pdk.bbclass index 2571234b..68314215 100644 --- a/classes/ti-pdk.bbclass +++ b/classes/ti-pdk.bbclass | |||
| @@ -3,15 +3,15 @@ require recipes-ti/includes/ti-staging.inc | |||
| 3 | 3 | ||
| 4 | inherit perlnative | 4 | inherit perlnative |
| 5 | 5 | ||
| 6 | DEPENDS = "ti-xdctools-native ti-cg-xml-native ti-sysbios common-csl-ip-rtos libxml-simple-perl-native gcc-arm-none-eabi-native ti-cgt6x-native ti-cgt-pru-native ti-pdk-build-rtos doxygen-native" | 6 | DEPENDS = "ti-xdctools-native ti-cg-xml-native ti-sysbios common-csl-ip-rtos libxml-simple-perl-native gcc-arm-baremetal-native ti-cgt6x-native ti-cgt-pru-native ti-pdk-build-rtos doxygen-native" |
| 7 | 7 | ||
| 8 | DEPENDS_append_omap-a15 = " ti-cgt-arm-native" | 8 | DEPENDS_append_omap-a15 = " ti-cgt-arm-native" |
| 9 | DEPENDS_remove_ti33x = "ti-cgt6x-native" | 9 | DEPENDS_remove_ti33x = "ti-cgt6x-native" |
| 10 | DEPENDS_remove_ti43x = "ti-cgt6x-native" | 10 | DEPENDS_remove_ti43x = "ti-cgt6x-native" |
| 11 | DEPENDS_append_omapl1 = " ti-cgt-arm-native" | 11 | DEPENDS_append_omapl1 = " ti-cgt-arm-native" |
| 12 | DEPENDS_remove_am65xx = "gcc-arm-none-eabi-native ti-cgt6x-native" | 12 | DEPENDS_remove_am65xx = "gcc-arm-baremetal-native ti-cgt6x-native" |
| 13 | DEPENDS_append_am65xx = " ti-cgt-arm-native gcc-linaro-baremetal-aarch64-native" | 13 | DEPENDS_append_am65xx = " ti-cgt-arm-native gcc-linaro-baremetal-aarch64-native" |
| 14 | DEPENDS_remove_j7 = "gcc-arm-none-eabi-native" | 14 | DEPENDS_remove_j7 = "gcc-arm-baremetal-native" |
| 15 | DEPENDS_append_j7 = " ti-cgt-arm-native gcc-linaro-baremetal-aarch64-native ti-cgt7x-native" | 15 | DEPENDS_append_j7 = " ti-cgt-arm-native gcc-linaro-baremetal-aarch64-native ti-cgt7x-native" |
| 16 | 16 | ||
| 17 | S = "${WORKDIR}/git" | 17 | S = "${WORKDIR}/git" |
