summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/srio-lld/srio-lld.inc
diff options
context:
space:
mode:
authorJacob Stiffler <j-stiffler@ti.com>2015-11-04 01:47:31 +0000
committerDenys Dmytriyenko <denys@ti.com>2015-11-04 10:03:32 -0500
commit327559a0a53cae4afdcfaa280026873b0a25563a (patch)
treee37e1144d73c73d9c23a5c3e3cbbe63effb83a11 /recipes-bsp/srio-lld/srio-lld.inc
parent5a37604c894f18aa5fde45fd119a9e3e99badd8b (diff)
downloadmeta-ti-327559a0a53cae4afdcfaa280026873b0a25563a.tar.gz
srio-lld: Only compatible with k2hk-evm
Signed-off-by: Jacob Stiffler <j-stiffler@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-bsp/srio-lld/srio-lld.inc')
-rw-r--r--recipes-bsp/srio-lld/srio-lld.inc4
1 files changed, 3 insertions, 1 deletions
diff --git a/recipes-bsp/srio-lld/srio-lld.inc b/recipes-bsp/srio-lld/srio-lld.inc
index 6e51f79c..2172a13f 100644
--- a/recipes-bsp/srio-lld/srio-lld.inc
+++ b/recipes-bsp/srio-lld/srio-lld.inc
@@ -1,6 +1,8 @@
1LICENSE = "BSD-3-Clause" 1LICENSE = "BSD-3-Clause"
2LIC_FILES_CHKSUM = "file://${WORKDIR}/git/ti/drv/srio/srio_drv.h;beginline=1;endline=41;md5=469096088e072d883ff7eef301b34093" 2LIC_FILES_CHKSUM = "file://${WORKDIR}/git/ti/drv/srio/srio_drv.h;beginline=1;endline=41;md5=469096088e072d883ff7eef301b34093"
3 3
4COMPATIBLE_MACHINE = "k2hk-evm"
5
4SRIO_LLD_GIT_URI = "git://git.ti.com/keystone-rtos/srio-lld.git" 6SRIO_LLD_GIT_URI = "git://git.ti.com/keystone-rtos/srio-lld.git"
5SRIO_LLD_GIT_PROTOCOL = "git" 7SRIO_LLD_GIT_PROTOCOL = "git"
6SRIO_LLD_GIT_BRANCH = "master" 8SRIO_LLD_GIT_BRANCH = "master"
@@ -14,7 +16,7 @@ SRC_URI = "${SRIO_LLD_GIT_URI};destsuffix=${SRIO_LLD_GIT_DESTSUFFIX};protocol=${
14SRCREV = "${SRIO_LLD_SRCREV}" 16SRCREV = "${SRIO_LLD_SRCREV}"
15 17
16PV = "02.00.00.13" 18PV = "02.00.00.13"
17INC_PR = "r1" 19INC_PR = "r2"
18 20
19DEVICELIST = "k2h k2k" 21DEVICELIST = "k2h k2k"
20 22