summaryrefslogtreecommitdiffstats
path: root/recipes-bsp
diff options
context:
space:
mode:
authorJacob Stiffler <j-stiffler@ti.com>2019-11-15 21:14:24 +0000
committerDenys Dmytriyenko <denys@ti.com>2019-12-09 18:15:23 +0000
commitd4d5f8c590a1a0651196454d8b3fcdba9017df10 (patch)
tree604f6d14191793bc93d6e47896b6f1c12a5363d2 /recipes-bsp
parent1fbdf3f1d493bfc7ec91e49520bb73c4e26a9768 (diff)
downloadmeta-ti-d4d5f8c590a1a0651196454d8b3fcdba9017df10.tar.gz
board-rtos: migrate to ti-pdk-fetch.bbclass
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.bb16
1 files changed, 5 insertions, 11 deletions
diff --git a/recipes-bsp/board-rtos/board-rtos_git.bb b/recipes-bsp/board-rtos/board-rtos_git.bb
index be5f90c1..99530d19 100644
--- a/recipes-bsp/board-rtos/board-rtos_git.bb
+++ b/recipes-bsp/board-rtos/board-rtos_git.bb
@@ -1,6 +1,10 @@
1SUMMARY = "TI RTOS Board Library" 1SUMMARY = "TI RTOS Board Library"
2 2
3inherit ti-pdk 3inherit ti-pdk ti-pdk-fetch
4
5TI_PDK_COMP = "ti.board"
6
7PE = "1"
4 8
5LICENSE = "BSD-3-Clause" 9LICENSE = "BSD-3-Clause"
6LIC_FILES_CHKSUM = "file://board.h;beginline=1;endline=32;md5=9bed8e4ac2fb37fc627cefe49eb1c919" 10LIC_FILES_CHKSUM = "file://board.h;beginline=1;endline=32;md5=9bed8e4ac2fb37fc627cefe49eb1c919"
@@ -8,18 +12,8 @@ LIC_FILES_CHKSUM = "file://board.h;beginline=1;endline=32;md5=9bed8e4ac2fb37fc62
8COMPATIBLE_MACHINE = "ti33x|ti43x|omap-a15|keystone|omapl1|c66x|k3" 12COMPATIBLE_MACHINE = "ti33x|ti43x|omap-a15|keystone|omapl1|c66x|k3"
9PACKAGE_ARCH = "${MACHINE_ARCH}" 13PACKAGE_ARCH = "${MACHINE_ARCH}"
10 14
11BOARD_GIT_URI = "git://git.ti.com/keystone-rtos/board.git"
12BOARD_GIT_PROTOCOL = "git"
13BOARD_GIT_BRANCH = "master"
14
15# Below commit ID corresponds to "DEV.BOARD.01.00.10.06G"
16BOARD_SRCREV = "8f5b3079847937f97c7b27d76f8aac52fa1c11b5"
17 15
18BRANCH ="${BOARD_GIT_BRANCH}"
19SRC_URI = "${BOARD_GIT_URI};protocol=${BOARD_GIT_PROTOCOL};branch=${BRANCH}"
20 16
21SRCREV = "${BOARD_SRCREV}"
22PV = "01.00.10.06G"
23PR = "r0" 17PR = "r0"
24 18
25DEPENDS_append = " i2c-lld-rtos \ 19DEPENDS_append = " i2c-lld-rtos \