summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMahesh Radhakrishnan <m-radhakrishnan2@ti.com>2019-10-02 06:03:49 +0000
committerDenys Dmytriyenko <denys@ti.com>2019-10-02 17:19:41 +0000
commitce990d30eb4c14a0786f01b28541a74c146cfb4a (patch)
treef09cb379b9498775c4cbcd5f34d971ee9b4b848d
parent7506c389b636a816d03a6083429e0ad2bb46e30c (diff)
downloadmeta-ti-ce990d30eb4c14a0786f01b28541a74c146cfb4a.tar.gz
fatfs-rtos: SRCREV update to 01.00.00.15
Signed-off-by: Mahesh Radhakrishnan <m-radhakrishnan2@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
-rw-r--r--recipes-bsp/fatfs-rtos/fatfs-rtos_git.bb6
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes-bsp/fatfs-rtos/fatfs-rtos_git.bb b/recipes-bsp/fatfs-rtos/fatfs-rtos_git.bb
index 260c4cee..a08e0466 100644
--- a/recipes-bsp/fatfs-rtos/fatfs-rtos_git.bb
+++ b/recipes-bsp/fatfs-rtos/fatfs-rtos_git.bb
@@ -12,14 +12,14 @@ FATFS_GIT_URI = "git://git.ti.com/keystone-rtos/fatfs.git"
12FATFS_GIT_PROTOCOL = "git" 12FATFS_GIT_PROTOCOL = "git"
13FATFS_GIT_BRANCH = "master" 13FATFS_GIT_BRANCH = "master"
14 14
15# Below commit ID corresponds to "DEV.FATFS_LLD.01.00.00.14" 15# Below commit ID corresponds to "DEV.FATFS_LLD.01.00.00.15"
16FATFS_SRCREV = "7d9a80513f061234a552b87a77ebf76500db1934" 16FATFS_SRCREV = "d30f2c1492b2226a7ce31e43a72df29df5db9986"
17 17
18BRANCH = "${FATFS_GIT_BRANCH}" 18BRANCH = "${FATFS_GIT_BRANCH}"
19SRC_URI = "${FATFS_GIT_URI};protocol=${FATFS_GIT_PROTOCOL};branch=${BRANCH}" 19SRC_URI = "${FATFS_GIT_URI};protocol=${FATFS_GIT_PROTOCOL};branch=${BRANCH}"
20 20
21SRCREV = "${FATFS_SRCREV}" 21SRCREV = "${FATFS_SRCREV}"
22PV = "01.00.00.14" 22PV = "01.00.00.15"
23PR = "r0" 23PR = "r0"
24 24
25DEPENDS_append = " mmcsd-lld-rtos \ 25DEPENDS_append = " mmcsd-lld-rtos \