diff options
author | Sam Nelson <sam.nelson@ti.com> | 2018-08-23 03:18:50 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2018-08-24 20:08:41 +0000 |
commit | ea70f9188883769f1b9b7ac5343c9ebb6c8f53d2 (patch) | |
tree | 51e6aa03aaa8b0e1f6ca56982cface1d6c0a3029 /classes | |
parent | b59a343f1e7db2ce1468c86863b146c7024477ba (diff) | |
download | meta-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.bbclass | 4 |
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" | |||
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" | ||
13 | DEPENDS_append_am65xx-evm = " ti-cgt-arm-native gcc-linaro-baremetal-aarch64-native" | ||
12 | 14 | ||
13 | S = "${WORKDIR}/git" | 15 | S = "${WORKDIR}/git" |
14 | B = "${WORKDIR}/build" | 16 | B = "${WORKDIR}/build" |
@@ -42,6 +44,8 @@ export TOOLCHAIN_PATH_M4 = "${M4_TOOLCHAIN_INSTALL_DIR}" | |||
42 | export TOOLCHAIN_PATH_Arm9 = "${M4_TOOLCHAIN_INSTALL_DIR}" | 44 | export TOOLCHAIN_PATH_Arm9 = "${M4_TOOLCHAIN_INSTALL_DIR}" |
43 | export C6X_GEN_INSTALL_PATH = "${STAGING_DIR_NATIVE}/usr/share/ti/cgt-c6x" | 45 | export C6X_GEN_INSTALL_PATH = "${STAGING_DIR_NATIVE}/usr/share/ti/cgt-c6x" |
44 | export CL_PRU_INSTALL_PATH = "${TI_CGT_PRU_INSTALL_DIR}" | 46 | export CL_PRU_INSTALL_PATH = "${TI_CGT_PRU_INSTALL_DIR}" |
47 | export TOOLCHAIN_PATH_GCC_ARCH64 = "${GCC_LINARO_BAREMETAL_AARCH64_TOOLCHAIN}" | ||
48 | export TOOLCHAIN_PATH_R5 = "${M4_TOOLCHAIN_INSTALL_DIR}" | ||
45 | 49 | ||
46 | export ROOTDIR = "${B}" | 50 | export ROOTDIR = "${B}" |
47 | export BIOS_INSTALL_PATH = "${SYSBIOS_INSTALL_DIR}" | 51 | export BIOS_INSTALL_PATH = "${SYSBIOS_INSTALL_DIR}" |