summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/pcie-lld
diff options
context:
space:
mode:
authorMahesh Radhakrishnan <m-radhakrishnan2@ti.com>2017-12-15 04:38:09 +0000
committerDenys Dmytriyenko <denys@ti.com>2017-12-21 23:00:21 -0500
commite6e7f6777e048b22df3dc06118a32c672f32e695 (patch)
treecaf151f1cdf5a87b723298e044a6107073fce114 /recipes-bsp/pcie-lld
parent6107563a38eb54931f73c0cf9c0da2d69e00cca3 (diff)
downloadmeta-ti-e6e7f6777e048b22df3dc06118a32c672f32e695.tar.gz
pcie-lld-rtos: Update to version 2.2.0.11
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.bb6
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 174cbfd0..d0f536b1 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"
13PCIE_LLD_GIT_BRANCH = "master" 13PCIE_LLD_GIT_BRANCH = "master"
14PCIE_LLD_GIT_DESTSUFFIX = "git/ti/drv/pcie" 14PCIE_LLD_GIT_DESTSUFFIX = "git/ti/drv/pcie"
15 15
16# Below commit ID corresponds to "DEV.PCIE_LLD.02.02.00.09" 16# Below commit ID corresponds to "DEV.PCIE_LLD.02.02.00.11"
17PCIE_LLD_SRCREV = "93f302f6f3dd3a83ac0dd0e24b3965f98f46eac7" 17PCIE_LLD_SRCREV = "07ad9c62da03bb8b6aa65e2507deab92e56ef83a"
18 18
19BRANCH = "${PCIE_LLD_GIT_BRANCH}" 19BRANCH = "${PCIE_LLD_GIT_BRANCH}"
20SRC_URI = "${PCIE_LLD_GIT_URI};destsuffix=${PCIE_LLD_GIT_DESTSUFFIX};protocol=${PCIE_LLD_GIT_PROTOCOL};branch=${BRANCH}" 20SRC_URI = "${PCIE_LLD_GIT_URI};destsuffix=${PCIE_LLD_GIT_DESTSUFFIX};protocol=${PCIE_LLD_GIT_PROTOCOL};branch=${BRANCH}"
21 21
22SRCREV = "${PCIE_LLD_SRCREV}" 22SRCREV = "${PCIE_LLD_SRCREV}"
23PV = "02.02.00.09" 23PV = "02.02.00.11"
24PR = "r0" 24PR = "r0"
25 25
26S = "${WORKDIR}/${PCIE_LLD_GIT_DESTSUFFIX}" 26S = "${WORKDIR}/${PCIE_LLD_GIT_DESTSUFFIX}"