diff options
author | Mahesh Radhakrishnan <m-radhakrishnan2@ti.com> | 2018-09-29 01:33:37 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2018-10-01 03:19:15 +0000 |
commit | f7659b553af305d53f37e15e8ff9625779ab3fcc (patch) | |
tree | bc3ce6ea63c09748c8dfdbe245a969a5264f00b0 /classes | |
parent | c1f82b66818a358fa3e50158bb9f6d21f0363cd7 (diff) | |
download | meta-ti-f7659b553af305d53f37e15e8ff9625779ab3fcc.tar.gz |
ti-pdk-bbclass: Using machine name as k3 instead of am65xx
Signed-off-by: Mahesh Radhakrishnan <m-radhakrishnan2@ti.com>
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 07160741..f0e6f2d2 100644 --- a/classes/ti-pdk.bbclass +++ b/classes/ti-pdk.bbclass | |||
@@ -9,8 +9,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-evm = "gcc-arm-none-eabi-native ti-cgt6x-native" | 12 | DEPENDS_remove_k3 = "gcc-arm-none-eabi-native ti-cgt6x-native" |
13 | DEPENDS_append_am65xx-evm = " ti-cgt-arm-native gcc-linaro-baremetal-aarch64-native" | 13 | DEPENDS_append_k3 = " ti-cgt-arm-native gcc-linaro-baremetal-aarch64-native" |
14 | 14 | ||
15 | S = "${WORKDIR}/git" | 15 | S = "${WORKDIR}/git" |
16 | B = "${WORKDIR}/build" | 16 | B = "${WORKDIR}/build" |