diff options
| author | Mahesh Radhakrishnan <m-radhakrishnan2@ti.com> | 2019-08-20 00:41:54 +0000 |
|---|---|---|
| committer | Denys Dmytriyenko <denys@ti.com> | 2019-08-20 23:00:11 +0000 |
| commit | f4b0490bee7f2841c9bde8df4d12b96bb465fd7f (patch) | |
| tree | fd9d843a57ed92b43f460dd99ce69f1ac2a19611 /recipes-bsp/sciclient/sciclient-rtos_git.bb | |
| parent | 53b704d98d93532d9e6bc116e914157327bf796e (diff) | |
| download | meta-ti-f4b0490bee7f2841c9bde8df4d12b96bb465fd7f.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>
Diffstat (limited to 'recipes-bsp/sciclient/sciclient-rtos_git.bb')
| -rw-r--r-- | recipes-bsp/sciclient/sciclient-rtos_git.bb | 4 |
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 | ||
| 21 | SRCREV = "${SCICLIENT_SRCREV}" | 21 | SRCREV = "${SCICLIENT_SRCREV}" |
| 22 | PV = "01.00.00.03" | 22 | PV = "01.00.00.03" |
| 23 | PR = "r0" | 23 | PR = "r1" |
| 24 | 24 | ||
| 25 | DEPENDS_append = " osal-rtos common-csl-ip-rtos" | 25 | DEPENDS_append = " osal-rtos common-csl-ip-rtos" |
| 26 | 26 | ||
| @@ -33,6 +33,8 @@ SCICLIENT_ROOTPATH = "${SCICLIENT_PACKAGE_BASE}/package/all/pdk_/packages/ti/drv | |||
| 33 | export PDK_INSTALL_PATH = "${PDK_INSTALL_DIR}/packages" | 33 | export PDK_INSTALL_PATH = "${PDK_INSTALL_DIR}/packages" |
| 34 | export PDK_SCICLIENT_ROOT_PATH = "${SCICLIENT_PACKAGE_BASE}/package/all/pdk_/packages" | 34 | export 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 | ||
| 37 | TI_PDK_LIMIT_CORES_append_am65xx = " mcu1_1" | ||
| 36 | 38 | ||
| 37 | # HTML doc link params | 39 | # HTML doc link params |
| 38 | PDK_COMP_LINK_TEXT = "SCICLIENT" | 40 | PDK_COMP_LINK_TEXT = "SCICLIENT" |
