diff options
author | Denys Dmytriyenko <denys@ti.com> | 2020-08-25 07:01:01 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2020-08-25 17:58:35 +0000 |
commit | c5e7e23e14f5d212ef14192d0845173cf14eefc1 (patch) | |
tree | d5ccc987db33fa2c7f4a8b7fa38afc28297023dd /recipes-ti/ipc | |
parent | 9ea5416a233d57dd7b450987379cdccf59569159 (diff) | |
download | meta-ti-c5e7e23e14f5d212ef14192d0845173cf14eefc1.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 'recipes-ti/ipc')
-rw-r--r-- | recipes-ti/ipc/ti-ipc-rtos.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-ti/ipc/ti-ipc-rtos.inc b/recipes-ti/ipc/ti-ipc-rtos.inc index a68ba806..b6b7892f 100644 --- a/recipes-ti/ipc/ti-ipc-rtos.inc +++ b/recipes-ti/ipc/ti-ipc-rtos.inc | |||
@@ -42,11 +42,11 @@ RELEASE_SUFFIX = "" | |||
42 | PR = "${INC_PR}.r0" | 42 | PR = "${INC_PR}.r0" |
43 | 43 | ||
44 | DEPENDS_append_keystone = " ti-cgt6x-native \ | 44 | DEPENDS_append_keystone = " ti-cgt6x-native \ |
45 | gcc-arm-none-eabi-native \ | 45 | gcc-arm-baremetal-native \ |
46 | " | 46 | " |
47 | DEPENDS_append_omap-a15 = " ti-cgt6x-native \ | 47 | DEPENDS_append_omap-a15 = " ti-cgt6x-native \ |
48 | ti-cgt-arm-native \ | 48 | ti-cgt-arm-native \ |
49 | gcc-arm-none-eabi-native \ | 49 | gcc-arm-baremetal-native \ |
50 | " | 50 | " |
51 | DEPENDS_append_omapl138 = " ti-cgt6x-native \ | 51 | DEPENDS_append_omapl138 = " ti-cgt6x-native \ |
52 | " | 52 | " |