diff options
author | Mahesh Radhakrishnan <m-radhakrishnan2@ti.com> | 2019-07-02 02:34:04 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2019-07-02 18:53:00 +0000 |
commit | bd9ae4d9bc876b3d82b0e341cfbadcdcdb335e81 (patch) | |
tree | c645034ff8092cc285742e21e9b8df89508e33d6 /recipes-bsp/board-rtos | |
parent | a3d55bcb93c3b87ac77ebed81867a35e89f5eaa3 (diff) | |
download | meta-ti-bd9ae4d9bc876b3d82b0e341cfbadcdcdb335e81.tar.gz |
board-rtos: SRCREV update to 01.00.10.05D
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 c84ab914..657f7d90 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.05C" | 15 | # Below commit ID corresponds to "DEV.BOARD.01.00.10.05D" |
16 | BOARD_SRCREV = "49f962f57cbfdc365bac6109ec7824c53461c227" | 16 | BOARD_SRCREV = "fd707da2811df612ae91a3ee33d9ef3864723d61" |
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.05C" | 22 | PV = "01.00.10.05D" |
23 | PR = "r0" | 23 | PR = "r0" |
24 | 24 | ||
25 | DEPENDS_append = " i2c-lld-rtos \ | 25 | DEPENDS_append = " i2c-lld-rtos \ |