diff options
author | Jacob Stiffler <j-stiffler@ti.com> | 2017-06-01 21:27:55 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2017-06-11 18:36:32 -0400 |
commit | 52db4c62fb28a1cae969bc2a94738b74cba4697a (patch) | |
tree | 5169f13bd7e2f371b5229eaa94a65e618457bfaf /recipes-bsp/common-csl-ip | |
parent | 2ced48ecf3215f9f10073c73f5a94156a0b586fc (diff) | |
download | meta-ti-52db4c62fb28a1cae969bc2a94738b74cba4697a.tar.gz |
recipes: remove ti-pdk device configuration
* These variables have been moved into the machine configuration
Signed-off-by: Jacob Stiffler <j-stiffler@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 | 8 |
1 files changed, 0 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 6892daa5..fe4f6972 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 | |||
@@ -10,13 +10,5 @@ DEPENDS_remove = "${PN}" | |||
10 | # Build with make instead of XDC | 10 | # Build with make instead of XDC |
11 | TI_PDK_XDCMAKE = "0" | 11 | TI_PDK_XDCMAKE = "0" |
12 | 12 | ||
13 | TI_PDK_LIMIT_SOCS_ti33x = "am335x" | ||
14 | TI_PDK_LIMIT_SOCS_ti43x = "am437x" | ||
15 | TI_PDK_LIMIT_SOCS_omap-a15 = "am571x am572x" | ||
16 | TI_PDK_LIMIT_SOCS_k2hk = "k2h k2k" | ||
17 | TI_PDK_LIMIT_SOCS_k2l-evm = "k2l" | ||
18 | TI_PDK_LIMIT_SOCS_k2e = "k2e" | ||
19 | TI_PDK_LIMIT_SOCS_k2g = "k2g" | ||
20 | |||
21 | export PDK_CSL_ROOT_PATH ="${WORKDIR}/build" | 13 | export PDK_CSL_ROOT_PATH ="${WORKDIR}/build" |
22 | export DEST_ROOT="${S}" | 14 | export DEST_ROOT="${S}" |