summaryrefslogtreecommitdiffstats
path: root/recipes-bsp
diff options
context:
space:
mode:
authorJacob Stiffler <j-stiffler@ti.com>2019-11-15 21:14:23 +0000
committerDenys Dmytriyenko <denys@ti.com>2019-12-06 22:38:10 +0000
commit2577bb0ee3a6fc951bf15026d8498ac6ba742b04 (patch)
tree62142f10972c38bfdc9d945b52e6bbcf3a5d397a /recipes-bsp
parent55e6ea92a1f001d8575a81f5ef04dc72b71240ea (diff)
downloadmeta-ti-2577bb0ee3a6fc951bf15026d8498ac6ba742b04.tar.gz
bcp-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/bcp-lld/bcp-lld-rtos_git.bb20
1 files changed, 5 insertions, 15 deletions
diff --git a/recipes-bsp/bcp-lld/bcp-lld-rtos_git.bb b/recipes-bsp/bcp-lld/bcp-lld-rtos_git.bb
index dc5cef52..62cee07b 100644
--- a/recipes-bsp/bcp-lld/bcp-lld-rtos_git.bb
+++ b/recipes-bsp/bcp-lld/bcp-lld-rtos_git.bb
@@ -1,6 +1,10 @@
1SUMMARY = "TI Bit Coprocessor (BCP) low level driver" 1SUMMARY = "TI Bit Coprocessor (BCP) low level driver"
2 2
3inherit ti-pdk 3inherit ti-pdk ti-pdk-fetch
4
5TI_PDK_COMP = "ti.drv.bcp"
6
7PE = "1"
4 8
5LICENSE = "BSD-3-Clause" 9LICENSE = "BSD-3-Clause"
6LIC_FILES_CHKSUM = "file://bcp.h;beginline=1;endline=40;md5=4f6e6128dd075a89548c0287a39b8896" 10LIC_FILES_CHKSUM = "file://bcp.h;beginline=1;endline=40;md5=4f6e6128dd075a89548c0287a39b8896"
@@ -8,22 +12,8 @@ LIC_FILES_CHKSUM = "file://bcp.h;beginline=1;endline=40;md5=4f6e6128dd075a89548c
8COMPATIBLE_MACHINE = "k2hk|k2l|c667x-evm" 12COMPATIBLE_MACHINE = "k2hk|k2l|c667x-evm"
9PACKAGE_ARCH = "${MACHINE_ARCH}" 13PACKAGE_ARCH = "${MACHINE_ARCH}"
10 14
11BCP_LLD_GIT_URI = "git://git.ti.com/keystone-rtos/bcp-lld.git"
12BCP_LLD_GIT_PROTOCOL = "git"
13BCP_LLD_GIT_BRANCH = "master"
14BCP_LLD_GIT_DESTSUFFIX = "git/ti/drv/bcp"
15
16# Below commit ID corresponds to "DEV.BCP_LLD.02.01.00.07B"
17BCP_LLD_SRCREV = "2a13d5e3b26180dd4f1010327f1daed9b3330752"
18
19BRANCH = "${BCP_LLD_GIT_BRANCH}"
20SRC_URI = "${BCP_LLD_GIT_URI};destsuffix=${BCP_LLD_GIT_DESTSUFFIX};protocol=${BCP_LLD_GIT_PROTOCOL};branch=${BRANCH}"
21
22SRCREV = "${BCP_LLD_SRCREV}"
23PV = "02.01.00.07B"
24PR = "r0" 15PR = "r0"
25 16
26S = "${WORKDIR}/${BCP_LLD_GIT_DESTSUFFIX}"
27 17
28DEPENDS_append = " qmss-lld-rtos \ 18DEPENDS_append = " qmss-lld-rtos \
29 cppi-lld-rtos \ 19 cppi-lld-rtos \