All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-ti][zeus/master][PATCH] ipc-lld: Update examples build target
@ 2020-02-17 21:57 Angela Stegmaier
  0 siblings, 0 replies; only message in thread
From: Angela Stegmaier @ 2020-02-17 21:57 UTC (permalink / raw)
  To: meta-ti; +Cc: Angela Stegmaier

Update the build target from examples to apps.

Signed-off-by: Angela Stegmaier <angelabaker@ti.com>
---
 recipes-bsp/ipc-lld/ipc-lld-examples-rtos_git.bb | 8 +-------
 recipes-bsp/ipc-lld/ipc-lld.inc                  | 2 +-
 2 files changed, 2 insertions(+), 8 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 fa3ea89..8defbac 100644
--- a/recipes-bsp/ipc-lld/ipc-lld-examples-rtos_git.bb
+++ b/recipes-bsp/ipc-lld/ipc-lld-examples-rtos_git.bb
@@ -22,13 +22,7 @@ do_configure[noexec] = "1"
 do_compile() {
     cd ${S}
 
-    for board in ${TI_PDK_LIMIT_BOARDS}
-    do
-        for core in ${TI_PDK_LIMIT_CORES}
-        do
-            oe_runmake examples BOARD="$board" CORE="$core" DEST_ROOT=${REMOTE_FW_DIR}
-        done
-    done
+    oe_runmake apps LIMIT_BOARDS="${TI_PDK_LIMIT_BOARDS}" LIMIT_CORES="${TI_PDK_LIMIT_CORES}" DEST_ROOT=${REMOTE_FW_DIR}
 }
 
 do_install() {
diff --git a/recipes-bsp/ipc-lld/ipc-lld.inc b/recipes-bsp/ipc-lld/ipc-lld.inc
index 66bbf32..f271f31 100644
--- a/recipes-bsp/ipc-lld/ipc-lld.inc
+++ b/recipes-bsp/ipc-lld/ipc-lld.inc
@@ -10,7 +10,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=7eae093f2b09fd39307f30028a068b91"
 COMPATIBLE_MACHINE = "k3"
 PACKAGE_ARCH = "${MACHINE_ARCH}"
 
-PR = "r2"
+PR = "r3"
 
 # Build with make instead of XDC
 TI_PDK_XDCMAKE = "0"
-- 
1.9.1


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

only message in thread, other threads:[~2020-02-17 21:57 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-02-17 21:57 [meta-ti][zeus/master][PATCH] ipc-lld: Update examples build target 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.