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 /recipes-bsp | |
parent | 0373f876da9f2e4d7494ce63f8952135893e0408 (diff) | |
download | meta-ti-f2182605b6e48a232ded6e049c4158a80fcb0031.tar.gz meta-ti-f2182605b6e48a232ded6e049c4158a80fcb0031.tar.bz2 meta-ti-f2182605b6e48a232ded6e049c4158a80fcb0031.zip |
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 'recipes-bsp')
-rw-r--r-- | recipes-bsp/edma3-lld/edma3-lld-rtos_git.bb | 2 | ||||
-rw-r--r-- | recipes-bsp/starterware/starterware-rtos_git.bb | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/recipes-bsp/edma3-lld/edma3-lld-rtos_git.bb b/recipes-bsp/edma3-lld/edma3-lld-rtos_git.bb index 71c4fce40..4812afee3 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 PR = "${INC_PR}.1" -DEPENDS = "ti-sysbios ti-xdctools-native gcc-arm-none-eabi-native ti-cgt-arm-native ti-cgt6x-native" +DEPENDS = "ti-sysbios ti-xdctools-native gcc-arm-baremetal-native ti-cgt-arm-native ti-cgt6x-native" COMPATIBLE_MACHINE = "ti33x|ti43x|omap-a15|keystone|c66x|omapl1" PACKAGE_ARCH = "${MACHINE_ARCH}" diff --git a/recipes-bsp/starterware/starterware-rtos_git.bb b/recipes-bsp/starterware/starterware-rtos_git.bb index 5e3535e96..bcac8d42a 100644 --- a/recipes-bsp/starterware/starterware-rtos_git.bb +++ b/recipes-bsp/starterware/starterware-rtos_git.bb @@ -1,6 +1,6 @@ require starterware.inc -DEPENDS = "gcc-arm-none-eabi-native ti-pdk-build-rtos ti-xdctools-native" +DEPENDS = "gcc-arm-baremetal-native ti-pdk-build-rtos ti-xdctools-native" require recipes-ti/includes/ti-paths.inc |