diff options
author | Mahesh Radhakrishnan <m-radhakrishnan2@ti.com> | 2017-12-13 21:05:07 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2017-12-13 20:17:45 -0500 |
commit | f9237858593e73a61a4e606e6d3b3b4c615d2928 (patch) | |
tree | 9480d43598220bbfd046254f7dee28d2fd56f325 /recipes-bsp | |
parent | 6c9bb1b2ac9e0479a43f14fadb901b84cb094e03 (diff) | |
download | meta-ti-f9237858593e73a61a4e606e6d3b3b4c615d2928.tar.gz |
fatfs-rtos: Update to version 1.0.0.8
Signed-off-by: Mahesh Radhakrishnan <m-radhakrishnan2@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-bsp')
-rw-r--r-- | recipes-bsp/fatfs-rtos/fatfs-rtos_git.bb | 6 |
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 0b8a6dfa..2f3b6de7 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" | |||
12 | FATFS_GIT_PROTOCOL = "git" | 12 | FATFS_GIT_PROTOCOL = "git" |
13 | FATFS_GIT_BRANCH = "master" | 13 | FATFS_GIT_BRANCH = "master" |
14 | 14 | ||
15 | # Below commit ID corresponds to "DEV.FATFS_LLD.01.00.00.06A" | 15 | # Below commit ID corresponds to "DEV.FATFS_LLD.01.00.00.08" |
16 | FATFS_SRCREV = "7cb9e45da11cd3c60fe48c38c9dcdaa6e49a8276" | 16 | FATFS_SRCREV = "374ae86c9b1f3a4ffbbb09c739e6e5d6709afd09" |
17 | 17 | ||
18 | BRANCH ="${FATFS_GIT_BRANCH}" | 18 | BRANCH ="${FATFS_GIT_BRANCH}" |
19 | SRC_URI = "${FATFS_GIT_URI};protocol=${FATFS_GIT_PROTOCOL};branch=${BRANCH}" | 19 | SRC_URI = "${FATFS_GIT_URI};protocol=${FATFS_GIT_PROTOCOL};branch=${BRANCH}" |
20 | 20 | ||
21 | SRCREV = "${FATFS_SRCREV}" | 21 | SRCREV = "${FATFS_SRCREV}" |
22 | PV = "01.00.00.06A" | 22 | PV = "01.00.00.08" |
23 | PR = "r0" | 23 | PR = "r0" |
24 | 24 | ||
25 | DEPENDS_append = " mmcsd-lld-rtos \ | 25 | DEPENDS_append = " mmcsd-lld-rtos \ |