summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMahesh Radhakrishnan <m-radhakrishnan2@ti.com>2020-03-27 04:53:23 +0000
committerDenys Dmytriyenko <denys@ti.com>2020-03-31 00:14:02 +0000
commitfff95b597b30a42cd1b2e8f1fb67f6d258a2eddb (patch)
tree5a58e79d1f94d8ba02334fd06f010b5e8ff5a71a
parent6bca11098ba58960e20fc2fcb26ed56b3d68dbc2 (diff)
downloadmeta-ti-fff95b597b30a42cd1b2e8f1fb67f6d258a2eddb.tar.gz
sciclient-rtos: Specifying HS_BUILD=yes for am65xx-hs-evm targets
Signed-off-by: Mahesh Radhakrishnan <m-radhakrishnan2@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
-rw-r--r--recipes-bsp/sciclient/sciclient-rtos_git.bb4
1 files changed, 4 insertions, 0 deletions
diff --git a/recipes-bsp/sciclient/sciclient-rtos_git.bb b/recipes-bsp/sciclient/sciclient-rtos_git.bb
index 3627cbc7..392eb0c8 100644
--- a/recipes-bsp/sciclient/sciclient-rtos_git.bb
+++ b/recipes-bsp/sciclient/sciclient-rtos_git.bb
@@ -25,6 +25,10 @@ SCICLIENT_ROOTPATH = "${SCICLIENT_PACKAGE_BASE}/package/all/pdk_/packages/ti/drv
25export PDK_INSTALL_PATH = "${PDK_INSTALL_DIR}/packages" 25export PDK_INSTALL_PATH = "${PDK_INSTALL_DIR}/packages"
26export PDK_SCICLIENT_ROOT_PATH = "${SCICLIENT_PACKAGE_BASE}/package/all/pdk_/packages" 26export PDK_SCICLIENT_ROOT_PATH = "${SCICLIENT_PACKAGE_BASE}/package/all/pdk_/packages"
27 27
28BUILD_HS = ""
29BUILD_HS_am65xx-hs-evm = "yes"
30export BUILD_HS
31
28# Sciclient for am65x supports mcu1_1 in addition to the default cores in TI_PDK_LIMIT_CORES 32# Sciclient for am65x supports mcu1_1 in addition to the default cores in TI_PDK_LIMIT_CORES
29TI_PDK_LIMIT_CORES_append_am65xx = " mcu1_1" 33TI_PDK_LIMIT_CORES_append_am65xx = " mcu1_1"
30 34