diff options
author | Denys Dmytriyenko <denys@ti.com> | 2020-05-22 00:05:28 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2020-06-01 18:59:56 +0000 |
commit | 3a657f7d350149dc277e735d96ef2d66360a3ac3 (patch) | |
tree | 772635c72b1885ec6b3bd2602b6fec55e0d22c84 /classes | |
parent | 82a33143d144910714163e2446dc9b214cadfbe0 (diff) | |
download | meta-ti-3a657f7d350149dc277e735d96ef2d66360a3ac3.tar.gz |
gcc-arm, gcc-aarch64: upgrade baremetal gcc compilers to 9.2-2019.12
Overlay recipes from meta-arm/master to provide baremetal gcc 9.2-2019.12
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'classes')
-rw-r--r-- | classes/ti-pdk.bbclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/classes/ti-pdk.bbclass b/classes/ti-pdk.bbclass index 2571234b..37305e89 100644 --- a/classes/ti-pdk.bbclass +++ b/classes/ti-pdk.bbclass | |||
@@ -10,9 +10,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-none-eabi-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-aarch64-none-elf-native" |
14 | DEPENDS_remove_j7 = "gcc-arm-none-eabi-native" | 14 | DEPENDS_remove_j7 = "gcc-arm-none-eabi-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-aarch64-none-elf-native ti-cgt7x-native" |
16 | 16 | ||
17 | S = "${WORKDIR}/git" | 17 | S = "${WORKDIR}/git" |
18 | B = "${WORKDIR}/build" | 18 | B = "${WORKDIR}/build" |