diff options
author | Jacob Stiffler <j-stiffler@ti.com> | 2019-11-15 21:14:24 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2019-12-09 18:15:23 +0000 |
commit | d4d5f8c590a1a0651196454d8b3fcdba9017df10 (patch) | |
tree | 604f6d14191793bc93d6e47896b6f1c12a5363d2 /recipes-bsp/board-rtos | |
parent | 1fbdf3f1d493bfc7ec91e49520bb73c4e26a9768 (diff) | |
download | meta-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/board-rtos')
-rw-r--r-- | recipes-bsp/board-rtos/board-rtos_git.bb | 16 |
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 @@ | |||
1 | SUMMARY = "TI RTOS Board Library" | 1 | SUMMARY = "TI RTOS Board Library" |
2 | 2 | ||
3 | inherit ti-pdk | 3 | inherit ti-pdk ti-pdk-fetch |
4 | |||
5 | TI_PDK_COMP = "ti.board" | ||
6 | |||
7 | PE = "1" | ||
4 | 8 | ||
5 | LICENSE = "BSD-3-Clause" | 9 | LICENSE = "BSD-3-Clause" |
6 | LIC_FILES_CHKSUM = "file://board.h;beginline=1;endline=32;md5=9bed8e4ac2fb37fc627cefe49eb1c919" | 10 | LIC_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 | |||
8 | COMPATIBLE_MACHINE = "ti33x|ti43x|omap-a15|keystone|omapl1|c66x|k3" | 12 | COMPATIBLE_MACHINE = "ti33x|ti43x|omap-a15|keystone|omapl1|c66x|k3" |
9 | PACKAGE_ARCH = "${MACHINE_ARCH}" | 13 | PACKAGE_ARCH = "${MACHINE_ARCH}" |
10 | 14 | ||
11 | BOARD_GIT_URI = "git://git.ti.com/keystone-rtos/board.git" | ||
12 | BOARD_GIT_PROTOCOL = "git" | ||
13 | BOARD_GIT_BRANCH = "master" | ||
14 | |||
15 | # Below commit ID corresponds to "DEV.BOARD.01.00.10.06G" | ||
16 | BOARD_SRCREV = "8f5b3079847937f97c7b27d76f8aac52fa1c11b5" | ||
17 | 15 | ||
18 | BRANCH ="${BOARD_GIT_BRANCH}" | ||
19 | SRC_URI = "${BOARD_GIT_URI};protocol=${BOARD_GIT_PROTOCOL};branch=${BRANCH}" | ||
20 | 16 | ||
21 | SRCREV = "${BOARD_SRCREV}" | ||
22 | PV = "01.00.10.06G" | ||
23 | PR = "r0" | 17 | PR = "r0" |
24 | 18 | ||
25 | DEPENDS_append = " i2c-lld-rtos \ | 19 | DEPENDS_append = " i2c-lld-rtos \ |