summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMahesh Radhakrishnan <m-radhakrishnan2@ti.com>2019-10-09 02:14:13 +0000
committerDenys Dmytriyenko <denys@ti.com>2019-10-08 23:57:37 +0000
commitedb9e2291ebeb7e3eb7cc7b2c58ac5112e66fdda (patch)
tree4933a0af38e95f595f09b95f97626e79b1dbade1
parentcf5b57e1553f33e3eabb44e3197aa701b504bf8e (diff)
downloadmeta-ti-edb9e2291ebeb7e3eb7cc7b2c58ac5112e66fdda.tar.gz
mmcsd-lld-rtos: SRCREV update to 01.00.00.17D
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
-rw-r--r--recipes-bsp/mmcsd-lld/mmcsd-lld-rtos_git.bb6
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes-bsp/mmcsd-lld/mmcsd-lld-rtos_git.bb b/recipes-bsp/mmcsd-lld/mmcsd-lld-rtos_git.bb
index 30aa429a..e94d8c83 100644
--- a/recipes-bsp/mmcsd-lld/mmcsd-lld-rtos_git.bb
+++ b/recipes-bsp/mmcsd-lld/mmcsd-lld-rtos_git.bb
@@ -13,14 +13,14 @@ MMCSD_LLD_GIT_PROTOCOL = "git"
13MMCSD_LLD_GIT_BRANCH = "master" 13MMCSD_LLD_GIT_BRANCH = "master"
14MMCSD_LLD_GIT_DESTSUFFIX = "git/ti/drv/mmcsd" 14MMCSD_LLD_GIT_DESTSUFFIX = "git/ti/drv/mmcsd"
15 15
16# Below commit ID corresponds to "DEV.MMCSD_LLD.01.00.00.17C" 16# Below commit ID corresponds to "DEV.MMCSD_LLD.01.00.00.17D"
17MMCSD_LLD_SRCREV = "0b1dd11ffb9868b13d3083e5abe7adeadea35bd7" 17MMCSD_LLD_SRCREV = "d723e336b917989b08bef590c3e125010c0d3461"
18 18
19BRANCH = "${MMCSD_LLD_GIT_BRANCH}" 19BRANCH = "${MMCSD_LLD_GIT_BRANCH}"
20SRC_URI = "${MMCSD_LLD_GIT_URI};destsuffix=${MMCSD_LLD_GIT_DESTSUFFIX};protocol=${MMCSD_LLD_GIT_PROTOCOL};branch=${BRANCH}" 20SRC_URI = "${MMCSD_LLD_GIT_URI};destsuffix=${MMCSD_LLD_GIT_DESTSUFFIX};protocol=${MMCSD_LLD_GIT_PROTOCOL};branch=${BRANCH}"
21 21
22SRCREV = "${MMCSD_LLD_SRCREV}" 22SRCREV = "${MMCSD_LLD_SRCREV}"
23PV = "01.00.00.17C" 23PV = "01.00.00.17D"
24PR = "r0" 24PR = "r0"
25 25
26S = "${WORKDIR}/${MMCSD_LLD_GIT_DESTSUFFIX}" 26S = "${WORKDIR}/${MMCSD_LLD_GIT_DESTSUFFIX}"