summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/aif2-lld/aif2-lld.inc
diff options
context:
space:
mode:
authorSam Nelson <sam.nelson@ti.com>2015-10-23 21:08:56 +0000
committerDenys Dmytriyenko <denys@ti.com>2015-10-23 15:36:06 -0400
commit51f0cdc888ad5725b08e5d623b39309029f85c3e (patch)
tree82ce1271e405d02e3846a99a88ece49b57e196d3 /recipes-bsp/aif2-lld/aif2-lld.inc
parentb948c9010a109e3bd6e5d7dd5aef6c757465fb43 (diff)
downloadmeta-ti-51f0cdc888ad5725b08e5d623b39309029f85c3e.tar.gz
aif2-lld: Add low level driver package for keystone2 antenna interface
- Provides low level driver and test binaries for keystone2 antenna interface peripheral Signed-off-by: Sam Nelson <sam.nelson@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-bsp/aif2-lld/aif2-lld.inc')
-rwxr-xr-xrecipes-bsp/aif2-lld/aif2-lld.inc13
1 files changed, 13 insertions, 0 deletions
diff --git a/recipes-bsp/aif2-lld/aif2-lld.inc b/recipes-bsp/aif2-lld/aif2-lld.inc
new file mode 100755
index 00000000..212813c2
--- /dev/null
+++ b/recipes-bsp/aif2-lld/aif2-lld.inc
@@ -0,0 +1,13 @@
1LICENSE = "BSD-3-Clause"
2
3LIC_FILES_CHKSUM = "file://COPYING.txt;md5=5bdceac872dffdec915b819654ee23ea"
4BRANCH = "master"
5SRC_URI = "git://git.ti.com/keystone-rtos/aif2-lld.git;destsuffix=git/ti/drv/aif2;protocol=git;branch=${BRANCH}"
6# The following commit correspond to DEV.AIF2LLD.01.02.00.00A
7SRCREV = "7f394ec9975cd4cef982b11763c882c4c763ddce"
8
9PV = "1.2.0.0"
10
11COMPATIBLE_MACHINE = "k2hk-evm"
12
13S = "${WORKDIR}/git/ti/drv/aif2"