diff options
| author | Angela Stegmaier <angelabaker@ti.com> | 2020-02-18 03:57:21 +0000 |
|---|---|---|
| committer | Denys Dmytriyenko <denys@ti.com> | 2020-02-20 02:49:59 +0000 |
| commit | 836f9879261f69b1d9b3670ec53af6a26e6044af (patch) | |
| tree | 53d1dba1d09b2f4818401aef32025788e0053df1 | |
| parent | daaf30e62fedfa9efcd45e5213fa4f42e1768c19 (diff) | |
| download | meta-ti-836f9879261f69b1d9b3670ec53af6a26e6044af.tar.gz | |
ipc-lld: Update examples build target
Update the build target from examples to apps.
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.bb | 8 | ||||
| -rw-r--r-- | 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" | |||
| 22 | do_compile() { | 22 | do_compile() { |
| 23 | cd ${S} | 23 | cd ${S} |
| 24 | 24 | ||
| 25 | for board in ${TI_PDK_LIMIT_BOARDS} | 25 | oe_runmake apps LIMIT_BOARDS="${TI_PDK_LIMIT_BOARDS}" LIMIT_CORES="${TI_PDK_LIMIT_CORES}" DEST_ROOT=${REMOTE_FW_DIR} |
| 26 | do | ||
| 27 | for core in ${TI_PDK_LIMIT_CORES} | ||
| 28 | do | ||
| 29 | oe_runmake examples BOARD="$board" CORE="$core" DEST_ROOT=${REMOTE_FW_DIR} | ||
| 30 | done | ||
| 31 | done | ||
| 32 | } | 26 | } |
| 33 | 27 | ||
| 34 | do_install() { | 28 | 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" | |||
| 10 | COMPATIBLE_MACHINE = "k3" | 10 | COMPATIBLE_MACHINE = "k3" |
| 11 | PACKAGE_ARCH = "${MACHINE_ARCH}" | 11 | PACKAGE_ARCH = "${MACHINE_ARCH}" |
| 12 | 12 | ||
| 13 | PR = "r2" | 13 | PR = "r3" |
| 14 | 14 | ||
| 15 | # Build with make instead of XDC | 15 | # Build with make instead of XDC |
| 16 | TI_PDK_XDCMAKE = "0" | 16 | TI_PDK_XDCMAKE = "0" |
