diff options
author | Jacob Stiffler <j-stiffler@ti.com> | 2019-11-15 21:14:52 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2019-12-09 18:15:23 +0000 |
commit | 7db307f172d710c532144e7ed2da3fa8f60d50df (patch) | |
tree | 1ec367b4e2054c88f04c0471d74a7d79051a3b8b /recipes-bsp | |
parent | b722282c0342dcfe76236b98afea44ec952f2680 (diff) | |
download | meta-ti-7db307f172d710c532144e7ed2da3fa8f60d50df.tar.gz |
tcp3d-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/tcp3d-lld/tcp3d-lld-rtos_git.bb | 21 |
1 files changed, 5 insertions, 16 deletions
diff --git a/recipes-bsp/tcp3d-lld/tcp3d-lld-rtos_git.bb b/recipes-bsp/tcp3d-lld/tcp3d-lld-rtos_git.bb index 31922c27..0f7c52bb 100644 --- a/recipes-bsp/tcp3d-lld/tcp3d-lld-rtos_git.bb +++ b/recipes-bsp/tcp3d-lld/tcp3d-lld-rtos_git.bb | |||
@@ -1,6 +1,10 @@ | |||
1 | SUMMARY = "TI third generation Turbo Coprocessor (TCP3) low level driver" | 1 | SUMMARY = "TI third generation Turbo Coprocessor (TCP3) low level driver" |
2 | 2 | ||
3 | inherit ti-pdk | 3 | inherit ti-pdk ti-pdk-fetch |
4 | |||
5 | TI_PDK_COMP = "ti.drv.tcp3d" | ||
6 | |||
7 | PE = "1" | ||
4 | 8 | ||
5 | LICENSE = "BSD-3-Clause" | 9 | LICENSE = "BSD-3-Clause" |
6 | LIC_FILES_CHKSUM = "file://tcp3dver.h;beginline=1;endline=47;md5=3fe46c6320fb9ca4ac6692961402beb7" | 10 | LIC_FILES_CHKSUM = "file://tcp3dver.h;beginline=1;endline=47;md5=3fe46c6320fb9ca4ac6692961402beb7" |
@@ -8,23 +12,8 @@ LIC_FILES_CHKSUM = "file://tcp3dver.h;beginline=1;endline=47;md5=3fe46c6320fb9ca | |||
8 | COMPATIBLE_MACHINE = "k2hk|k2l|c66x" | 12 | COMPATIBLE_MACHINE = "k2hk|k2l|c66x" |
9 | PACKAGE_ARCH = "${MACHINE_ARCH}" | 13 | PACKAGE_ARCH = "${MACHINE_ARCH}" |
10 | 14 | ||
11 | TCP3D_LLD_GIT_URI = "git://git.ti.com/keystone-rtos/tcp3d-lld.git" | ||
12 | TCP3D_LLD_GIT_PROTOCOL = "git" | ||
13 | TCP3D_LLD_GIT_BRANCH = "master" | ||
14 | TCP3D_LLD_GIT_DESTSUFFIX = "git/ti/drv/bcp" | ||
15 | |||
16 | # Below commit ID corresponds to "DEV.TCP3D_LLD.02.01.00.06B" | ||
17 | TCP3D_LLD_SRCREV = "a8b3791044edf632e8348cdbd287d48a754d11ac" | ||
18 | |||
19 | BRANCH = "${TCP3D_LLD_GIT_BRANCH}" | ||
20 | SRC_URI = "${TCP3D_LLD_GIT_URI};destsuffix=${TCP3D_LLD_GIT_DESTSUFFIX};protocol=${TCP3D_LLD_GIT_PROTOCOL};branch=${BRANCH}" | ||
21 | |||
22 | SRCREV = "${TCP3D_LLD_SRCREV}" | ||
23 | PV = "02.01.00.06B" | ||
24 | PR = "r0" | 15 | PR = "r0" |
25 | 16 | ||
26 | S = "${WORKDIR}/${TCP3D_LLD_GIT_DESTSUFFIX}" | ||
27 | |||
28 | DEPENDS_append = " edma3-lld-rtos" | 17 | DEPENDS_append = " edma3-lld-rtos" |
29 | 18 | ||
30 | export EDMA3LLD_BIOS6_INSTALLDIR = "${EDMA3_LLD_INSTALL_DIR}" | 19 | export EDMA3LLD_BIOS6_INSTALLDIR = "${EDMA3_LLD_INSTALL_DIR}" |