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-24 20:08:41 +0000
commitea70f9188883769f1b9b7ac5343c9ebb6c8f53d2 (patch)
tree51e6aa03aaa8b0e1f6ca56982cface1d6c0a3029 /classes
parentb59a343f1e7db2ce1468c86863b146c7024477ba (diff)
downloadmeta-ti-ea70f9188883769f1b9b7ac5343c9ebb6c8f53d2.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}"