diff options
author | Mahesh Radhakrishnan <m-radhakrishnan2@ti.com> | 2019-10-11 23:26:47 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2019-10-11 21:27:10 +0000 |
commit | e446baacbfca23bb348d5d262b9deb9782812c54 (patch) | |
tree | fb2fb37eeeb980fea87a50b974f60b1bb0137ea9 /recipes-bsp | |
parent | d45598c7bf567faa58ebe389790ca0e773180c49 (diff) | |
download | meta-ti-e446baacbfca23bb348d5d262b9deb9782812c54.tar.gz |
board-rtos:SRCREV update to 01.00.10.06F
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-bsp')
-rw-r--r-- | recipes-bsp/board-rtos/board-rtos_git.bb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes-bsp/board-rtos/board-rtos_git.bb b/recipes-bsp/board-rtos/board-rtos_git.bb index 2838fd32..34214f55 100644 --- a/recipes-bsp/board-rtos/board-rtos_git.bb +++ b/recipes-bsp/board-rtos/board-rtos_git.bb | |||
@@ -12,14 +12,14 @@ BOARD_GIT_URI = "git://git.ti.com/keystone-rtos/board.git" | |||
12 | BOARD_GIT_PROTOCOL = "git" | 12 | BOARD_GIT_PROTOCOL = "git" |
13 | BOARD_GIT_BRANCH = "master" | 13 | BOARD_GIT_BRANCH = "master" |
14 | 14 | ||
15 | # Below commit ID corresponds to "DEV.BOARD.01.00.10.06E" | 15 | # Below commit ID corresponds to "DEV.BOARD.01.00.10.06F" |
16 | BOARD_SRCREV = "1a69b75e5eaa44607e9d957c20e83bb263c40ccc" | 16 | BOARD_SRCREV = "9e470fec0d22aa1259892079c6321ae4ea8eeb1f" |
17 | 17 | ||
18 | BRANCH ="${BOARD_GIT_BRANCH}" | 18 | BRANCH ="${BOARD_GIT_BRANCH}" |
19 | SRC_URI = "${BOARD_GIT_URI};protocol=${BOARD_GIT_PROTOCOL};branch=${BRANCH}" | 19 | SRC_URI = "${BOARD_GIT_URI};protocol=${BOARD_GIT_PROTOCOL};branch=${BRANCH}" |
20 | 20 | ||
21 | SRCREV = "${BOARD_SRCREV}" | 21 | SRCREV = "${BOARD_SRCREV}" |
22 | PV = "01.00.10.06E" | 22 | PV = "01.00.10.06F" |
23 | PR = "r0" | 23 | PR = "r0" |
24 | 24 | ||
25 | DEPENDS_append = " i2c-lld-rtos \ | 25 | DEPENDS_append = " i2c-lld-rtos \ |