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/common-csl-ip | |
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/common-csl-ip')
-rw-r--r-- | recipes-bsp/common-csl-ip/common-csl-ip-rtos_git.bb | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/recipes-bsp/common-csl-ip/common-csl-ip-rtos_git.bb b/recipes-bsp/common-csl-ip/common-csl-ip-rtos_git.bb index ab848bdd..6892daa5 100644 --- a/recipes-bsp/common-csl-ip/common-csl-ip-rtos_git.bb +++ b/recipes-bsp/common-csl-ip/common-csl-ip-rtos_git.bb | |||
@@ -8,15 +8,15 @@ inherit ti-pdk | |||
8 | DEPENDS_remove = "${PN}" | 8 | DEPENDS_remove = "${PN}" |
9 | 9 | ||
10 | # Build with make instead of XDC | 10 | # Build with make instead of XDC |
11 | XDCMAKE = "0" | 11 | TI_PDK_XDCMAKE = "0" |
12 | 12 | ||
13 | LIMSOCS_ti33x = "am335x" | 13 | TI_PDK_LIMIT_SOCS_ti33x = "am335x" |
14 | LIMSOCS_ti43x = "am437x" | 14 | TI_PDK_LIMIT_SOCS_ti43x = "am437x" |
15 | LIMSOCS_omap-a15 = "am571x am572x" | 15 | TI_PDK_LIMIT_SOCS_omap-a15 = "am571x am572x" |
16 | LIMSOCS_k2hk = "k2h k2k" | 16 | TI_PDK_LIMIT_SOCS_k2hk = "k2h k2k" |
17 | LIMSOCS_k2l-evm = "k2l" | 17 | TI_PDK_LIMIT_SOCS_k2l-evm = "k2l" |
18 | LIMSOCS_k2e = "k2e" | 18 | TI_PDK_LIMIT_SOCS_k2e = "k2e" |
19 | LIMSOCS_k2g = "k2g" | 19 | TI_PDK_LIMIT_SOCS_k2g = "k2g" |
20 | 20 | ||
21 | export PDK_CSL_ROOT_PATH ="${WORKDIR}/build" | 21 | export PDK_CSL_ROOT_PATH ="${WORKDIR}/build" |
22 | export DEST_ROOT="${S}" | 22 | export DEST_ROOT="${S}" |