summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/sciclient
diff options
context:
space:
mode:
authorMahesh Radhakrishnan <m-radhakrishnan2@ti.com>2020-03-27 04:53:23 +0000
committerDenys Dmytriyenko <denys@ti.com>2020-04-01 17:04:14 +0000
commitf7f25b3ffedbdf4840b59a1e643f4522805229d4 (patch)
tree09e365a43c4140ce654faa37d4a63e7a34b0cc4c /recipes-bsp/sciclient
parent9df06d26f15098722d7a0215eb61fc70696d4add (diff)
downloadmeta-ti-f7f25b3ffedbdf4840b59a1e643f4522805229d4.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>
Diffstat (limited to 'recipes-bsp/sciclient')
-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