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-bsp/cppi-lld | |
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-bsp/cppi-lld')
-rw-r--r-- | recipes-bsp/cppi-lld/cppi-lld-rtos_git.bb | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/recipes-bsp/cppi-lld/cppi-lld-rtos_git.bb b/recipes-bsp/cppi-lld/cppi-lld-rtos_git.bb index ef1d959d..f27f5e06 100644 --- a/recipes-bsp/cppi-lld/cppi-lld-rtos_git.bb +++ b/recipes-bsp/cppi-lld/cppi-lld-rtos_git.bb | |||
@@ -7,7 +7,7 @@ DEPENDS_append = " rm-lld-rtos \ | |||
7 | qmss-lld-rtos \ | 7 | qmss-lld-rtos \ |
8 | " | 8 | " |
9 | 9 | ||
10 | XDCARGS_k2hk = "k2h k2k" | 10 | TI_PDK_LIMIT_SOCS_k2hk = "k2h k2k" |
11 | XDCARGS_k2e = "k2e" | 11 | TI_PDK_LIMIT_SOCS_k2e = "k2e" |
12 | XDCARGS_k2l-evm = "k2l" | 12 | TI_PDK_LIMIT_SOCS_k2l-evm = "k2l" |
13 | XDCARGS_k2g = "k2g" | 13 | TI_PDK_LIMIT_SOCS_k2g = "k2g" |