diff options
author | Denys Dmytriyenko <denys@ti.com> | 2019-05-09 10:14:54 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2019-05-09 12:49:55 +0000 |
commit | b98c7daf0b3e000e7b99594e303a752573ffa108 (patch) | |
tree | 2111a7b38ad8602be252a615e40bcfe8068411bf /recipes-bsp/sciclient | |
parent | 344792b5182c27cac7fbb07843acf1120c541b8b (diff) | |
download | meta-ti-b98c7daf0b3e000e7b99594e303a752573ffa108.tar.gz |
recipes: convert existing uses of am65xx-evm to am65xx SOC family
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-bsp/sciclient')
-rw-r--r-- | recipes-bsp/sciclient/sciclient-rtos_git.bb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes-bsp/sciclient/sciclient-rtos_git.bb b/recipes-bsp/sciclient/sciclient-rtos_git.bb index 2de94d02..e1455993 100644 --- a/recipes-bsp/sciclient/sciclient-rtos_git.bb +++ b/recipes-bsp/sciclient/sciclient-rtos_git.bb | |||
@@ -36,9 +36,9 @@ export PDK_SCICLIENT_ROOT_PATH = "${SCICLIENT_PACKAGE_BASE}/package/all/pdk_/pac | |||
36 | #export PDK_SCICLIENT_ROOT_PATH ="${WORKDIR}/build" | 36 | #export PDK_SCICLIENT_ROOT_PATH ="${WORKDIR}/build" |
37 | #export DEST_ROOT="${S}" | 37 | #export DEST_ROOT="${S}" |
38 | 38 | ||
39 | LIMSOCS_am65xx-evm = "am65xx" | 39 | LIMSOCS_am65xx = "am65xx" |
40 | LIMBOARDS_am65xx-evm = "am65xx_evm" | 40 | LIMBOARDS_am65xx = "am65xx_evm" |
41 | BOARD_PACKAGE_am65xx-evm = "am65xx_evm" | 41 | BOARD_PACKAGE_am65xx = "am65xx_evm" |
42 | 42 | ||
43 | # HTML doc link params | 43 | # HTML doc link params |
44 | PDK_COMP_LINK_TEXT = "SCICLIENT" | 44 | PDK_COMP_LINK_TEXT = "SCICLIENT" |