summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMahesh Radhakrishnan <m-radhakrishnan2@ti.com>2018-04-13 23:02:00 +0000
committerDenys Dmytriyenko <denys@ti.com>2018-04-16 21:43:42 -0400
commitd66b98f511d49c2b943d3a6214027766ecbf393b (patch)
tree2b73887d3ddbdab0b29799b2864dce92566a9ce9
parent1e95c6c2369135acfa9d96faa074aa32aa5ba9ad (diff)
downloadmeta-ti-d66b98f511d49c2b943d3a6214027766ecbf393b.tar.gz
fatfs-rtos: Updating to version 01.00.00.09
Signed-off-by: Mahesh Radhakrishnan <m-radhakrishnan2@ti.com> Signed-off-by: Jacob Stiffler <j-stiffler@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 2f3b6de7..beed9d7f 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.08" 15# Below commit ID corresponds to "DEV.FATFS_LLD.01.00.00.09"
16FATFS_SRCREV = "374ae86c9b1f3a4ffbbb09c739e6e5d6709afd09" 16FATFS_SRCREV = "a5652991a9dd9a9b9b9c5c2cf35d1417f8272b00"
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.08" 22PV = "01.00.00.09"
23PR = "r0" 23PR = "r0"
24 24
25DEPENDS_append = " mmcsd-lld-rtos \ 25DEPENDS_append = " mmcsd-lld-rtos \