diff options
author | Jacob Stiffler <j-stiffler@ti.com> | 2019-11-15 21:14:55 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2019-12-09 18:15:23 +0000 |
commit | cc037ecfec330a7e61b8ac2882ef0905d47885cf (patch) | |
tree | d501fc4fcb23bb4eab60e42fa58a4995849c09a6 /recipes-bsp | |
parent | 0a4cd3153325a775dba5950f4a4d44df960d7bec (diff) | |
download | meta-ti-cc037ecfec330a7e61b8ac2882ef0905d47885cf.tar.gz |
uart-lld: 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/uart-lld/uart-lld-rtos_git.bb | 18 |
1 files changed, 5 insertions, 13 deletions
diff --git a/recipes-bsp/uart-lld/uart-lld-rtos_git.bb b/recipes-bsp/uart-lld/uart-lld-rtos_git.bb index f279a670..f293fdda 100644 --- a/recipes-bsp/uart-lld/uart-lld-rtos_git.bb +++ b/recipes-bsp/uart-lld/uart-lld-rtos_git.bb | |||
@@ -1,7 +1,11 @@ | |||
1 | SUMMARY = "TI RTOS low level driver for UART" | 1 | SUMMARY = "TI RTOS low level driver for UART" |
2 | DESCRIPTION = "TI RTOS low level driver for Universal Asynchronous Receiver/Transmitter (UART) module " | 2 | DESCRIPTION = "TI RTOS low level driver for Universal Asynchronous Receiver/Transmitter (UART) module " |
3 | 3 | ||
4 | inherit ti-pdk | 4 | inherit ti-pdk ti-pdk-fetch |
5 | |||
6 | TI_PDK_COMP = "ti.drv.uart" | ||
7 | |||
8 | PE = "1" | ||
5 | 9 | ||
6 | LICENSE = "BSD-3-Clause" | 10 | LICENSE = "BSD-3-Clause" |
7 | LIC_FILES_CHKSUM = "file://COPYING.txt;beginline=1;endline=31;md5=94b6a199da1caf777f6756cb70aca4a7" | 11 | LIC_FILES_CHKSUM = "file://COPYING.txt;beginline=1;endline=31;md5=94b6a199da1caf777f6756cb70aca4a7" |
@@ -9,18 +13,6 @@ LIC_FILES_CHKSUM = "file://COPYING.txt;beginline=1;endline=31;md5=94b6a199da1caf | |||
9 | COMPATIBLE_MACHINE = "ti33x|ti43x|omap-a15|keystone|omapl1|c66x|k3" | 13 | COMPATIBLE_MACHINE = "ti33x|ti43x|omap-a15|keystone|omapl1|c66x|k3" |
10 | PACKAGE_ARCH = "${MACHINE_ARCH}" | 14 | PACKAGE_ARCH = "${MACHINE_ARCH}" |
11 | 15 | ||
12 | UART_LLD_GIT_URI = "git://git.ti.com/keystone-rtos/uart-lld.git" | ||
13 | UART_LLD_GIT_PROTOCOL = "git" | ||
14 | UART_LLD_GIT_BRANCH = "master" | ||
15 | |||
16 | # Below commit ID corresponds to "DEV.UART_LLD.01.00.00.16B" | ||
17 | UART_LLD_SRCREV = "227feb6e1da72bf0a785d95b7aaffd3216885f95" | ||
18 | |||
19 | BRANCH = "${UART_LLD_GIT_BRANCH}" | ||
20 | SRC_URI = "${UART_LLD_GIT_URI};protocol=${UART_LLD_GIT_PROTOCOL};branch=${BRANCH}" | ||
21 | |||
22 | SRCREV = "${UART_LLD_SRCREV}" | ||
23 | PV = "01.00.00.16B" | ||
24 | PR = "r0" | 16 | PR = "r0" |
25 | 17 | ||
26 | DEPENDS_append = " edma3-lld-rtos \ | 18 | DEPENDS_append = " edma3-lld-rtos \ |