diff options
Diffstat (limited to 'recipes-bsp/iqn2-lld/iqn2-lld.inc')
-rw-r--r-- | recipes-bsp/iqn2-lld/iqn2-lld.inc | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/recipes-bsp/iqn2-lld/iqn2-lld.inc b/recipes-bsp/iqn2-lld/iqn2-lld.inc new file mode 100644 index 00000000..c5b15116 --- /dev/null +++ b/recipes-bsp/iqn2-lld/iqn2-lld.inc | |||
@@ -0,0 +1,13 @@ | |||
1 | LIC_FILES_CHKSUM = "file://COPYING.txt;md5=5bdceac872dffdec915b819654ee23ea" | ||
2 | LICENSE = "BSD-3-Clause" | ||
3 | |||
4 | BRANCH = "master" | ||
5 | SRC_URI = "git://git.ti.com/keystone-rtos/iqn2-lld.git;destsuffix=git/ti/drv/iqn2;protocol=git;branch=${BRANCH}" | ||
6 | # Following commit corresponds to DEV.IQN_LLD.01.00.00.05B | ||
7 | SRCREV = "ca35079f41d06259be39f992f55a9f815d305ef5" | ||
8 | |||
9 | PV = "1.0.0.5" | ||
10 | |||
11 | COMPATIBLE_MACHINE = "k2l-evm" | ||
12 | |||
13 | S = "${WORKDIR}/git/ti/drv/iqn2" | ||