summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMahesh Radhakrishnan <m-radhakrishnan2@ti.com>2018-09-28 22:26:27 +0000
committerDenys Dmytriyenko <denys@ti.com>2018-10-01 15:30:07 +0000
commit399cd1b192bf5bceb44d08d99e98e5d8f12392c8 (patch)
treed3fba3929a5a8c53fc74367e0c7226b25af64593
parentd08b5e101358dd1f86d00a4c747391353b07cd2d (diff)
downloadmeta-ti-399cd1b192bf5bceb44d08d99e98e5d8f12392c8.tar.gz
vps-lld-rtos: Updated to version 01.00.01.13
Signed-off-by: Mahesh Radhakrishnan <m-radhakrishnan2@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
-rw-r--r--recipes-bsp/vps-lld/vps-lld-rtos_git.bb6
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes-bsp/vps-lld/vps-lld-rtos_git.bb b/recipes-bsp/vps-lld/vps-lld-rtos_git.bb
index f771aa25..8516fa69 100644
--- a/recipes-bsp/vps-lld/vps-lld-rtos_git.bb
+++ b/recipes-bsp/vps-lld/vps-lld-rtos_git.bb
@@ -13,14 +13,14 @@ VPS_LLD_GIT_PROTOCOL = "git"
13VPS_LLD_GIT_BRANCH = "master" 13VPS_LLD_GIT_BRANCH = "master"
14VPS_LLD_GIT_DESTSUFFIX = "git/ti/drv/vps" 14VPS_LLD_GIT_DESTSUFFIX = "git/ti/drv/vps"
15 15
16# Below commit ID corresponds to "DEV.VPS_LLD.01.00.01.11A" 16# Below commit ID corresponds to "DEV.VPS_LLD.01.00.01.13
17VPS_LLD_SRCREV = "a62dab146b2c41259ce334b804e44f49767767da" 17VPS_LLD_SRCREV = "58020ff07c993e6efe01d78531bc7459b9edeaf2"
18 18
19BRANCH = "${VPS_LLD_GIT_BRANCH}" 19BRANCH = "${VPS_LLD_GIT_BRANCH}"
20SRC_URI = "${VPS_LLD_GIT_URI};destsuffix=${VPS_LLD_GIT_DESTSUFFIX};protocol=${VPS_LLD_GIT_PROTOCOL};branch=${BRANCH}" 20SRC_URI = "${VPS_LLD_GIT_URI};destsuffix=${VPS_LLD_GIT_DESTSUFFIX};protocol=${VPS_LLD_GIT_PROTOCOL};branch=${BRANCH}"
21 21
22SRCREV = "${VPS_LLD_SRCREV}" 22SRCREV = "${VPS_LLD_SRCREV}"
23PV = "01.00.01.11A" 23PV = "01.00.01.13"
24PR = "r0" 24PR = "r0"
25 25
26S = "${WORKDIR}/${VPS_LLD_GIT_DESTSUFFIX}" 26S = "${WORKDIR}/${VPS_LLD_GIT_DESTSUFFIX}"