summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/pcie-lld
diff options
context:
space:
mode:
authorMahesh Radhakrishnan <m-radhakrishnan2@ti.com>2018-04-13 23:02:07 +0000
committerDenys Dmytriyenko <denys@ti.com>2018-04-17 12:33:21 -0400
commit12872559d5c50b382458af517a1d209d6524c0bc (patch)
treeadb2edf29028aab84488d0e82915b6c13da69129 /recipes-bsp/pcie-lld
parent240b46edc99e4c2b645ac37fe5d1bf85593f7da4 (diff)
downloadmeta-ti-12872559d5c50b382458af517a1d209d6524c0bc.tar.gz
pcie-lld-rtos: Update to version 02.02.00.12
Signed-off-by: Mahesh Radhakrishnan <m-radhakrishnan2@ti.com> Signed-off-by: Jacob Stiffler <j-stiffler@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 d0f536b1..02275f5a 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.11" 16# Below commit ID corresponds to "DEV.PCIE_LLD.02.02.00.12"
17PCIE_LLD_SRCREV = "07ad9c62da03bb8b6aa65e2507deab92e56ef83a" 17PCIE_LLD_SRCREV = "90c85b801cc8524deb57d897d204597b11fa26c4"
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.11" 23PV = "02.02.00.12"
24PR = "r0" 24PR = "r0"
25 25
26S = "${WORKDIR}/${PCIE_LLD_GIT_DESTSUFFIX}" 26S = "${WORKDIR}/${PCIE_LLD_GIT_DESTSUFFIX}"