summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 6f02f0cf..2628ad0b 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.11" 15# Below commit ID corresponds to "DEV.FATFS_LLD.01.00.00.12A"
16FATFS_SRCREV = "8b1bd374ebcb898d209305727106d4bf3f313ab2" 16FATFS_SRCREV = "0eef7635311646b74b84375e50c7e2dfdb33ed5e"
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.11" 22PV = "01.00.00.12A"
23PR = "r0" 23PR = "r0"
24 24
25DEPENDS_append = " mmcsd-lld-rtos" 25DEPENDS_append = " mmcsd-lld-rtos"