summaryrefslogtreecommitdiffstats
path: root/classes
diff options
context:
space:
mode:
authorDenys Dmytriyenko <denys@ti.com>2020-08-24 23:30:42 +0000
committerDenys Dmytriyenko <denys@ti.com>2020-08-25 17:58:03 +0000
commitb80306b74c1450c54bb94f0cb8928a78079d95dd (patch)
tree5d639a172008cd8d0a5c419d886f63d051e76cee /classes
parent9f29dab2e7c652cccdc233262c4818fdcc704ca3 (diff)
downloadmeta-ti-b80306b74c1450c54bb94f0cb8928a78079d95dd.tar.gz
Revert "gcc-arm, gcc-aarch64: upgrade baremetal gcc compilers to 9.2-2019.12"
This reverts commit 3a657f7d350149dc277e735d96ef2d66360a3ac3. Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'classes')
-rw-r--r--classes/ti-pdk.bbclass4
1 files changed, 2 insertions, 2 deletions
diff --git a/classes/ti-pdk.bbclass b/classes/ti-pdk.bbclass
index 37305e89..2571234b 100644
--- a/classes/ti-pdk.bbclass
+++ b/classes/ti-pdk.bbclass
@@ -10,9 +10,9 @@ DEPENDS_remove_ti33x = "ti-cgt6x-native"
10DEPENDS_remove_ti43x = "ti-cgt6x-native" 10DEPENDS_remove_ti43x = "ti-cgt6x-native"
11DEPENDS_append_omapl1 = " ti-cgt-arm-native" 11DEPENDS_append_omapl1 = " ti-cgt-arm-native"
12DEPENDS_remove_am65xx = "gcc-arm-none-eabi-native ti-cgt6x-native" 12DEPENDS_remove_am65xx = "gcc-arm-none-eabi-native ti-cgt6x-native"
13DEPENDS_append_am65xx = " ti-cgt-arm-native gcc-aarch64-none-elf-native" 13DEPENDS_append_am65xx = " ti-cgt-arm-native gcc-linaro-baremetal-aarch64-native"
14DEPENDS_remove_j7 = "gcc-arm-none-eabi-native" 14DEPENDS_remove_j7 = "gcc-arm-none-eabi-native"
15DEPENDS_append_j7 = " ti-cgt-arm-native gcc-aarch64-none-elf-native ti-cgt7x-native" 15DEPENDS_append_j7 = " ti-cgt-arm-native gcc-linaro-baremetal-aarch64-native ti-cgt7x-native"
16 16
17S = "${WORKDIR}/git" 17S = "${WORKDIR}/git"
18B = "${WORKDIR}/build" 18B = "${WORKDIR}/build"