diff options
author | Sam Nelson <sam.nelson@ti.com> | 2015-02-11 03:28:10 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2015-02-19 16:45:38 -0500 |
commit | df0547480218a5f7688243010a769788703b7d85 (patch) | |
tree | 6564801b87c28c5a17a2404a4a462d22bc732c31 /recipes-bsp | |
parent | 8d3547f81b83849609dde63bf735c8eca8b361e6 (diff) | |
download | meta-ti-df0547480218a5f7688243010a769788703b7d85.tar.gz |
iqn2-lld: Add recipe for iqn2 lld test code
- Adds test code for iqn2 peripheral low level driver
Signed-off-by: Sam Nelson <sam.nelson@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-bsp')
-rw-r--r-- | recipes-bsp/iqn2-lld/iqn2-lld-test_git.bb | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/recipes-bsp/iqn2-lld/iqn2-lld-test_git.bb b/recipes-bsp/iqn2-lld/iqn2-lld-test_git.bb new file mode 100644 index 00000000..f1aa9e4a --- /dev/null +++ b/recipes-bsp/iqn2-lld/iqn2-lld-test_git.bb | |||
@@ -0,0 +1,16 @@ | |||
1 | DESCRIPTION = "TI IQN2 peripheral module low level driver test binaries" | ||
2 | |||
3 | DEPENDS = "common-csl-ip iqn2-lld dfe-lld" | ||
4 | |||
5 | include iqn2-lld.inc | ||
6 | |||
7 | EXTRA_OEMAKE = "-f makefile_armv7 PDK_INSTALL_PATH=${STAGING_INCDIR} IQN2_SRC_DIR=${WORKDIR}/git" | ||
8 | |||
9 | do_compile () { | ||
10 | oe_runmake clean DEVICE=k2l | ||
11 | oe_runmake tests DEVICE=k2l | ||
12 | } | ||
13 | |||
14 | do_install () { | ||
15 | oe_runmake installbin DEVICE=k2l IQN2_SRC_DIR=${WORKDIR}/git INSTALL_BIN_BASE_DIR=${D}/${bindir} | ||
16 | } | ||