mirror of
https://git.yoctoproject.org/meta-ti
synced 2026-05-31 16:01:37 +00:00
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>
This commit is contained in:
committed by
Denys Dmytriyenko
parent
adcaa50740
commit
cda2ad7240
@@ -7,7 +7,7 @@ DEPENDS_append = " rm-lld-rtos \
|
||||
qmss-lld-rtos \
|
||||
"
|
||||
|
||||
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"
|
||||
|
||||
Reference in New Issue
Block a user