summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMahesh Radhakrishnan <m-radhakrishnan2@ti.com>2018-07-19 23:23:52 +0000
committerDenys Dmytriyenko <denys@ti.com>2018-07-23 16:57:00 +0000
commita27f9a1eb0a28d53c2c836652460addcafc79de1 (patch)
tree1a451d8f2ce74be7adf8a1894464bd52dfbe2b12
parenta4f7a57340471ac46c151eade4f2db0bd8617041 (diff)
downloadmeta-ti-a27f9a1eb0a28d53c2c836652460addcafc79de1.tar.gz
mcasp-lld-rtos: Update to version 1.1.0.10
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 7633610e..902b7a06 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.09" 16# Below commit ID corresponds to "DEV.MCASP_LLD.01.01.00.10"
17MCASP_LLD_SRCREV = "6459379818712cac10c439a46936bd6bfcd762d7" 17MCASP_LLD_SRCREV = "c44ce7ee06c6cfb698bd12d2fa1b58dca04c1375"
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.09" 23PV = "01.01.00.10"
24PR = "r0" 24PR = "r0"
25 25
26S = "${WORKDIR}/${MCASP_LLD_GIT_DESTSUFFIX}" 26S = "${WORKDIR}/${MCASP_LLD_GIT_DESTSUFFIX}"