diff options
author | Jacob Stiffler <j-stiffler@ti.com> | 2017-06-01 21:27:52 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2017-06-11 18:36:14 -0400 |
commit | cda2ad72402e0701ab38a2c1b62689951a83ed17 (patch) | |
tree | 1fb41bbb292375255c1cb2e09129ee79c2cddb9f /recipes-ti/ipc | |
parent | adcaa50740e0e9dca17314de2c173472f20d48bc (diff) | |
download | meta-ti-cda2ad72402e0701ab38a2c1b62689951a83ed17.tar.gz |
ti-pdk: clean up variables by adding TI_PDK_ prefix
* Add TI_PDK_ prefix to variables which may be set by recipes to
stress that they are used to configure the ti-pdk class.
* Deprecate TI_PDK_XDCARGS in favor of TI_PDK_LIMIT_SOCS as both are
used to define a list of SOCs.
Signed-off-by: Jacob Stiffler <j-stiffler@ti.com>
Cc: Justin Sobota <jsobota@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-ti/ipc')
-rw-r--r-- | recipes-ti/ipc/ipc-transport-qmss-rtos_git.bb | 6 | ||||
-rw-r--r-- | recipes-ti/ipc/ipc-transport-srio-rtos_git.bb | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/recipes-ti/ipc/ipc-transport-qmss-rtos_git.bb b/recipes-ti/ipc/ipc-transport-qmss-rtos_git.bb index 2607a140..b34cdd4c 100644 --- a/recipes-ti/ipc/ipc-transport-qmss-rtos_git.bb +++ b/recipes-ti/ipc/ipc-transport-qmss-rtos_git.bb | |||
@@ -17,9 +17,9 @@ IPC_TRANSPORT_QMSS_DESTSUFFIX = "git/c66/qmss" | |||
17 | 17 | ||
18 | S = "${WORKDIR}/${IPC_TRANSPORT_QMSS_DESTSUFFIX}" | 18 | S = "${WORKDIR}/${IPC_TRANSPORT_QMSS_DESTSUFFIX}" |
19 | 19 | ||
20 | XDCARGS_k2hk = "k2h k2k" | 20 | TI_PDK_LIMIT_SOCS_k2hk = "k2h k2k" |
21 | XDCARGS_k2e = "k2e" | 21 | TI_PDK_LIMIT_SOCS_k2e = "k2e" |
22 | XDCARGS_k2l-evm = "k2l" | 22 | TI_PDK_LIMIT_SOCS_k2l-evm = "k2l" |
23 | 23 | ||
24 | export IPC_INSTALL_PATH = "${IPC_INSTALL_DIR}" | 24 | export IPC_INSTALL_PATH = "${IPC_INSTALL_DIR}" |
25 | XDCPATH_append = ";${IPC_INSTALL_DIR}/packages" | 25 | XDCPATH_append = ";${IPC_INSTALL_DIR}/packages" |
diff --git a/recipes-ti/ipc/ipc-transport-srio-rtos_git.bb b/recipes-ti/ipc/ipc-transport-srio-rtos_git.bb index b95d646f..19ee5c5a 100644 --- a/recipes-ti/ipc/ipc-transport-srio-rtos_git.bb +++ b/recipes-ti/ipc/ipc-transport-srio-rtos_git.bb | |||
@@ -18,7 +18,7 @@ IPC_TRANSPORT_SRIO_DESTSUFFIX = "git/c66/srio" | |||
18 | 18 | ||
19 | S = "${WORKDIR}/${IPC_TRANSPORT_SRIO_DESTSUFFIX}" | 19 | S = "${WORKDIR}/${IPC_TRANSPORT_SRIO_DESTSUFFIX}" |
20 | 20 | ||
21 | XDCARGS_k2hk = "k2h k2k" | 21 | TI_PDK_LIMIT_SOCS_k2hk = "k2h k2k" |
22 | 22 | ||
23 | export IPC_INSTALL_PATH = "${IPC_INSTALL_DIR}" | 23 | export IPC_INSTALL_PATH = "${IPC_INSTALL_DIR}" |
24 | XDCPATH_append = ";${IPC_INSTALL_DIR}/packages" | 24 | XDCPATH_append = ";${IPC_INSTALL_DIR}/packages" |