summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMahesh Radhakrishnan <m-radhakrishnan2@ti.com>2018-07-19 23:24:16 +0000
committerDenys Dmytriyenko <denys@ti.com>2018-07-24 18:23:14 +0000
commitbee2aecc20be9b9f9b04aca7709cc4ae3f786a01 (patch)
tree37156a959e92006bee82f1a4f1189bf803632878
parent50d6a5cea53b7acd0b14acdd2668b0bc356a05c6 (diff)
downloadmeta-ti-bee2aecc20be9b9f9b04aca7709cc4ae3f786a01.tar.gz
vps-lld-rtos: Update to version 1.0.1.11A
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 88f79e1b..f771aa25 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.06B" 16# Below commit ID corresponds to "DEV.VPS_LLD.01.00.01.11A"
17VPS_LLD_SRCREV = "58729317b65bdb24d4343cbb1f7f6cb90ca2faf0" 17VPS_LLD_SRCREV = "a62dab146b2c41259ce334b804e44f49767767da"
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.06B" 23PV = "01.00.01.11A"
24PR = "r0" 24PR = "r0"
25 25
26S = "${WORKDIR}/${VPS_LLD_GIT_DESTSUFFIX}" 26S = "${WORKDIR}/${VPS_LLD_GIT_DESTSUFFIX}"