summaryrefslogtreecommitdiffstats
path: root/recipes-bsp
diff options
context:
space:
mode:
authorJacob Stiffler <j-stiffler@ti.com>2018-08-27 20:22:12 +0000
committerDenys Dmytriyenko <denys@ti.com>2018-08-27 20:58:12 +0000
commit9a37c1bbcd9ad3cc6a6a3b1806151e9b64dac1d6 (patch)
tree401277f2535e649d71043be59736824efc9c4508 /recipes-bsp
parentb2e089fb78d0ac0df45701a6fc657f8a3d6fe032 (diff)
downloadmeta-ti-9a37c1bbcd9ad3cc6a6a3b1806151e9b64dac1d6.tar.gz
board-rtos: bump SRCREV for am57xx-evm build fix
* License checksum changed due to updated year (2018) in license text. Signed-off-by: Jacob Stiffler <j-stiffler@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.bb6
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 cd9d173c..df3e9619 100644
--- a/recipes-bsp/board-rtos/board-rtos_git.bb
+++ b/recipes-bsp/board-rtos/board-rtos_git.bb
@@ -3,7 +3,7 @@ SUMMARY = "TI RTOS Board Library"
3inherit ti-pdk 3inherit ti-pdk
4 4
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=9bed8e4ac2fb37fc627cefe49eb1c919"
7 7
8COMPATIBLE_MACHINE = "ti33x|ti43x|omap-a15|keystone|omapl1|c66x" 8COMPATIBLE_MACHINE = "ti33x|ti43x|omap-a15|keystone|omapl1|c66x"
9PACKAGE_ARCH = "${MACHINE_ARCH}" 9PACKAGE_ARCH = "${MACHINE_ARCH}"
@@ -13,14 +13,14 @@ BOARD_GIT_PROTOCOL = "git"
13BOARD_GIT_BRANCH = "master" 13BOARD_GIT_BRANCH = "master"
14 14
15# Below commit ID corresponds to "DEV.BOARD.01.00.10.01" 15# Below commit ID corresponds to "DEV.BOARD.01.00.10.01"
16BOARD_SRCREV = "47946e3f744054c5e5eecdce136b03191bd4f461" 16BOARD_SRCREV = "983d89de8143645571e7893e95632a8be0fab67e"
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.10.01" 22PV = "01.00.10.01"
23PR = "r0" 23PR = "r1"
24 24
25DEPENDS_append = " i2c-lld-rtos \ 25DEPENDS_append = " i2c-lld-rtos \
26 spi-lld-rtos \ 26 spi-lld-rtos \