diff options
author | Mahesh Radhakrishnan <m-radhakrishnan2@ti.com> | 2018-12-15 01:31:26 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2018-12-18 00:11:12 +0000 |
commit | 3870b6422d3d80e9e4f77fa23bf14401c89c3037 (patch) | |
tree | 7a7c5ba231990cf5ff40a305f892f298ad467caa /recipes-bsp/pcie-lld | |
parent | a7a87db75173a33c9f91a7875ef2a564a79ef725 (diff) | |
download | meta-ti-3870b6422d3d80e9e4f77fa23bf14401c89c3037.tar.gz |
pcie-lld-rtos: SRCREV update to 02.03.00.02
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 35a0cbcf..2c57cbb0 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.03.00.01" | 16 | # Below commit ID corresponds to "DEV.PCIE_LLD.02.03.00.02" |
17 | PCIE_LLD_SRCREV = "61759fc238600e3d5506ce86db1f6b604334edf8" | 17 | PCIE_LLD_SRCREV = "3c6e68d77778a2e655803b8aa1c2b8ac056518b2" |
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.03.00.01" | 23 | PV = "02.03.00.02" |
24 | PR = "r0" | 24 | PR = "r0" |
25 | 25 | ||
26 | DEPENDS_append_k3 = " udma-lld-rtos \ | 26 | DEPENDS_append_k3 = " udma-lld-rtos \ |