summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/qmss-lld
diff options
context:
space:
mode:
authorJacob Stiffler <j-stiffler@ti.com>2017-06-01 21:27:52 +0000
committerDenys Dmytriyenko <denys@ti.com>2017-06-11 18:36:14 -0400
commitcda2ad72402e0701ab38a2c1b62689951a83ed17 (patch)
tree1fb41bbb292375255c1cb2e09129ee79c2cddb9f /recipes-bsp/qmss-lld
parentadcaa50740e0e9dca17314de2c173472f20d48bc (diff)
downloadmeta-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/qmss-lld')
-rw-r--r--recipes-bsp/qmss-lld/qmss-lld-rtos_git.bb8
1 files changed, 4 insertions, 4 deletions
diff --git a/recipes-bsp/qmss-lld/qmss-lld-rtos_git.bb b/recipes-bsp/qmss-lld/qmss-lld-rtos_git.bb
index dcfacfd8..adb091af 100644
--- a/recipes-bsp/qmss-lld/qmss-lld-rtos_git.bb
+++ b/recipes-bsp/qmss-lld/qmss-lld-rtos_git.bb
@@ -6,7 +6,7 @@ PR = "${INC_PR}.0"
6 6
7DEPENDS_append = " rm-lld-rtos" 7DEPENDS_append = " rm-lld-rtos"
8 8
9XDCARGS_k2hk = "k2h k2k" 9TI_PDK_LIMIT_SOCS_k2hk = "k2h k2k"
10XDCARGS_k2l-evm = "k2l" 10TI_PDK_LIMIT_SOCS_k2l-evm = "k2l"
11XDCARGS_k2e = "k2e" 11TI_PDK_LIMIT_SOCS_k2e = "k2e"
12XDCARGS_k2g = "k2g" 12TI_PDK_LIMIT_SOCS_k2g = "k2g"