diff options
author | Jacob Stiffler <j-stiffler@ti.com> | 2019-11-15 21:14:50 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2019-12-09 18:15:23 +0000 |
commit | c47e3a6af75fdd6562c11b90a28ccebc585559e7 (patch) | |
tree | 49df7e4b894e820051bf5e016435d163288e3a69 /recipes-bsp/spi-lld | |
parent | 03a123afa79eb12a5219f1d5e60f219f0d59758b (diff) | |
download | meta-ti-c47e3a6af75fdd6562c11b90a28ccebc585559e7.tar.gz |
spi-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/spi-lld')
-rw-r--r-- | recipes-bsp/spi-lld/spi-lld-rtos_git.bb | 18 |
1 files changed, 5 insertions, 13 deletions
diff --git a/recipes-bsp/spi-lld/spi-lld-rtos_git.bb b/recipes-bsp/spi-lld/spi-lld-rtos_git.bb index 1dab2510..7d53d15c 100644 --- a/recipes-bsp/spi-lld/spi-lld-rtos_git.bb +++ b/recipes-bsp/spi-lld/spi-lld-rtos_git.bb | |||
@@ -1,6 +1,10 @@ | |||
1 | SUMMARY = "TI RTOS low level driver for Serial Peripheral Interface (SPI)" | 1 | SUMMARY = "TI RTOS low level driver for Serial Peripheral Interface (SPI)" |
2 | 2 | ||
3 | inherit ti-pdk | 3 | inherit ti-pdk ti-pdk-fetch |
4 | |||
5 | TI_PDK_COMP = "ti.drv.spi" | ||
6 | |||
7 | PE = "1" | ||
4 | 8 | ||
5 | LICENSE = "BSD-3-Clause" | 9 | LICENSE = "BSD-3-Clause" |
6 | LIC_FILES_CHKSUM = "file://SPI.h;beginline=1;endline=31;md5=8580f9c5c0de8d5d13518cf18a0122b8" | 10 | LIC_FILES_CHKSUM = "file://SPI.h;beginline=1;endline=31;md5=8580f9c5c0de8d5d13518cf18a0122b8" |
@@ -8,18 +12,6 @@ LIC_FILES_CHKSUM = "file://SPI.h;beginline=1;endline=31;md5=8580f9c5c0de8d5d1351 | |||
8 | COMPATIBLE_MACHINE = "ti33x|ti43x|omap-a15|keystone|c66x|omapl1|k3" | 12 | COMPATIBLE_MACHINE = "ti33x|ti43x|omap-a15|keystone|c66x|omapl1|k3" |
9 | PACKAGE_ARCH = "${MACHINE_ARCH}" | 13 | PACKAGE_ARCH = "${MACHINE_ARCH}" |
10 | 14 | ||
11 | SPI_LLD_GIT_URI = "git://git.ti.com/keystone-rtos/spi-lld.git" | ||
12 | SPI_LLD_GIT_PROTOCOL = "git" | ||
13 | SPI_LLD_GIT_BRANCH = "master" | ||
14 | |||
15 | # Below commit ID corresponds to "DEV.SPI_LLD.01.00.00.16A" | ||
16 | SPI_LLD_SRCREV = "4319424ca55676d25758f3e05797fac707b0b1f8" | ||
17 | |||
18 | BRANCH = "${SPI_LLD_GIT_BRANCH}" | ||
19 | SRC_URI = "${SPI_LLD_GIT_URI};protocol=${SPI_LLD_GIT_PROTOCOL};branch=${BRANCH}" | ||
20 | |||
21 | SRCREV = "${SPI_LLD_SRCREV}" | ||
22 | PV = "01.00.00.16A" | ||
23 | PR = "r0" | 15 | PR = "r0" |
24 | 16 | ||
25 | DEPENDS_append = " osal-rtos \ | 17 | DEPENDS_append = " osal-rtos \ |