diff options
author | Mahesh Radhakrishnan <m-radhakrishnan2@ti.com> | 2018-09-28 22:26:20 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2018-10-01 03:19:15 +0000 |
commit | c9126e18dd25be295d08f48c008977c3cbe672fc (patch) | |
tree | 936898ac92542fe07866820e2fd0d8a565152eeb /recipes-bsp | |
parent | 346c021f15fe6e3e0f7106524ffb32618dadcd08 (diff) | |
download | meta-ti-c9126e18dd25be295d08f48c008977c3cbe672fc.tar.gz |
pcie-lld-rtos: Update to version 02.03.00.01 and added k3 support
The license checksum change is due to copyright year change
Signed-off-by: Mahesh Radhakrishnan <m-radhakrishnan2@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-bsp')
-rw-r--r-- | recipes-bsp/pcie-lld/pcie-lld-rtos_git.bb | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/recipes-bsp/pcie-lld/pcie-lld-rtos_git.bb b/recipes-bsp/pcie-lld/pcie-lld-rtos_git.bb index 1b7218ad..35a0cbcf 100644 --- a/recipes-bsp/pcie-lld/pcie-lld-rtos_git.bb +++ b/recipes-bsp/pcie-lld/pcie-lld-rtos_git.bb | |||
@@ -3,9 +3,9 @@ SUMMARY = "TI RTOS low lever driver for Peripheral Interconnect Express (PCIE)" | |||
3 | inherit ti-pdk | 3 | inherit ti-pdk |
4 | 4 | ||
5 | LICENSE = "BSD-3-Clause" | 5 | LICENSE = "BSD-3-Clause" |
6 | LIC_FILES_CHKSUM = "file://pcie.h;beginline=1;endline=34;md5=c094db055596498ba803933936611eb2" | 6 | LIC_FILES_CHKSUM = "file://pcie.h;beginline=1;endline=34;md5=566a784d78790a716d641764d5d60b74" |
7 | 7 | ||
8 | COMPATIBLE_MACHINE = "omap-a15|keystone|c66x" | 8 | COMPATIBLE_MACHINE = "omap-a15|keystone|c66x|k3" |
9 | PACKAGE_ARCH = "${MACHINE_ARCH}" | 9 | PACKAGE_ARCH = "${MACHINE_ARCH}" |
10 | 10 | ||
11 | PCIE_LLD_GIT_URI = "git://git.ti.com/keystone-rtos/pcie-lld.git" | 11 | PCIE_LLD_GIT_URI = "git://git.ti.com/keystone-rtos/pcie-lld.git" |
@@ -13,16 +13,19 @@ PCIE_LLD_GIT_PROTOCOL = "git" | |||
13 | PCIE_LLD_GIT_BRANCH = "master" | 13 | PCIE_LLD_GIT_BRANCH = "master" |
14 | PCIE_LLD_GIT_DESTSUFFIX = "git/ti/drv/pcie" | 14 | PCIE_LLD_GIT_DESTSUFFIX = "git/ti/drv/pcie" |
15 | 15 | ||
16 | # Below commit ID corresponds to "DEV.PCIE_LLD.02.02.00.13" | 16 | # Below commit ID corresponds to "DEV.PCIE_LLD.02.03.00.01" |
17 | PCIE_LLD_SRCREV = "bf8d3a22c03a5f273321c284fa1737072eca3f77" | 17 | PCIE_LLD_SRCREV = "61759fc238600e3d5506ce86db1f6b604334edf8" |
18 | 18 | ||
19 | BRANCH = "${PCIE_LLD_GIT_BRANCH}" | 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}" | 20 | SRC_URI = "${PCIE_LLD_GIT_URI};destsuffix=${PCIE_LLD_GIT_DESTSUFFIX};protocol=${PCIE_LLD_GIT_PROTOCOL};branch=${BRANCH}" |
21 | 21 | ||
22 | SRCREV = "${PCIE_LLD_SRCREV}" | 22 | SRCREV = "${PCIE_LLD_SRCREV}" |
23 | PV = "02.02.00.13" | 23 | PV = "02.03.00.01" |
24 | PR = "r0" | 24 | PR = "r0" |
25 | 25 | ||
26 | DEPENDS_append_k3 = " udma-lld-rtos \ | ||
27 | " | ||
28 | |||
26 | S = "${WORKDIR}/${PCIE_LLD_GIT_DESTSUFFIX}" | 29 | S = "${WORKDIR}/${PCIE_LLD_GIT_DESTSUFFIX}" |
27 | 30 | ||
28 | export PDK_PCIE_ROOT_PATH ="${WORKDIR}/build" | 31 | export PDK_PCIE_ROOT_PATH ="${WORKDIR}/build" |