summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMahesh Radhakrishnan <m-radhakrishnan2@ti.com>2019-03-21 19:15:48 +0000
committerDenys Dmytriyenko <denys@ti.com>2019-03-21 20:45:18 +0000
commit4e7fde1d5d95415994541fec88b311be1e12c72f (patch)
treeae928610ba2dcd351c95b5bb7ce0d9fdc54d0061
parentd26b6d7c751c2e77a2e26e4d8157dddb2aaf1b9e (diff)
downloadmeta-ti-4e7fde1d5d95415994541fec88b311be1e12c72f.tar.gz
fatfs-rtos: SRCREV update to 01.00.00.13, added osal-rtos dependency
Signed-off-by: Mahesh Radhakrishnan <m-radhakrishnan2@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
-rw-r--r--recipes-bsp/fatfs-rtos/fatfs-rtos_git.bb10
1 files changed, 6 insertions, 4 deletions
diff --git a/recipes-bsp/fatfs-rtos/fatfs-rtos_git.bb b/recipes-bsp/fatfs-rtos/fatfs-rtos_git.bb
index 2628ad0b..353d9a15 100644
--- a/recipes-bsp/fatfs-rtos/fatfs-rtos_git.bb
+++ b/recipes-bsp/fatfs-rtos/fatfs-rtos_git.bb
@@ -12,17 +12,19 @@ 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.12A" 15# Below commit ID corresponds to "DEV.FATFS_LLD.01.00.00.13"
16FATFS_SRCREV = "0eef7635311646b74b84375e50c7e2dfdb33ed5e" 16FATFS_SRCREV = "33735fe2575b433bbe6495839f3a69ccef66ce2f"
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.12A" 22PV = "01.00.00.13"
23PR = "r0" 23PR = "r0"
24 24
25DEPENDS_append = " mmcsd-lld-rtos" 25DEPENDS_append = " mmcsd-lld-rtos \
26 osal-rtos \
27"
26 28
27# Build with make instead of XDC 29# Build with make instead of XDC
28TI_PDK_XDCMAKE = "0" 30TI_PDK_XDCMAKE = "0"