summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMahesh Radhakrishnan <m-radhakrishnan2@ti.com>2017-12-14 21:44:32 +0000
committerDenys Dmytriyenko <denys@ti.com>2017-12-14 15:05:06 -0500
commita3289d542c1bcee27598d5ab354dbb555ed94d81 (patch)
tree5f5887a63b4322f2d1bc69866db4cf624489cd71
parent3d68560f745939aa664af752de0834f42a93b38c (diff)
downloadmeta-ti-a3289d542c1bcee27598d5ab354dbb555ed94d81.tar.gz
board-rtos:Updating to version 1.0.9.0A
Signed-off-by: Mahesh Radhakrishnan <m-radhakrishnan2@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
-rw-r--r--recipes-bsp/board-rtos/board-rtos_git.bb8
1 files changed, 4 insertions, 4 deletions
diff --git a/recipes-bsp/board-rtos/board-rtos_git.bb b/recipes-bsp/board-rtos/board-rtos_git.bb
index 37b2a647..e844e797 100644
--- a/recipes-bsp/board-rtos/board-rtos_git.bb
+++ b/recipes-bsp/board-rtos/board-rtos_git.bb
@@ -5,21 +5,21 @@ inherit ti-pdk
5LICENSE = "BSD-3-Clause" 5LICENSE = "BSD-3-Clause"
6LIC_FILES_CHKSUM = "file://board.h;beginline=1;endline=32;md5=0e3182ba6a963da159c37eafa9752ade" 6LIC_FILES_CHKSUM = "file://board.h;beginline=1;endline=32;md5=0e3182ba6a963da159c37eafa9752ade"
7 7
8COMPATIBLE_MACHINE = "ti33x|ti43x|omap-a15|keystone|omapl1" 8COMPATIBLE_MACHINE = "ti33x|ti43x|omap-a15|keystone|omapl1|c66x"
9PACKAGE_ARCH = "${MACHINE_ARCH}" 9PACKAGE_ARCH = "${MACHINE_ARCH}"
10 10
11BOARD_GIT_URI = "git://git.ti.com/keystone-rtos/board.git" 11BOARD_GIT_URI = "git://git.ti.com/keystone-rtos/board.git"
12BOARD_GIT_PROTOCOL = "git" 12BOARD_GIT_PROTOCOL = "git"
13BOARD_GIT_BRANCH = "master" 13BOARD_GIT_BRANCH = "master"
14 14
15# Below commit ID corresponds to "DEV.BOARD.01.00.08.00A" 15# Below commit ID corresponds to "DEV.BOARD.01.00.09.00A"
16BOARD_SRCREV = "16b4ec027e2b0a3b91105a948d2c2d6db997bee0" 16BOARD_SRCREV = "387d77aff6e36af54c239a315cb2d477f1466f4d"
17 17
18BRANCH ="${BOARD_GIT_BRANCH}" 18BRANCH ="${BOARD_GIT_BRANCH}"
19SRC_URI = "${BOARD_GIT_URI};protocol=${BOARD_GIT_PROTOCOL};branch=${BRANCH}" 19SRC_URI = "${BOARD_GIT_URI};protocol=${BOARD_GIT_PROTOCOL};branch=${BRANCH}"
20 20
21SRCREV = "${BOARD_SRCREV}" 21SRCREV = "${BOARD_SRCREV}"
22PV = "01.00.08.00A" 22PV = "01.00.09.00A"
23PR = "r0" 23PR = "r0"
24 24
25DEPENDS_append = " i2c-lld-rtos \ 25DEPENDS_append = " i2c-lld-rtos \