Update the build target from examples to apps.

Signed-off-by: Angela Stegmaier <angelaba...@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

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#12722): 
https://lists.yoctoproject.org/g/meta-ti/message/12722
Mute This Topic: https://lists.yoctoproject.org/mt/71359951/21656
Group Owner: meta-ti+ow...@lists.yoctoproject.org
Unsubscribe: https://lists.yoctoproject.org/g/meta-ti/unsub  
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to