summaryrefslogtreecommitdiffstats
path: root/classes
diff options
context:
space:
mode:
authorSam Nelson <sam.nelson@ti.com>2018-08-23 03:18:50 +0000
committerDenys Dmytriyenko <denys@ti.com>2018-08-23 16:57:03 +0000
commit02e3f355f9917e6ac9a961f391454d4c122e1c8d (patch)
tree46ed17f7eb308cac253fdede6d3eaf447c03f59f /classes
parent3bcc2b1a76cc99bfa23c02826a5e41837dc6da22 (diff)
downloadmeta-ti-02e3f355f9917e6ac9a961f391454d4c122e1c8d.tar.gz
ti-pdk: Add tool chain dependencies for am65xx platform
Adds the dependency on toolchain needed for A53 and R5 cores Signed-off-by: Sam Nelson <sam.nelson@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'classes')
-rw-r--r--classes/ti-pdk.bbclass4
1 files changed, 4 insertions, 0 deletions
diff --git a/classes/ti-pdk.bbclass b/classes/ti-pdk.bbclass
index 7ad6205d..f0d14a7e 100644
--- a/classes/ti-pdk.bbclass
+++ b/classes/ti-pdk.bbclass
@@ -9,6 +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"
13DEPENDS_append_am65xx-evm = " ti-cgt-arm-native gcc-linaro-baremetal-aarch64-native"
12 14
13S = "${WORKDIR}/git" 15S = "${WORKDIR}/git"
14B = "${WORKDIR}/build" 16B = "${WORKDIR}/build"
@@ -42,6 +44,8 @@ export TOOLCHAIN_PATH_M4 = "${M4_TOOLCHAIN_INSTALL_DIR}"
42export TOOLCHAIN_PATH_Arm9 = "${M4_TOOLCHAIN_INSTALL_DIR}" 44export TOOLCHAIN_PATH_Arm9 = "${M4_TOOLCHAIN_INSTALL_DIR}"
43export C6X_GEN_INSTALL_PATH = "${STAGING_DIR_NATIVE}/usr/share/ti/cgt-c6x" 45export C6X_GEN_INSTALL_PATH = "${STAGING_DIR_NATIVE}/usr/share/ti/cgt-c6x"
44export CL_PRU_INSTALL_PATH = "${TI_CGT_PRU_INSTALL_DIR}" 46export CL_PRU_INSTALL_PATH = "${TI_CGT_PRU_INSTALL_DIR}"
47export TOOLCHAIN_PATH_GCC_ARCH64 = "${GCC_LINARO_BAREMETAL_AARCH64_TOOLCHAIN}"
48export TOOLCHAIN_PATH_R5 = "${M4_TOOLCHAIN_INSTALL_DIR}"
45 49
46export ROOTDIR = "${B}" 50export ROOTDIR = "${B}"
47export BIOS_INSTALL_PATH = "${SYSBIOS_INSTALL_DIR}" 51export BIOS_INSTALL_PATH = "${SYSBIOS_INSTALL_DIR}"