diff options
author | Jacob Stiffler <j-stiffler@ti.com> | 2019-11-15 21:14:43 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2019-12-09 18:15:23 +0000 |
commit | 55f7592f7ab0894e552520bd1a9dc2645728f957 (patch) | |
tree | 7f4c0b99ca18c90f80a1b26ea7d61278ce03e47b /recipes-bsp | |
parent | eee864cc8370634173e47b6d11f8aaf69c7d660a (diff) | |
download | meta-ti-55f7592f7ab0894e552520bd1a9dc2645728f957.tar.gz |
pcie-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/pcie-lld/pcie-lld-rtos_git.bb | 20 |
1 files changed, 5 insertions, 15 deletions
diff --git a/recipes-bsp/pcie-lld/pcie-lld-rtos_git.bb b/recipes-bsp/pcie-lld/pcie-lld-rtos_git.bb index 51a24e7d..cbf15a37 100644 --- a/recipes-bsp/pcie-lld/pcie-lld-rtos_git.bb +++ b/recipes-bsp/pcie-lld/pcie-lld-rtos_git.bb | |||
@@ -1,6 +1,10 @@ | |||
1 | SUMMARY = "TI RTOS low lever driver for Peripheral Interconnect Express (PCIE)" | 1 | SUMMARY = "TI RTOS low lever driver for Peripheral Interconnect Express (PCIE)" |
2 | 2 | ||
3 | inherit ti-pdk | 3 | inherit ti-pdk ti-pdk-fetch |
4 | |||
5 | TI_PDK_COMP = "ti.drv.pcie" | ||
6 | |||
7 | PE = "1" | ||
4 | 8 | ||
5 | LICENSE = "BSD-3-Clause" | 9 | LICENSE = "BSD-3-Clause" |
6 | LIC_FILES_CHKSUM = "file://pcie.h;beginline=1;endline=34;md5=566a784d78790a716d641764d5d60b74" | 10 | LIC_FILES_CHKSUM = "file://pcie.h;beginline=1;endline=34;md5=566a784d78790a716d641764d5d60b74" |
@@ -8,25 +12,11 @@ LIC_FILES_CHKSUM = "file://pcie.h;beginline=1;endline=34;md5=566a784d78790a716d6 | |||
8 | COMPATIBLE_MACHINE = "omap-a15|keystone|c66x|k3" | 12 | COMPATIBLE_MACHINE = "omap-a15|keystone|c66x|k3" |
9 | PACKAGE_ARCH = "${MACHINE_ARCH}" | 13 | PACKAGE_ARCH = "${MACHINE_ARCH}" |
10 | 14 | ||
11 | PCIE_LLD_GIT_URI = "git://git.ti.com/keystone-rtos/pcie-lld.git" | ||
12 | PCIE_LLD_GIT_PROTOCOL = "git" | ||
13 | PCIE_LLD_GIT_BRANCH = "master" | ||
14 | PCIE_LLD_GIT_DESTSUFFIX = "git/ti/drv/pcie" | ||
15 | |||
16 | # Below commit ID corresponds to "DEV.PCIE_LLD.02.03.00.05" | ||
17 | PCIE_LLD_SRCREV = "3cdbb5e4e4ccced496a4ca91b203965fafffc3e9" | ||
18 | |||
19 | BRANCH = "${PCIE_LLD_GIT_BRANCH}" | ||
20 | SRC_URI = "${PCIE_LLD_GIT_URI};destsuffix=${PCIE_LLD_GIT_DESTSUFFIX};protocol=${PCIE_LLD_GIT_PROTOCOL};branch=${BRANCH}" | ||
21 | |||
22 | SRCREV = "${PCIE_LLD_SRCREV}" | ||
23 | PV = "02.03.00.05" | ||
24 | PR = "r0" | 15 | PR = "r0" |
25 | 16 | ||
26 | DEPENDS_append_k3 = " udma-lld-rtos \ | 17 | DEPENDS_append_k3 = " udma-lld-rtos \ |
27 | " | 18 | " |
28 | 19 | ||
29 | S = "${WORKDIR}/${PCIE_LLD_GIT_DESTSUFFIX}" | ||
30 | 20 | ||
31 | export PDK_PCIE_ROOT_PATH ="${WORKDIR}/build" | 21 | export PDK_PCIE_ROOT_PATH ="${WORKDIR}/build" |
32 | export DEST_ROOT="${S}" | 22 | export DEST_ROOT="${S}" |