diff options
author | Mahesh Radhakrishnan <m-radhakrishnan2@ti.com> | 2018-07-19 23:23:58 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2018-07-24 18:18:50 +0000 |
commit | 24f9ef117e2eae9beddf6907cde51ea05571c763 (patch) | |
tree | 37695b6b2f4433e164103c961a867aec09622cb6 /recipes-bsp/pcie-lld | |
parent | 9e8e6a1426783bbec9e75911d5d38925f0099dbb (diff) | |
download | meta-ti-24f9ef117e2eae9beddf6907cde51ea05571c763.tar.gz |
pcie-lld-rtos: Update to version 2.2.0.13
Signed-off-by: Mahesh Radhakrishnan <m-radhakrishnan2@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-bsp/pcie-lld')
-rw-r--r-- | recipes-bsp/pcie-lld/pcie-lld-rtos_git.bb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes-bsp/pcie-lld/pcie-lld-rtos_git.bb b/recipes-bsp/pcie-lld/pcie-lld-rtos_git.bb index 02275f5a..1b7218ad 100644 --- a/recipes-bsp/pcie-lld/pcie-lld-rtos_git.bb +++ b/recipes-bsp/pcie-lld/pcie-lld-rtos_git.bb | |||
@@ -13,14 +13,14 @@ 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.12" | 16 | # Below commit ID corresponds to "DEV.PCIE_LLD.02.02.00.13" |
17 | PCIE_LLD_SRCREV = "90c85b801cc8524deb57d897d204597b11fa26c4" | 17 | PCIE_LLD_SRCREV = "bf8d3a22c03a5f273321c284fa1737072eca3f77" |
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.12" | 23 | PV = "02.02.00.13" |
24 | PR = "r0" | 24 | PR = "r0" |
25 | 25 | ||
26 | S = "${WORKDIR}/${PCIE_LLD_GIT_DESTSUFFIX}" | 26 | S = "${WORKDIR}/${PCIE_LLD_GIT_DESTSUFFIX}" |