diff options
| author | Angela Stegmaier via Lists.Yoctoproject.Org <angelabaker=ti.com@lists.yoctoproject.org> | 2020-02-05 04:02:08 +0000 |
|---|---|---|
| committer | Denys Dmytriyenko <denys@ti.com> | 2020-02-07 02:22:56 +0000 |
| commit | 4700cfbd08403fd3a9c370059a8648525de2cd0c (patch) | |
| tree | d323787e9cf146a6b64a848ed8b985266d75b601 /recipes-bsp | |
| parent | aecb431a600c122487e6eccdfe30251eafb14d99 (diff) | |
| download | meta-ti-4700cfbd08403fd3a9c370059a8648525de2cd0c.tar.gz | |
ipc-lld: limit BOARDS list when building for j7-evm
For now only j721e_evm is supported when building for j7-evm
MACHINE target. Limit the BOARDS list in this case to what is
supported.
Signed-off-by: Angela Stegmaier <angelabaker@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-bsp')
| -rw-r--r-- | recipes-bsp/ipc-lld/ipc-lld-examples-rtos_git.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes-bsp/ipc-lld/ipc-lld-examples-rtos_git.bb b/recipes-bsp/ipc-lld/ipc-lld-examples-rtos_git.bb index 6a3e233f..fa3ea89d 100644 --- a/recipes-bsp/ipc-lld/ipc-lld-examples-rtos_git.bb +++ b/recipes-bsp/ipc-lld/ipc-lld-examples-rtos_git.bb | |||
| @@ -15,6 +15,8 @@ LINUX_2_CORES_BIN_DIR = "${REMOTE_FW_DIR}/ex03_linux_bios_2core_echo_test/bin" | |||
| 15 | 15 | ||
| 16 | DST_BIN_PATH = "${base_libdir}/firmware/pdk-ipc" | 16 | DST_BIN_PATH = "${base_libdir}/firmware/pdk-ipc" |
| 17 | 17 | ||
| 18 | TI_PDK_LIMIT_BOARDS_j7-evm = "j721e_evm" | ||
| 19 | |||
| 18 | do_configure[noexec] = "1" | 20 | do_configure[noexec] = "1" |
| 19 | 21 | ||
| 20 | do_compile() { | 22 | do_compile() { |
