From ce990d30eb4c14a0786f01b28541a74c146cfb4a Mon Sep 17 00:00:00 2001 From: Mahesh Radhakrishnan Date: Wed, 2 Oct 2019 06:03:49 +0000 Subject: [PATCH] fatfs-rtos: SRCREV update to 01.00.00.15 Signed-off-by: Mahesh Radhakrishnan 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 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" FATFS_GIT_PROTOCOL = "git" FATFS_GIT_BRANCH = "master" -# Below commit ID corresponds to "DEV.FATFS_LLD.01.00.00.14" -FATFS_SRCREV = "7d9a80513f061234a552b87a77ebf76500db1934" +# Below commit ID corresponds to "DEV.FATFS_LLD.01.00.00.15" +FATFS_SRCREV = "d30f2c1492b2226a7ce31e43a72df29df5db9986" BRANCH = "${FATFS_GIT_BRANCH}" SRC_URI = "${FATFS_GIT_URI};protocol=${FATFS_GIT_PROTOCOL};branch=${BRANCH}" SRCREV = "${FATFS_SRCREV}" -PV = "01.00.00.14" +PV = "01.00.00.15" PR = "r0" DEPENDS_append = " mmcsd-lld-rtos \