diff options
author | Jacob Stiffler <j-stiffler@ti.com> | 2019-11-15 21:15:02 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2019-12-09 18:15:23 +0000 |
commit | 77a6b7b5c446fb0894b16385508f5b7fba456595 (patch) | |
tree | 124e904cfe6b8d6deb5e2a4e127afd1e98322afa /recipes-bsp | |
parent | 0cc2d5007d534d9c876e35944cb681d67e0747f6 (diff) | |
download | meta-ti-77a6b7b5c446fb0894b16385508f5b7fba456595.tar.gz |
iolink-lld: TI RTOS low level driver for IO-Link Master
Signed-off-by: Jacob Stiffler <j-stiffler@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-bsp')
-rw-r--r-- | recipes-bsp/iolink-lld/iolink-lld-rtos_git.bb | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/recipes-bsp/iolink-lld/iolink-lld-rtos_git.bb b/recipes-bsp/iolink-lld/iolink-lld-rtos_git.bb new file mode 100644 index 00000000..c0c27b60 --- /dev/null +++ b/recipes-bsp/iolink-lld/iolink-lld-rtos_git.bb | |||
@@ -0,0 +1,33 @@ | |||
1 | SUMMARY = "TI RTOS low level driver for IO-Link Master" | ||
2 | |||
3 | inherit ti-pdk ti-pdk-fetch | ||
4 | |||
5 | TI_PDK_COMP = "ti.drv.iolink" | ||
6 | |||
7 | PE = "1" | ||
8 | |||
9 | LICENSE = "BSD-3-Clause" | ||
10 | LIC_FILES_CHKSUM = "file://IOLINK.h;beginline=1;endline=32;md5=da669339a4b8594ed3edbe7ca30c726e" | ||
11 | |||
12 | COMPATIBLE_MACHINE = "ti43x" | ||
13 | PACKAGE_ARCH = "${MACHINE_ARCH}" | ||
14 | |||
15 | PR = "r2" | ||
16 | |||
17 | DEPENDS_append = " osal-rtos \ | ||
18 | " | ||
19 | DEPENDS_append_ti43x = " starterware-rtos \ | ||
20 | pruss-lld-rtos \ | ||
21 | " | ||
22 | |||
23 | # Build with make instead of XDC | ||
24 | TI_PDK_XDCMAKE = "0" | ||
25 | |||
26 | |||
27 | export PDK_IOLINK_ROOT_PATH ="${WORKDIR}/build" | ||
28 | export DEST_ROOT="${S}" | ||
29 | |||
30 | INSANE_SKIP_${PN} = "arch" | ||
31 | |||
32 | # HTML doc link params | ||
33 | PDK_COMP_LINK_TEXT = "IOLINK LLD" | ||