diff options
author | Mahesh Radhakrishnan <m-radhakrishnan2@ti.com> | 2019-06-28 20:24:29 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2019-06-29 02:50:53 +0000 |
commit | 9b912c0a2bd8497b4d837f70e2681f403eaa94db (patch) | |
tree | 9908f5584d6002d916c706156ea243ed6d076b47 /recipes-bsp/board-rtos | |
parent | 2b3fc40594bbf49671f9b882160110387ca83baa (diff) | |
download | meta-ti-9b912c0a2bd8497b4d837f70e2681f403eaa94db.tar.gz |
board-rtos: SRCREV update to 01.00.10.05B
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 c262e8c3..3c73bbdd 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.05A" | 15 | # Below commit ID corresponds to "DEV.BOARD.01.00.10.05B" |
16 | BOARD_SRCREV = "18aab990fcc1947cb8e67a7a5d375d3084a6cbed" | 16 | BOARD_SRCREV = "f9c6cef93ea619ac86f5b7579741a2ed978fea7f" |
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.05A" | 22 | PV = "01.00.10.05B" |
23 | PR = "r0" | 23 | PR = "r0" |
24 | 24 | ||
25 | DEPENDS_append = " i2c-lld-rtos \ | 25 | DEPENDS_append = " i2c-lld-rtos \ |