diff options
| author | Mahesh Radhakrishnan <m-radhakrishnan2@ti.com> | 2017-07-19 05:03:23 +0000 |
|---|---|---|
| committer | Denys Dmytriyenko <denys@ti.com> | 2017-08-22 16:03:47 -0400 |
| commit | 5a160858bcdcb983914ce604c36c0bf968ac1f8f (patch) | |
| tree | 1f27903d84244dcf3b66c4d6929448e01abaeafe | |
| parent | b8a910f5b2714ad2e5cc8f897bdcab58dcb3ee9d (diff) | |
| download | meta-ti-5a160858bcdcb983914ce604c36c0bf968ac1f8f.tar.gz | |
mcasp-lld-rtos: Added rtos recipe for mcasp-lld
Upstreaming RTOS recipe for Multi Channel Audio Serial port (McASP) low
level driver
Signed-off-by: Mahesh Radhakrishnan <m-radhakrishnan2@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
| -rw-r--r-- | recipes-bsp/mcasp-lld/mcasp-lld-rtos_git.bb | 45 |
1 files changed, 45 insertions, 0 deletions
diff --git a/recipes-bsp/mcasp-lld/mcasp-lld-rtos_git.bb b/recipes-bsp/mcasp-lld/mcasp-lld-rtos_git.bb new file mode 100644 index 00000000..11b18c53 --- /dev/null +++ b/recipes-bsp/mcasp-lld/mcasp-lld-rtos_git.bb | |||
| @@ -0,0 +1,45 @@ | |||
| 1 | SUMMARY = "TI RTOS low level driver for Multi channel Audio Serial port (McASP)" | ||
| 2 | |||
| 3 | inherit ti-pdk | ||
| 4 | |||
| 5 | LICENSE = "BSD-3-Clause" | ||
| 6 | LIC_FILES_CHKSUM = "file://mcaspver.h;beginline=1;endline=47;md5=cc81a11c1566fe1cf19270744f504619" | ||
| 7 | |||
| 8 | COMPATIBLE_MACHINE = "ti43x|omap-a15|k2g|ti33x|omapl1" | ||
| 9 | PACKAGE_ARCH = "${MACHINE_ARCH}" | ||
| 10 | |||
| 11 | MCASP_LLD_GIT_URI = "git://git.ti.com/keystone-rtos/mcasp-lld.git" | ||
| 12 | MCASP_LLD_GIT_PROTOCOL = "git" | ||
| 13 | MCASP_LLD_GIT_BRANCH = "master" | ||
| 14 | MCASP_LLD_GIT_DESTSUFFIX = "git/ti/drv/mcasp" | ||
| 15 | |||
| 16 | # Below commit ID corresponds to "DEV.MCASP_LLD.01.01.00.06B" | ||
| 17 | MCASP_LLD_SRCREV = "c64ca018d4482f6841e7f8fde3a7adf50f4d329f" | ||
| 18 | |||
| 19 | BRANCH = "${MCASP_LLD_GIT_BRANCH}" | ||
| 20 | SRC_URI = "${MCASP_LLD_GIT_URI};destsuffix=${MCASP_LLD_GIT_DESTSUFFIX};protocol=${MCASP_LLD_GIT_PROTOCOL};branch=${BRANCH}" | ||
| 21 | |||
| 22 | SRCREV = "${MCASP_LLD_SRCREV}" | ||
| 23 | PV = "01.01.00.06B" | ||
| 24 | PR = "r0" | ||
| 25 | |||
| 26 | S = "${WORKDIR}/${MCASP_LLD_GIT_DESTSUFFIX}" | ||
| 27 | |||
| 28 | DEPENDS_append = " edma3-lld-rtos \ | ||
| 29 | osal-rtos \ | ||
| 30 | " | ||
| 31 | DEPENDS_append_ti43x = " starterware-rtos \ | ||
| 32 | " | ||
| 33 | DEPENDS_append_ti33x = " starterware-rtos \ | ||
| 34 | " | ||
| 35 | # Build with make instead of XDC | ||
| 36 | TI_PDK_XDCMAKE = "0" | ||
| 37 | |||
| 38 | export PDK_MCASP_ROOT_PATH ="${WORKDIR}/build" | ||
| 39 | export DEST_ROOT="${S}" | ||
| 40 | |||
| 41 | export EDMA3LLD_BIOS6_INSTALLDIR = "${EDMA3_LLD_INSTALL_DIR}" | ||
| 42 | XDCPATH_append = ";${EDMA3_LLD_INSTALL_DIR}/packages" | ||
| 43 | |||
| 44 | # HTML doc link params | ||
| 45 | PDK_COMP_LINK_TEXT = "MCASP LLD" | ||
