summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/vps-lld
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:18:49 +0000
commit72fa7bc5a5b42ea2e423f123ad77aef33633da49 (patch)
tree4a488bfcdcd1a04bd5dcbe72af809bcac1863321 /recipes-bsp/vps-lld
parentef9a1833a7de7aeeddf45c76cbb378299b901056 (diff)
downloadmeta-ti-72fa7bc5a5b42ea2e423f123ad77aef33633da49.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>
Diffstat (limited to 'recipes-bsp/vps-lld')
-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}"