summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/fatfs-rtos/fatfs-rtos_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-bsp/fatfs-rtos/fatfs-rtos_git.bb')
-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 beed9d7f..55f67bfe 100644
--- a/recipes-bsp/fatfs-rtos/fatfs-rtos_git.bb
+++ b/recipes-bsp/fatfs-rtos/fatfs-rtos_git.bb
@@ -15,15 +15,15 @@ FATFS_GIT_BRANCH = "master"
15# Below commit ID corresponds to "DEV.FATFS_LLD.01.00.00.09" 15# Below commit ID corresponds to "DEV.FATFS_LLD.01.00.00.09"
16FATFS_SRCREV = "a5652991a9dd9a9b9b9c5c2cf35d1417f8272b00" 16FATFS_SRCREV = "a5652991a9dd9a9b9b9c5c2cf35d1417f8272b00"
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.09" 22PV = "01.00.00.09"
23PR = "r0" 23PR = "r0"
24 24
25DEPENDS_append = " mmcsd-lld-rtos \ 25DEPENDS_append = " mmcsd-lld-rtos"
26" 26
27# Build with make instead of XDC 27# Build with make instead of XDC
28TI_PDK_XDCMAKE = "0" 28TI_PDK_XDCMAKE = "0"
29 29