[meta-ti] Sam Nelson : dfe-lld: Add recipe for dfe test code
Arago Project git
git at arago-project.org
Thu Feb 19 13:46:10 PST 2015
Module: meta-ti
Branch: master
Commit: 8d3547f81b83849609dde63bf735c8eca8b361e6
URL: http://arago-project.org/git/meta-ti.git?a=commit;h=8d3547f81b83849609dde63bf735c8eca8b361e6
Author: Sam Nelson <sam.nelson at ti.com>
Date: Wed Feb 11 03:28:09 2015 +0000
dfe-lld: Add recipe for dfe test code
- Adds test code for Digital front end low level driver
Signed-off-by: Sam Nelson <sam.nelson at ti.com>
Signed-off-by: Denys Dmytriyenko <denys at ti.com>
---
recipes-bsp/dfe-lld/dfe-lld-test_git.bb | 18 ++++++++++++++++++
1 files changed, 18 insertions(+), 0 deletions(-)
diff --git a/recipes-bsp/dfe-lld/dfe-lld-test_git.bb b/recipes-bsp/dfe-lld/dfe-lld-test_git.bb
new file mode 100644
index 0000000..acaaf63
--- /dev/null
+++ b/recipes-bsp/dfe-lld/dfe-lld-test_git.bb
@@ -0,0 +1,18 @@
+DESCRIPTION = "TI Digital Radio Front End lld test application"
+
+DEPENDS = "common-csl-ip dfe-lld iqn2-lld"
+
+include dfe-lld.inc
+
+EXTRA_OEMAKE = "-f makefile_armv7 PDK_INSTALL_PATH=${STAGING_INCDIR} DFE_SRC_DIR=${S}"
+
+do_compile () {
+# Now build the lld in the updated directory
+ oe_runmake clean DEVICE=k2l
+ oe_runmake tests DEVICE=k2l
+ oe_runmake tests DEVICE=k2l USEDYNAMIC_LIB=yes
+}
+
+do_install () {
+ oe_runmake installbin INSTALL_BIN_BASE_DIR=${D}/${bindir}
+}
More information about the meta-ti
mailing list