summaryrefslogtreecommitdiffstats
path: root/classes
diff options
context:
space:
mode:
authorMahesh Radhakrishnan <m-radhakrishnan2@ti.com>2018-09-29 01:33:37 +0000
committerDenys Dmytriyenko <denys@ti.com>2018-10-01 03:19:15 +0000
commitf7659b553af305d53f37e15e8ff9625779ab3fcc (patch)
treebc3ce6ea63c09748c8dfdbe245a969a5264f00b0 /classes
parentc1f82b66818a358fa3e50158bb9f6d21f0363cd7 (diff)
downloadmeta-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.bbclass4
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"
9DEPENDS_remove_ti33x = "ti-cgt6x-native" 9DEPENDS_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-evm = "gcc-arm-none-eabi-native ti-cgt6x-native" 12DEPENDS_remove_k3 = "gcc-arm-none-eabi-native ti-cgt6x-native"
13DEPENDS_append_am65xx-evm = " ti-cgt-arm-native gcc-linaro-baremetal-aarch64-native" 13DEPENDS_append_k3 = " ti-cgt-arm-native gcc-linaro-baremetal-aarch64-native"
14 14
15S = "${WORKDIR}/git" 15S = "${WORKDIR}/git"
16B = "${WORKDIR}/build" 16B = "${WORKDIR}/build"