summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMahesh Radhakrishnan <m-radhakrishnan2@ti.com>2019-10-09 02:14:12 +0000
committerDenys Dmytriyenko <denys@ti.com>2019-10-08 23:57:37 +0000
commitcf5b57e1553f33e3eabb44e3197aa701b504bf8e (patch)
tree81db3e7ca584a75ddeb3b2d9c10ec076ea26e95a
parent6be024e40cf604c3b7a8d54a4aba7f233bf0a7e0 (diff)
downloadmeta-ti-cf5b57e1553f33e3eabb44e3197aa701b504bf8e.tar.gz
mcasp-lld-rtos: SRCREV update to 01.01.00.15B
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 983a2994..cdd10279 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.15A" 16# Below commit ID corresponds to "DEV.MCASP_LLD.01.01.00.15B"
17MCASP_LLD_SRCREV = "d2d79afe8b4fa9503860d58d8e78137dd5801954" 17MCASP_LLD_SRCREV = "0322199e23fc90e4acdcd715076bae4e1afabbb7"
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.15A" 23PV = "01.01.00.15B"
24PR = "r0" 24PR = "r0"
25 25
26S = "${WORKDIR}/${MCASP_LLD_GIT_DESTSUFFIX}" 26S = "${WORKDIR}/${MCASP_LLD_GIT_DESTSUFFIX}"