diff options
author | Mahesh Radhakrishnan <m-radhakrishnan2@ti.com> | 2019-10-06 22:52:44 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2019-10-07 17:42:30 +0000 |
commit | 55ba4afdf8ba23c016fc484625974fa8f7bce8cf (patch) | |
tree | de897aacae9a184123d786c29344aa9b69c22656 /recipes-bsp/mcasp-lld | |
parent | f0ae9ca0b50cb120044f83da0646529b6e450ba8 (diff) | |
download | meta-ti-55ba4afdf8ba23c016fc484625974fa8f7bce8cf.tar.gz |
mcasp-lld-rtos: SRCREV update to 01.01.00.15A
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-bsp/mcasp-lld')
-rw-r--r-- | recipes-bsp/mcasp-lld/mcasp-lld-rtos_git.bb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes-bsp/mcasp-lld/mcasp-lld-rtos_git.bb b/recipes-bsp/mcasp-lld/mcasp-lld-rtos_git.bb index 9cdef700..983a2994 100644 --- a/recipes-bsp/mcasp-lld/mcasp-lld-rtos_git.bb +++ b/recipes-bsp/mcasp-lld/mcasp-lld-rtos_git.bb | |||
@@ -13,14 +13,14 @@ MCASP_LLD_GIT_PROTOCOL = "git" | |||
13 | MCASP_LLD_GIT_BRANCH = "master" | 13 | MCASP_LLD_GIT_BRANCH = "master" |
14 | MCASP_LLD_GIT_DESTSUFFIX = "git/ti/drv/mcasp" | 14 | MCASP_LLD_GIT_DESTSUFFIX = "git/ti/drv/mcasp" |
15 | 15 | ||
16 | # Below commit ID corresponds to "DEV.MCASP_LLD.01.01.00.15" | 16 | # Below commit ID corresponds to "DEV.MCASP_LLD.01.01.00.15A" |
17 | MCASP_LLD_SRCREV = "427a910bdb2b2c192de64d8d892da2a7d569b46c" | 17 | MCASP_LLD_SRCREV = "d2d79afe8b4fa9503860d58d8e78137dd5801954" |
18 | 18 | ||
19 | BRANCH = "${MCASP_LLD_GIT_BRANCH}" | 19 | BRANCH = "${MCASP_LLD_GIT_BRANCH}" |
20 | SRC_URI = "${MCASP_LLD_GIT_URI};destsuffix=${MCASP_LLD_GIT_DESTSUFFIX};protocol=${MCASP_LLD_GIT_PROTOCOL};branch=${BRANCH}" | 20 | SRC_URI = "${MCASP_LLD_GIT_URI};destsuffix=${MCASP_LLD_GIT_DESTSUFFIX};protocol=${MCASP_LLD_GIT_PROTOCOL};branch=${BRANCH}" |
21 | 21 | ||
22 | SRCREV = "${MCASP_LLD_SRCREV}" | 22 | SRCREV = "${MCASP_LLD_SRCREV}" |
23 | PV = "01.01.00.15" | 23 | PV = "01.01.00.15A" |
24 | PR = "r0" | 24 | PR = "r0" |
25 | 25 | ||
26 | S = "${WORKDIR}/${MCASP_LLD_GIT_DESTSUFFIX}" | 26 | S = "${WORKDIR}/${MCASP_LLD_GIT_DESTSUFFIX}" |