diff options
author | Mahesh Radhakrishnan <m-radhakrishnan2@ti.com> | 2019-10-02 06:03:45 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2019-10-02 23:55:53 +0000 |
commit | ed935069c8378830818584fa7765c179561cacb9 (patch) | |
tree | 0887e1e7c4d29412eafc4fe76efd742d282bdcf1 /recipes-bsp | |
parent | 55a4c021e5838644a755d64897c4db24d6fc08af (diff) | |
download | meta-ti-ed935069c8378830818584fa7765c179561cacb9.tar.gz |
board-rtos: SRCREV update to 01.00.10.06C
Signed-off-by: Mahesh Radhakrishnan <m-radhakrishnan2@ti.com>
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 ee72c8f6..14b6deb1 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.05D" | 15 | # Below commit ID corresponds to "DEV.BOARD.01.00.10.06C" |
16 | BOARD_SRCREV = "fd707da2811df612ae91a3ee33d9ef3864723d61" | 16 | BOARD_SRCREV = "047b16dfe9880b466a74c1c4c2abe67c28ace994" |
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.05D" | 22 | PV = "01.00.10.06C" |
23 | PR = "r0" | 23 | PR = "r0" |
24 | 24 | ||
25 | DEPENDS_append = " i2c-lld-rtos \ | 25 | DEPENDS_append = " i2c-lld-rtos \ |