summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/pktlib
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/pktlib
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/pktlib')
-rw-r--r--recipes-bsp/pktlib/pktlib-rtos_git.bb6
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes-bsp/pktlib/pktlib-rtos_git.bb b/recipes-bsp/pktlib/pktlib-rtos_git.bb
index e76b445f..2cca3ea5 100644
--- a/recipes-bsp/pktlib/pktlib-rtos_git.bb
+++ b/recipes-bsp/pktlib/pktlib-rtos_git.bb
@@ -8,6 +8,6 @@ DEPENDS_append = " rm-lld-rtos \
8 cppi-lld-rtos \ 8 cppi-lld-rtos \
9" 9"
10 10
11XDCARGS_k2hk = "k2h k2k" 11TI_PDK_LIMIT_SOCS_k2hk = "k2h k2k"
12XDCARGS_k2e = "k2e" 12TI_PDK_LIMIT_SOCS_k2e = "k2e"
13XDCARGS_k2l-evm = "k2l" 13TI_PDK_LIMIT_SOCS_k2l-evm = "k2l"