summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMahesh Radhakrishnan <m-radhakrishnan2@ti.com>2019-08-20 00:41:54 +0000
committerDenys Dmytriyenko <denys@ti.com>2019-08-19 22:25:59 +0000
commitaf99a1e80550f60c7ae13f5ab3797e9aa3a57206 (patch)
tree3ac55c5c8af7e2a5fcfec53bd36cc27eb0ec8e80
parentce600f71d175c2e05c973cbf0f5dbda379650362 (diff)
downloadmeta-ti-af99a1e80550f60c7ae13f5ab3797e9aa3a57206.tar.gz
sciclient-rtos: Adding mcu1_1 to LIMIT_CORES for am65xx targets
The default TI_PDK_LIMIT_CORES set in conf/machine/includes/am65xx.inc doesn't contain mcu1_1 which sciclient supports for am65x. Hence appending it in the recipe. 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, 3 insertions, 1 deletions
diff --git a/recipes-bsp/sciclient/sciclient-rtos_git.bb b/recipes-bsp/sciclient/sciclient-rtos_git.bb
index 941db46d..a8dcd56e 100644
--- a/recipes-bsp/sciclient/sciclient-rtos_git.bb
+++ b/recipes-bsp/sciclient/sciclient-rtos_git.bb
@@ -20,7 +20,7 @@ SRC_URI = "${SCICLIENT_GIT_URI};protocol=${SCICLIENT_GIT_PROTOCOL};branch=${BRAN
20 20
21SRCREV = "${SCICLIENT_SRCREV}" 21SRCREV = "${SCICLIENT_SRCREV}"
22PV = "01.00.00.03" 22PV = "01.00.00.03"
23PR = "r0" 23PR = "r1"
24 24
25DEPENDS_append = " osal-rtos common-csl-ip-rtos" 25DEPENDS_append = " osal-rtos common-csl-ip-rtos"
26 26
@@ -33,6 +33,8 @@ SCICLIENT_ROOTPATH = "${SCICLIENT_PACKAGE_BASE}/package/all/pdk_/packages/ti/drv
33export PDK_INSTALL_PATH = "${PDK_INSTALL_DIR}/packages" 33export PDK_INSTALL_PATH = "${PDK_INSTALL_DIR}/packages"
34export PDK_SCICLIENT_ROOT_PATH = "${SCICLIENT_PACKAGE_BASE}/package/all/pdk_/packages" 34export PDK_SCICLIENT_ROOT_PATH = "${SCICLIENT_PACKAGE_BASE}/package/all/pdk_/packages"
35 35
36# Sciclient for am65x supports mcu1_1 in addition to the default cores in TI_PDK_LIMIT_CORES
37TI_PDK_LIMIT_CORES_append_am65xx = " mcu1_1"
36 38
37# HTML doc link params 39# HTML doc link params
38PDK_COMP_LINK_TEXT = "SCICLIENT" 40PDK_COMP_LINK_TEXT = "SCICLIENT"