diff options
author | Jacob Stiffler <j-stiffler@ti.com> | 2019-11-15 21:14:30 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2019-12-09 18:15:23 +0000 |
commit | a1867f2225b3d0230175f4041429d1c75669cfcd (patch) | |
tree | d4abadb37e76de885e481b9bf15dbaf3c8b7be99 /recipes-bsp/gpio-lld | |
parent | ef4b5eb643dd6106a35e453ed1896f24a91770be (diff) | |
download | meta-ti-a1867f2225b3d0230175f4041429d1c75669cfcd.tar.gz |
gpio-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/gpio-lld')
-rw-r--r-- | recipes-bsp/gpio-lld/gpio-lld-rtos_git.bb | 20 |
1 files changed, 5 insertions, 15 deletions
diff --git a/recipes-bsp/gpio-lld/gpio-lld-rtos_git.bb b/recipes-bsp/gpio-lld/gpio-lld-rtos_git.bb index 93f97d0f..bfdb16ce 100644 --- a/recipes-bsp/gpio-lld/gpio-lld-rtos_git.bb +++ b/recipes-bsp/gpio-lld/gpio-lld-rtos_git.bb | |||
@@ -1,6 +1,10 @@ | |||
1 | SUMMARY = "TI RTOS driver for General Purpose IO (GPIO)" | 1 | SUMMARY = "TI RTOS driver for General Purpose IO (GPIO)" |
2 | 2 | ||
3 | inherit ti-pdk | 3 | inherit ti-pdk ti-pdk-fetch |
4 | |||
5 | TI_PDK_COMP = "ti.drv.gpio" | ||
6 | |||
7 | PE = "1" | ||
4 | 8 | ||
5 | LICENSE = "BSD-3-Clause" | 9 | LICENSE = "BSD-3-Clause" |
6 | LIC_FILES_CHKSUM = "file://GPIO.h;beginline=1;endline=31;md5=8580f9c5c0de8d5d13518cf18a0122b8" | 10 | LIC_FILES_CHKSUM = "file://GPIO.h;beginline=1;endline=31;md5=8580f9c5c0de8d5d13518cf18a0122b8" |
@@ -8,22 +12,8 @@ LIC_FILES_CHKSUM = "file://GPIO.h;beginline=1;endline=31;md5=8580f9c5c0de8d5d135 | |||
8 | COMPATIBLE_MACHINE = "ti33x|ti43x|omap-a15|keystone|omapl1|c667x-evm|c665x-evm|k3" | 12 | COMPATIBLE_MACHINE = "ti33x|ti43x|omap-a15|keystone|omapl1|c667x-evm|c665x-evm|k3" |
9 | PACKAGE_ARCH = "${MACHINE_ARCH}" | 13 | PACKAGE_ARCH = "${MACHINE_ARCH}" |
10 | 14 | ||
11 | GPIO_LLD_GIT_URI = "git://git.ti.com/keystone-rtos/gpio-lld.git" | ||
12 | GPIO_LLD_GIT_PROTOCOL = "git" | ||
13 | GPIO_LLD_GIT_BRANCH = "master" | ||
14 | GPIO_LLD_GIT_DESTSUFFIX = "git/ti/drv/gpio" | ||
15 | |||
16 | # Below commit ID corresponds to "DEV.GPIO_LLD.01.00.00.16B" | ||
17 | GPIO_LLD_SRCREV = "14e59e948fb949e244edcc3161f21ec4228fb15c" | ||
18 | |||
19 | BRANCH = "${GPIO_LLD_GIT_BRANCH}" | ||
20 | SRC_URI = "${GPIO_LLD_GIT_URI};destsuffix=${GPIO_LLD_GIT_DESTSUFFIX};protocol=${GPIO_LLD_GIT_PROTOCOL};branch=${BRANCH}" | ||
21 | |||
22 | SRCREV = "${GPIO_LLD_SRCREV}" | ||
23 | PV = "01.00.00.16B" | ||
24 | PR = "r0" | 15 | PR = "r0" |
25 | 16 | ||
26 | S = "${WORKDIR}/${GPIO_LLD_GIT_DESTSUFFIX}" | ||
27 | 17 | ||
28 | DEPENDS_append = " osal-rtos \ | 18 | DEPENDS_append = " osal-rtos \ |
29 | " | 19 | " |