summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMahesh Radhakrishnan <m-radhakrishnan2@ti.com>2017-07-01 02:10:23 +0000
committerDenys Dmytriyenko <denys@ti.com>2017-07-11 19:11:44 -0400
commit8d737c323670e9b1c3d81cf147857f2012de1e4f (patch)
treecad83401ae209806464caa4cb2c476e5b26b5433
parent467fc31d383c0871a2525c0eb0c07d930ac32a86 (diff)
downloadmeta-ti-8d737c323670e9b1c3d81cf147857f2012de1e4f.tar.gz
ti-pdk: Update tool paths for omapl1 & update cores for ti33x & ti43x
Signed-off-by: Mahesh Radhakrishnan <m-radhakrishnan2@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
-rw-r--r--classes/ti-pdk.bbclass4
1 files changed, 3 insertions, 1 deletions
diff --git a/classes/ti-pdk.bbclass b/classes/ti-pdk.bbclass
index 91f28441..62a4b062 100644
--- a/classes/ti-pdk.bbclass
+++ b/classes/ti-pdk.bbclass
@@ -8,6 +8,7 @@ DEPENDS = "ti-xdctools ti-cg-xml-native ti-sysbios common-csl-ip-rtos libxml-sim
8DEPENDS_append_omap-a15 = " ti-cgt-arm-native" 8DEPENDS_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"
11 12
12S = "${WORKDIR}/git" 13S = "${WORKDIR}/git"
13B = "${WORKDIR}/build" 14B = "${WORKDIR}/build"
@@ -38,6 +39,7 @@ export TOOLCHAIN_PATH_A8 = "${GCC_ARM_NONE_TOOLCHAIN}"
38export TOOLCHAIN_PATH_A9 = "${GCC_ARM_NONE_TOOLCHAIN}" 39export TOOLCHAIN_PATH_A9 = "${GCC_ARM_NONE_TOOLCHAIN}"
39export TOOLCHAIN_PATH_A15 = "${GCC_ARM_NONE_TOOLCHAIN}" 40export TOOLCHAIN_PATH_A15 = "${GCC_ARM_NONE_TOOLCHAIN}"
40export TOOLCHAIN_PATH_M4 = "${M4_TOOLCHAIN_INSTALL_DIR}" 41export TOOLCHAIN_PATH_M4 = "${M4_TOOLCHAIN_INSTALL_DIR}"
42export TOOLCHAIN_PATH_Arm9 = "${M4_TOOLCHAIN_INSTALL_DIR}"
41export C6X_GEN_INSTALL_PATH = "${STAGING_DIR_NATIVE}/usr/share/ti/cgt-c6x" 43export C6X_GEN_INSTALL_PATH = "${STAGING_DIR_NATIVE}/usr/share/ti/cgt-c6x"
42 44
43export ROOTDIR = "${B}" 45export ROOTDIR = "${B}"
@@ -51,7 +53,7 @@ export SECTTI="perl ${CG_XML_INSTALL_DIR}/ofd/sectti.pl"
51TI_PDK_XDCMAKE ?= "1" 53TI_PDK_XDCMAKE ?= "1"
52 54
53# By default, only build the cores with available toolchains 55# By default, only build the cores with available toolchains
54TI_PDK_LIMIT_CORES ?= "a15_0 ipu1_0 ipu1_1 ipu2_0 ipu2_1 c66x c66xdsp_1 c66xdsp_2 arm9_0 c674x" 56TI_PDK_LIMIT_CORES ?= "a15_0 ipu1_0 ipu1_1 ipu2_0 ipu2_1 c66x c66xdsp_1 c66xdsp_2 arm9_0 c674x a9host a8host"
55TI_PDK_LIMIT_SOCS ?= "" 57TI_PDK_LIMIT_SOCS ?= ""
56TI_PDK_LIMIT_BOARDS ?= "" 58TI_PDK_LIMIT_BOARDS ?= ""
57TI_PDK_MAKE_TARGET ?= "release" 59TI_PDK_MAKE_TARGET ?= "release"