All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-ti][master][PATCH] ipc-lld: limit BOARDS list when building for j7-evm
@ 2020-02-04 22:02 Angela Stegmaier
  0 siblings, 0 replies; only message in thread
From: Angela Stegmaier @ 2020-02-04 22:02 UTC (permalink / raw)
  To: meta-ti; +Cc: Angela Stegmaier

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>
---
 recipes-bsp/ipc-lld/ipc-lld-examples-rtos_git.bb | 2 ++
 1 file changed, 2 insertions(+)

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 6a3e233..fa3ea89 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"
 
 DST_BIN_PATH = "${base_libdir}/firmware/pdk-ipc"
 
+TI_PDK_LIMIT_BOARDS_j7-evm = "j721e_evm"
+
 do_configure[noexec] = "1"
 
 do_compile() {
-- 
1.9.1


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2020-02-04 22:03 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-02-04 22:02 [meta-ti][master][PATCH] ipc-lld: limit BOARDS list when building for j7-evm Angela Stegmaier

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.