summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/rm-lld
diff options
context:
space:
mode:
authorJacob Stiffler <j-stiffler@ti.com>2019-11-15 21:14:48 +0000
committerDenys Dmytriyenko <denys@ti.com>2019-12-09 18:15:23 +0000
commit9ac91faf668bc8b0deb9d2a5e6a6f2bd7bd6f5af (patch)
tree0adf1a33f3cccec8bf6cf7ab7661e0bd8cfe94d3 /recipes-bsp/rm-lld
parent4bf68c1e0c32b6d22abb8c5297d834482d4d7419 (diff)
downloadmeta-ti-9ac91faf668bc8b0deb9d2a5e6a6f2bd7bd6f5af.tar.gz
rm-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/rm-lld')
-rw-r--r--recipes-bsp/rm-lld/rm-lld.inc14
1 files changed, 3 insertions, 11 deletions
diff --git a/recipes-bsp/rm-lld/rm-lld.inc b/recipes-bsp/rm-lld/rm-lld.inc
index 69f950e6..e6e61af0 100644
--- a/recipes-bsp/rm-lld/rm-lld.inc
+++ b/recipes-bsp/rm-lld/rm-lld.inc
@@ -2,22 +2,14 @@ DESCRIPTION = "TI Resource Manager Low Level Driver"
2LICENSE = "BSD-3-Clause" 2LICENSE = "BSD-3-Clause"
3LIC_FILES_CHKSUM = "file://${WORKDIR}/git/ti/drv/rm/COPYING.txt;md5=dc61631b65360e6beb73b6c337800afc" 3LIC_FILES_CHKSUM = "file://${WORKDIR}/git/ti/drv/rm/COPYING.txt;md5=dc61631b65360e6beb73b6c337800afc"
4 4
5RM_LLD_GIT_URI = "git://git.ti.com/keystone-rtos/rm-lld.git" 5inherit ti-pdk-fetch
6RM_LLD_GIT_PROTOCOL = "git"
7RM_LLD_GIT_BRANCH = "master"
8RM_LLD_GIT_DESTSUFFIX = "git/ti/drv/rm"
9 6
10# Below commit ID corresponds to "DEV.RM_LLD.02.02.00.03B" 7TI_PDK_COMP = "ti.drv.rm"
11RM_LLD_SRCREV = "dbe616355318981999c2f7a70a14377fcda913c8"
12 8
13BRANCH = "${RM_LLD_GIT_BRANCH}" 9PE = "1"
14SRC_URI = "${RM_LLD_GIT_URI};destsuffix=${RM_LLD_GIT_DESTSUFFIX};protocol=${RM_LLD_GIT_PROTOCOL};branch=${BRANCH}"
15SRCREV = "${RM_LLD_SRCREV}"
16 10
17PV = "02.02.00.03B"
18INC_PR = "r0" 11INC_PR = "r0"
19 12
20COMPATIBLE_MACHINE = "keystone" 13COMPATIBLE_MACHINE = "keystone"
21 14
22BASEDIR = "${WORKDIR}/git" 15BASEDIR = "${WORKDIR}/git"
23S = "${BASEDIR}/ti/drv/rm"