diff options
Diffstat (limited to 'recipes-bsp/pruss-lld/pruss-lld-rtos_git.bb')
-rw-r--r-- | recipes-bsp/pruss-lld/pruss-lld-rtos_git.bb | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/recipes-bsp/pruss-lld/pruss-lld-rtos_git.bb b/recipes-bsp/pruss-lld/pruss-lld-rtos_git.bb new file mode 100644 index 00000000..50682867 --- /dev/null +++ b/recipes-bsp/pruss-lld/pruss-lld-rtos_git.bb | |||
@@ -0,0 +1,23 @@ | |||
1 | SUMMARY = "TI RTOS low level driver library for PRUSS" | ||
2 | |||
3 | inherit ti-pdk | ||
4 | require recipes-bsp/pruss-lld/pruss-lld.inc | ||
5 | |||
6 | PR = "${INC_PR}.0" | ||
7 | |||
8 | S = "${WORKDIR}/${PRUSS_LLD_GIT_DESTSUFFIX}" | ||
9 | |||
10 | DEPENDS_append = " osal-rtos" | ||
11 | DEPENDS_append_ti33x = " starterware-rtos" | ||
12 | DEPENDS_append_ti43x = " starterware-rtos" | ||
13 | |||
14 | # Build with make instead of XDC | ||
15 | TI_PDK_XDCMAKE = "0" | ||
16 | |||
17 | export PDK_PRUSS_ROOT_PATH ="${WORKDIR}/build" | ||
18 | export DEST_ROOT="${WORKDIR}/build" | ||
19 | |||
20 | # HTML doc link params | ||
21 | PDK_COMP_LINK_TEXT = "PRUSS LLD" | ||
22 | |||
23 | INSANE_SKIP_${PN} = "arch" | ||