diff options
author | Mahesh Radhakrishnan <m-radhakrishnan2@ti.com> | 2018-12-19 04:26:30 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2018-12-20 00:15:08 +0000 |
commit | 96581c61742200543d340a3bf2d41b673387d642 (patch) | |
tree | 85508441554f0a01d7e8cdb8abdbfccffc606f7b /recipes-bsp/board-rtos | |
parent | 48e6f8c8e0c7de187bd29519248d5720692265a7 (diff) | |
download | meta-ti-96581c61742200543d340a3bf2d41b673387d642.tar.gz |
board-rtos: SRCREV update to 01.00.10.03A
Signed-off-by: Mahesh Radhakrishnan <m-radhakrishnan2@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-bsp/board-rtos')
-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 b7566018..d6b5ddcc 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.03" | 15 | # Below commit ID corresponds to "DEV.BOARD.01.00.10.03A" |
16 | BOARD_SRCREV = "d03c6e5a27c30469653df6dd89099ff76d969f1f" | 16 | BOARD_SRCREV = "ad6c58a9026e8ae91d438d07883fc07a7e80186d" |
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.03" | 22 | PV = "01.00.10.03A" |
23 | PR = "r0" | 23 | PR = "r0" |
24 | 24 | ||
25 | DEPENDS_append = " i2c-lld-rtos \ | 25 | DEPENDS_append = " i2c-lld-rtos \ |