summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/sciclient
diff options
context:
space:
mode:
authorDenys Dmytriyenko <denys@ti.com>2019-05-09 10:14:54 +0000
committerDenys Dmytriyenko <denys@ti.com>2019-05-09 12:49:55 +0000
commitb98c7daf0b3e000e7b99594e303a752573ffa108 (patch)
tree2111a7b38ad8602be252a615e40bcfe8068411bf /recipes-bsp/sciclient
parent344792b5182c27cac7fbb07843acf1120c541b8b (diff)
downloadmeta-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.bb6
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
39LIMSOCS_am65xx-evm = "am65xx" 39LIMSOCS_am65xx = "am65xx"
40LIMBOARDS_am65xx-evm = "am65xx_evm" 40LIMBOARDS_am65xx = "am65xx_evm"
41BOARD_PACKAGE_am65xx-evm = "am65xx_evm" 41BOARD_PACKAGE_am65xx = "am65xx_evm"
42 42
43# HTML doc link params 43# HTML doc link params
44PDK_COMP_LINK_TEXT = "SCICLIENT" 44PDK_COMP_LINK_TEXT = "SCICLIENT"