From 836f9879261f69b1d9b3670ec53af6a26e6044af Mon Sep 17 00:00:00 2001 From: Angela Stegmaier Date: Tue, 18 Feb 2020 03:57:21 +0000 Subject: ipc-lld: Update examples build target Update the build target from examples to apps. Signed-off-by: Angela Stegmaier Signed-off-by: Denys Dmytriyenko --- 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 fa3ea89d..8defbac1 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 66bbf321..f271f31d 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" -- cgit v1.2.3-54-g00ecf