[meta-ti] [thud/master][PATCH] sciclient-rtos: Adding mcu1_1 to LIMIT_CORES for am65xx targets
Mahesh Radhakrishnan
m-radhakrishnan2 at ti.com
Mon Aug 19 11:41:54 PDT 2019
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 at ti.com>
---
recipes-bsp/sciclient/sciclient-rtos_git.bb | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/recipes-bsp/sciclient/sciclient-rtos_git.bb b/recipes-bsp/sciclient/sciclient-rtos_git.bb
index 941db46..a8dcd56 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
SRCREV = "${SCICLIENT_SRCREV}"
PV = "01.00.00.03"
-PR = "r0"
+PR = "r1"
DEPENDS_append = " osal-rtos common-csl-ip-rtos"
@@ -33,6 +33,8 @@ SCICLIENT_ROOTPATH = "${SCICLIENT_PACKAGE_BASE}/package/all/pdk_/packages/ti/drv
export PDK_INSTALL_PATH = "${PDK_INSTALL_DIR}/packages"
export PDK_SCICLIENT_ROOT_PATH = "${SCICLIENT_PACKAGE_BASE}/package/all/pdk_/packages"
+# Sciclient for am65x supports mcu1_1 in addition to the default cores in TI_PDK_LIMIT_CORES
+TI_PDK_LIMIT_CORES_append_am65xx = " mcu1_1"
# HTML doc link params
PDK_COMP_LINK_TEXT = "SCICLIENT"
--
1.9.1
More information about the meta-ti
mailing list