diff options
-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 | ||