diff options
author | Mahesh Radhakrishnan <m-radhakrishnan2@ti.com> | 2018-09-28 22:26:27 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2018-10-01 03:19:15 +0000 |
commit | 7bbeb9e4f9a7e1b3a66074ea18e298d8c00fd3fc (patch) | |
tree | ef5ed8abb80b0fe62c7b028bfbfc55f82d8ed9c7 /recipes-bsp/vps-lld | |
parent | a73ab27c1f9674e71c96e18b548f358ddfc7d9d6 (diff) | |
download | meta-ti-7bbeb9e4f9a7e1b3a66074ea18e298d8c00fd3fc.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>
Diffstat (limited to 'recipes-bsp/vps-lld')
-rw-r--r-- | recipes-bsp/vps-lld/vps-lld-rtos_git.bb | 6 |
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" | |||
13 | VPS_LLD_GIT_BRANCH = "master" | 13 | VPS_LLD_GIT_BRANCH = "master" |
14 | VPS_LLD_GIT_DESTSUFFIX = "git/ti/drv/vps" | 14 | VPS_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 |
17 | VPS_LLD_SRCREV = "a62dab146b2c41259ce334b804e44f49767767da" | 17 | VPS_LLD_SRCREV = "58020ff07c993e6efe01d78531bc7459b9edeaf2" |
18 | 18 | ||
19 | BRANCH = "${VPS_LLD_GIT_BRANCH}" | 19 | BRANCH = "${VPS_LLD_GIT_BRANCH}" |
20 | SRC_URI = "${VPS_LLD_GIT_URI};destsuffix=${VPS_LLD_GIT_DESTSUFFIX};protocol=${VPS_LLD_GIT_PROTOCOL};branch=${BRANCH}" | 20 | SRC_URI = "${VPS_LLD_GIT_URI};destsuffix=${VPS_LLD_GIT_DESTSUFFIX};protocol=${VPS_LLD_GIT_PROTOCOL};branch=${BRANCH}" |
21 | 21 | ||
22 | SRCREV = "${VPS_LLD_SRCREV}" | 22 | SRCREV = "${VPS_LLD_SRCREV}" |
23 | PV = "01.00.01.11A" | 23 | PV = "01.00.01.13" |
24 | PR = "r0" | 24 | PR = "r0" |
25 | 25 | ||
26 | S = "${WORKDIR}/${VPS_LLD_GIT_DESTSUFFIX}" | 26 | S = "${WORKDIR}/${VPS_LLD_GIT_DESTSUFFIX}" |