summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMahesh Radhakrishnan <m-radhakrishnan2@ti.com>2019-10-02 06:03:53 +0000
committerDenys Dmytriyenko <denys@ti.com>2019-10-03 18:17:08 +0000
commit3e923978e8e1769bfbadd006a652af128cbc0bd1 (patch)
tree21d604c2cf33b80c9e17c6b4995b5e3e52e7c306
parent02a4ec59c2627e090122429f9430251fba9f7efc (diff)
downloadmeta-ti-3e923978e8e1769bfbadd006a652af128cbc0bd1.tar.gz
mcasp-lld-rtos: SRCREV update to 01.01.00.15
Signed-off-by: Mahesh Radhakrishnan <m-radhakrishnan2@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
-rw-r--r--recipes-bsp/mcasp-lld/mcasp-lld-rtos_git.bb6
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 96ff7b54..9cdef700 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"
13MCASP_LLD_GIT_BRANCH = "master" 13MCASP_LLD_GIT_BRANCH = "master"
14MCASP_LLD_GIT_DESTSUFFIX = "git/ti/drv/mcasp" 14MCASP_LLD_GIT_DESTSUFFIX = "git/ti/drv/mcasp"
15 15
16# Below commit ID corresponds to "DEV.MCASP_LLD.01.01.00.14" 16# Below commit ID corresponds to "DEV.MCASP_LLD.01.01.00.15"
17MCASP_LLD_SRCREV = "e9d0f50e8f18052403708974cf7f1116534ca84f" 17MCASP_LLD_SRCREV = "427a910bdb2b2c192de64d8d892da2a7d569b46c"
18 18
19BRANCH = "${MCASP_LLD_GIT_BRANCH}" 19BRANCH = "${MCASP_LLD_GIT_BRANCH}"
20SRC_URI = "${MCASP_LLD_GIT_URI};destsuffix=${MCASP_LLD_GIT_DESTSUFFIX};protocol=${MCASP_LLD_GIT_PROTOCOL};branch=${BRANCH}" 20SRC_URI = "${MCASP_LLD_GIT_URI};destsuffix=${MCASP_LLD_GIT_DESTSUFFIX};protocol=${MCASP_LLD_GIT_PROTOCOL};branch=${BRANCH}"
21 21
22SRCREV = "${MCASP_LLD_SRCREV}" 22SRCREV = "${MCASP_LLD_SRCREV}"
23PV = "01.01.00.14" 23PV = "01.01.00.15"
24PR = "r0" 24PR = "r0"
25 25
26S = "${WORKDIR}/${MCASP_LLD_GIT_DESTSUFFIX}" 26S = "${WORKDIR}/${MCASP_LLD_GIT_DESTSUFFIX}"