diff options
author | Denys Dmytriyenko <denys@ti.com> | 2018-04-21 01:29:32 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2018-04-24 16:00:40 -0400 |
commit | ec040812cc97b0014e04937ed282d397d6ab1095 (patch) | |
tree | 2c7592f76dc2db64c5519afbb522666d1ef26762 /recipes-bsp/fatfs-rtos/fatfs-rtos_git.bb | |
parent | 38575009a39bf35a2439d82a91bc7aa4b56947f8 (diff) | |
download | meta-ti-ec040812cc97b0014e04937ed282d397d6ab1095.tar.gz |
recipes-bsp: whitespace cleanup
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-bsp/fatfs-rtos/fatfs-rtos_git.bb')
-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 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" |
16 | FATFS_SRCREV = "a5652991a9dd9a9b9b9c5c2cf35d1417f8272b00" | 16 | FATFS_SRCREV = "a5652991a9dd9a9b9b9c5c2cf35d1417f8272b00" |
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.09" | 22 | PV = "01.00.00.09" |
23 | PR = "r0" | 23 | PR = "r0" |
24 | 24 | ||
25 | DEPENDS_append = " mmcsd-lld-rtos \ | 25 | DEPENDS_append = " mmcsd-lld-rtos" |
26 | " | 26 | |
27 | # Build with make instead of XDC | 27 | # Build with make instead of XDC |
28 | TI_PDK_XDCMAKE = "0" | 28 | TI_PDK_XDCMAKE = "0" |
29 | 29 | ||