[meta-ti] [PATCH v2 2/4] iqn2-lld: Add recipes for TI iqn2 peripheral module low level driver
Sam Nelson
sam.nelson at ti.com
Tue Feb 10 13:28:08 PST 2015
- Provides low level driver for TI iqn2 peripheral module
- Supports k2l device
Signed-off-by: Sam Nelson <sam.nelson at ti.com>
---
Changes from previous version of patch
- test recipe removed to be a separate patch
---
---
recipes-bsp/iqn2-lld/iqn2-lld.inc | 13 +++++++++++++
.../dfe-lld_git.bb => iqn2-lld/iqn2-lld_git.bb} | 7 ++++---
2 files changed, 17 insertions(+), 3 deletions(-)
create mode 100644 recipes-bsp/iqn2-lld/iqn2-lld.inc
copy recipes-bsp/{dfe-lld/dfe-lld_git.bb => iqn2-lld/iqn2-lld_git.bb} (67%)
diff --git a/recipes-bsp/iqn2-lld/iqn2-lld.inc b/recipes-bsp/iqn2-lld/iqn2-lld.inc
new file mode 100644
index 0000000..c5b1511
--- /dev/null
+++ b/recipes-bsp/iqn2-lld/iqn2-lld.inc
@@ -0,0 +1,13 @@
+LIC_FILES_CHKSUM = "file://COPYING.txt;md5=5bdceac872dffdec915b819654ee23ea"
+LICENSE = "BSD-3-Clause"
+
+BRANCH = "master"
+SRC_URI = "git://git.ti.com/keystone-rtos/iqn2-lld.git;destsuffix=git/ti/drv/iqn2;protocol=git;branch=${BRANCH}"
+# Following commit corresponds to DEV.IQN_LLD.01.00.00.05B
+SRCREV = "ca35079f41d06259be39f992f55a9f815d305ef5"
+
+PV = "1.0.0.5"
+
+COMPATIBLE_MACHINE = "k2l-evm"
+
+S = "${WORKDIR}/git/ti/drv/iqn2"
diff --git a/recipes-bsp/dfe-lld/dfe-lld_git.bb b/recipes-bsp/iqn2-lld/iqn2-lld_git.bb
similarity index 67%
copy from recipes-bsp/dfe-lld/dfe-lld_git.bb
copy to recipes-bsp/iqn2-lld/iqn2-lld_git.bb
index a2477ca..19ffc05 100644
--- a/recipes-bsp/dfe-lld/dfe-lld_git.bb
+++ b/recipes-bsp/iqn2-lld/iqn2-lld_git.bb
@@ -1,13 +1,14 @@
-DESCRIPTION = "Digital Radio Front End low level driver"
+DESCRIPTION = "TI IQN2 peripheral module low level driver"
DEPENDS = "common-csl-ip"
-include dfe-lld.inc
+include iqn2-lld.inc
EXTRA_OEMAKE = "-f makefile_armv7 PDK_INSTALL_PATH=${STAGING_INCDIR}"
do_compile () {
- oe_runmake lib DEVICE=k2l
+ oe_runmake clean
+ oe_runmake lib
}
do_install () {
--
1.7.9.5
More information about the meta-ti
mailing list