summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAngela Stegmaier via Lists.Yoctoproject.Org <angelabaker=ti.com@lists.yoctoproject.org>2020-02-05 04:02:08 +0000
committerDenys Dmytriyenko <denys@ti.com>2020-02-06 03:44:13 +0000
commit04738e390c729114cfa319527d090c2851b87a7e (patch)
tree1a90e7392dc04ab7aba6353c060cfc4b4e398ef2
parentaa7bc18ca835e1ab6520790fc5e21ba54b792c55 (diff)
downloadmeta-ti-04738e390c729114cfa319527d090c2851b87a7e.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>
-rw-r--r--recipes-bsp/ipc-lld/ipc-lld-examples-rtos_git.bb2
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
16DST_BIN_PATH = "${base_libdir}/firmware/pdk-ipc" 16DST_BIN_PATH = "${base_libdir}/firmware/pdk-ipc"
17 17
18TI_PDK_LIMIT_BOARDS_j7-evm = "j721e_evm"
19
18do_configure[noexec] = "1" 20do_configure[noexec] = "1"
19 21
20do_compile() { 22do_compile() {