diff options
| author | Mahesh Radhakrishnan <m-radhakrishnan2@ti.com> | 2017-07-19 05:03:24 +0000 |
|---|---|---|
| committer | Denys Dmytriyenko <denys@ti.com> | 2017-08-22 16:03:50 -0400 |
| commit | 8db1e4dcb746bd80669c9f8f1b23ea070b50b182 (patch) | |
| tree | 5620dcd21411451478031928a59c1631934b20d7 | |
| parent | 5a160858bcdcb983914ce604c36c0bf968ac1f8f (diff) | |
| download | meta-ti-8db1e4dcb746bd80669c9f8f1b23ea070b50b182.tar.gz | |
pcie-lld-rtos: Added rtos recipe for pcie-lld
Upstreaming RTOS LLD recipe for Peripheral Component Interconnect
Express (PCIE)
Signed-off-by: Mahesh Radhakrishnan <m-radhakrishnan2@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
| -rw-r--r-- | recipes-bsp/pcie-lld/pcie-lld-rtos_git.bb | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/recipes-bsp/pcie-lld/pcie-lld-rtos_git.bb b/recipes-bsp/pcie-lld/pcie-lld-rtos_git.bb new file mode 100644 index 00000000..174cbfd0 --- /dev/null +++ b/recipes-bsp/pcie-lld/pcie-lld-rtos_git.bb | |||
| @@ -0,0 +1,35 @@ | |||
| 1 | SUMMARY = "TI RTOS low lever driver for Peripheral Interconnect Express (PCIE)" | ||
| 2 | |||
| 3 | inherit ti-pdk | ||
| 4 | |||
| 5 | LICENSE = "BSD-3-Clause" | ||
| 6 | LIC_FILES_CHKSUM = "file://pcie.h;beginline=1;endline=34;md5=c094db055596498ba803933936611eb2" | ||
| 7 | |||
| 8 | COMPATIBLE_MACHINE = "omap-a15|keystone|c66x" | ||
| 9 | PACKAGE_ARCH = "${MACHINE_ARCH}" | ||
| 10 | |||
| 11 | PCIE_LLD_GIT_URI = "git://git.ti.com/keystone-rtos/pcie-lld.git" | ||
| 12 | PCIE_LLD_GIT_PROTOCOL = "git" | ||
| 13 | PCIE_LLD_GIT_BRANCH = "master" | ||
| 14 | PCIE_LLD_GIT_DESTSUFFIX = "git/ti/drv/pcie" | ||
| 15 | |||
| 16 | # Below commit ID corresponds to "DEV.PCIE_LLD.02.02.00.09" | ||
| 17 | PCIE_LLD_SRCREV = "93f302f6f3dd3a83ac0dd0e24b3965f98f46eac7" | ||
| 18 | |||
| 19 | BRANCH = "${PCIE_LLD_GIT_BRANCH}" | ||
| 20 | SRC_URI = "${PCIE_LLD_GIT_URI};destsuffix=${PCIE_LLD_GIT_DESTSUFFIX};protocol=${PCIE_LLD_GIT_PROTOCOL};branch=${BRANCH}" | ||
| 21 | |||
| 22 | SRCREV = "${PCIE_LLD_SRCREV}" | ||
| 23 | PV = "02.02.00.09" | ||
| 24 | PR = "r0" | ||
| 25 | |||
| 26 | S = "${WORKDIR}/${PCIE_LLD_GIT_DESTSUFFIX}" | ||
| 27 | |||
| 28 | export PDK_PCIE_ROOT_PATH ="${WORKDIR}/build" | ||
| 29 | export DEST_ROOT="${S}" | ||
| 30 | |||
| 31 | # Build with make instead of XDC | ||
| 32 | TI_PDK_XDCMAKE = "0" | ||
| 33 | |||
| 34 | # HTML doc link params | ||
| 35 | PDK_COMP_LINK_TEXT = "PCIe LLD" | ||
