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/rm-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/rm-lld')
-rw-r--r-- | recipes-bsp/rm-lld/rm-lld-rtos_git.bb | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/recipes-bsp/rm-lld/rm-lld-rtos_git.bb b/recipes-bsp/rm-lld/rm-lld-rtos_git.bb index c9364a3f..b5f2fd19 100644 --- a/recipes-bsp/rm-lld/rm-lld-rtos_git.bb +++ b/recipes-bsp/rm-lld/rm-lld-rtos_git.bb | |||
@@ -6,7 +6,7 @@ PR = "${INC_PR}.0" | |||
6 | 6 | ||
7 | PACKAGE_ARCH = "${MACHINE_ARCH}" | 7 | PACKAGE_ARCH = "${MACHINE_ARCH}" |
8 | 8 | ||
9 | XDCARGS_k2hk = "k2h k2k" | 9 | TI_PDK_LIMIT_SOCS_k2hk = "k2h k2k" |
10 | XDCARGS_k2e = "k2e" | 10 | TI_PDK_LIMIT_SOCS_k2e = "k2e" |
11 | XDCARGS_k2l-evm = "k2l" | 11 | TI_PDK_LIMIT_SOCS_k2l-evm = "k2l" |
12 | XDCARGS_k2g = "k2g" | 12 | TI_PDK_LIMIT_SOCS_k2g = "k2g" |