diff options
author | Mahesh Radhakrishnan <m-radhakrishnan2@ti.com> | 2019-03-27 07:11:36 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2019-03-27 20:55:00 +0000 |
commit | 56118cdee0770942febed7fdf4dc5ad37aeaa01a (patch) | |
tree | 7d61e3448983bbd1f6ff7b84ed94ebc858efe254 /recipes-bsp/board-rtos | |
parent | 062f11744b20a77710a0fbf2b40026889024f090 (diff) | |
download | meta-ti-56118cdee0770942febed7fdf4dc5ad37aeaa01a.tar.gz |
board-rtos: SRCREV bump to versin 01.00.10.04B
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 75d8cc37..288d0499 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.04" | 15 | # Below commit ID corresponds to "DEV.BOARD.01.00.10.04B" |
16 | BOARD_SRCREV = "ebad99b91a1b6bee0eac29a3bfd9e81b1d05dfdc" | 16 | BOARD_SRCREV = "f630b9dade989a6c08ebd114f5c938cd668b6d86" |
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.04" | 22 | PV = "01.00.10.04B" |
23 | PR = "r0" | 23 | PR = "r0" |
24 | 24 | ||
25 | DEPENDS_append = " i2c-lld-rtos \ | 25 | DEPENDS_append = " i2c-lld-rtos \ |