1
0
mirror of https://git.yoctoproject.org/meta-ti synced 2026-06-02 00:40:40 +00:00

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>
This commit is contained in:
Angela Stegmaier
2020-02-18 03:57:21 +00:00
committed by Denys Dmytriyenko
parent 1dd141dec4
commit 07eebdb8a7
2 changed files with 2 additions and 8 deletions
@@ -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() {