diff options
author | Mahesh Radhakrishnan <m-radhakrishnan2@ti.com> | 2019-03-21 19:15:57 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2019-03-22 01:04:24 +0000 |
commit | 63ff406fbe029f5b19698da5ad4a26108ddc6d86 (patch) | |
tree | 7b37abf41199c849e530b003c98b27c8455522f8 /recipes-bsp/pcie-lld | |
parent | a15e4eef4b753b52371a424ff14b7c25be6e19a1 (diff) | |
download | meta-ti-63ff406fbe029f5b19698da5ad4a26108ddc6d86.tar.gz |
pcie-lld-rtos: SRCREV update to 02.03.00.03
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 2c57cbb0..8aee7e45 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.02" | 16 | # Below commit ID corresponds to "DEV.PCIE_LLD.02.03.00.03" |
17 | PCIE_LLD_SRCREV = "3c6e68d77778a2e655803b8aa1c2b8ac056518b2" | 17 | PCIE_LLD_SRCREV = "202a89929d8da0ac923978145b4cc44cfafc12d5" |
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.02" | 23 | PV = "02.03.00.03" |
24 | PR = "r0" | 24 | PR = "r0" |
25 | 25 | ||
26 | DEPENDS_append_k3 = " udma-lld-rtos \ | 26 | DEPENDS_append_k3 = " udma-lld-rtos \ |