From d66b98f511d49c2b943d3a6214027766ecbf393b Mon Sep 17 00:00:00 2001 From: Mahesh Radhakrishnan Date: Fri, 13 Apr 2018 23:02:00 +0000 Subject: [PATCH] fatfs-rtos: Updating to version 01.00.00.09 Signed-off-by: Mahesh Radhakrishnan Signed-off-by: Jacob Stiffler Signed-off-by: Denys Dmytriyenko --- recipes-bsp/fatfs-rtos/fatfs-rtos_git.bb | 6 +++--- 1 file 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" FATFS_GIT_PROTOCOL = "git" FATFS_GIT_BRANCH = "master" -# Below commit ID corresponds to "DEV.FATFS_LLD.01.00.00.08" -FATFS_SRCREV = "374ae86c9b1f3a4ffbbb09c739e6e5d6709afd09" +# Below commit ID corresponds to "DEV.FATFS_LLD.01.00.00.09" +FATFS_SRCREV = "a5652991a9dd9a9b9b9c5c2cf35d1417f8272b00" BRANCH ="${FATFS_GIT_BRANCH}" SRC_URI = "${FATFS_GIT_URI};protocol=${FATFS_GIT_PROTOCOL};branch=${BRANCH}" SRCREV = "${FATFS_SRCREV}" -PV = "01.00.00.08" +PV = "01.00.00.09" PR = "r0" DEPENDS_append = " mmcsd-lld-rtos \