From cda2ad72402e0701ab38a2c1b62689951a83ed17 Mon Sep 17 00:00:00 2001 From: Jacob Stiffler Date: Thu, 1 Jun 2017 21:27:52 +0000 Subject: 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 Cc: Justin Sobota Signed-off-by: Denys Dmytriyenko --- recipes-bsp/rm-lld/rm-lld-rtos_git.bb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'recipes-bsp/rm-lld') 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" PACKAGE_ARCH = "${MACHINE_ARCH}" -XDCARGS_k2hk = "k2h k2k" -XDCARGS_k2e = "k2e" -XDCARGS_k2l-evm = "k2l" -XDCARGS_k2g = "k2g" +TI_PDK_LIMIT_SOCS_k2hk = "k2h k2k" +TI_PDK_LIMIT_SOCS_k2e = "k2e" +TI_PDK_LIMIT_SOCS_k2l-evm = "k2l" +TI_PDK_LIMIT_SOCS_k2g = "k2g" -- cgit v1.2.3-54-g00ecf