diff options
author | Mahesh Radhakrishnan <m-radhakrishnan2@ti.com> | 2020-03-27 04:53:23 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2020-04-01 17:04:14 +0000 |
commit | f7f25b3ffedbdf4840b59a1e643f4522805229d4 (patch) | |
tree | 09e365a43c4140ce654faa37d4a63e7a34b0cc4c /recipes-bsp/sciclient | |
parent | 9df06d26f15098722d7a0215eb61fc70696d4add (diff) | |
download | meta-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.bb | 4 |
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 | |||
25 | export PDK_INSTALL_PATH = "${PDK_INSTALL_DIR}/packages" | 25 | export PDK_INSTALL_PATH = "${PDK_INSTALL_DIR}/packages" |
26 | export PDK_SCICLIENT_ROOT_PATH = "${SCICLIENT_PACKAGE_BASE}/package/all/pdk_/packages" | 26 | export PDK_SCICLIENT_ROOT_PATH = "${SCICLIENT_PACKAGE_BASE}/package/all/pdk_/packages" |
27 | 27 | ||
28 | BUILD_HS = "" | ||
29 | BUILD_HS_am65xx-hs-evm = "yes" | ||
30 | export 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 |
29 | TI_PDK_LIMIT_CORES_append_am65xx = " mcu1_1" | 33 | TI_PDK_LIMIT_CORES_append_am65xx = " mcu1_1" |
30 | 34 | ||