diff options
author | Sam Nelson <sam.nelson@ti.com> | 2015-02-11 03:28:07 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2015-02-19 16:45:28 -0500 |
commit | ea65cbe1c9d448777658a877b41a928b9369e56c (patch) | |
tree | a69dbe25f975b7475eedd2d37063501f9baff2b6 /recipes-bsp/dfe-lld/dfe-lld_git.bb | |
parent | 56ea9223d7a3d3da38dd4fef10b4dfeb0667992d (diff) | |
download | meta-ti-ea65cbe1c9d448777658a877b41a928b9369e56c.tar.gz |
dfe-lld: Add recipe for Digital Radio Front end low level driver
- Provides low level driver for Digital Radio front end
- Supports device k2l
Signed-off-by: Sam Nelson <sam.nelson@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-bsp/dfe-lld/dfe-lld_git.bb')
-rw-r--r-- | recipes-bsp/dfe-lld/dfe-lld_git.bb | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/recipes-bsp/dfe-lld/dfe-lld_git.bb b/recipes-bsp/dfe-lld/dfe-lld_git.bb new file mode 100644 index 00000000..a2477ca6 --- /dev/null +++ b/recipes-bsp/dfe-lld/dfe-lld_git.bb | |||
@@ -0,0 +1,15 @@ | |||
1 | DESCRIPTION = "Digital Radio Front End low level driver" | ||
2 | |||
3 | DEPENDS = "common-csl-ip" | ||
4 | |||
5 | include dfe-lld.inc | ||
6 | |||
7 | EXTRA_OEMAKE = "-f makefile_armv7 PDK_INSTALL_PATH=${STAGING_INCDIR}" | ||
8 | |||
9 | do_compile () { | ||
10 | oe_runmake lib DEVICE=k2l | ||
11 | } | ||
12 | |||
13 | do_install () { | ||
14 | oe_runmake install INSTALL_INC_BASE_DIR=${D}/${includedir} INSTALL_LIB_BASE_DIR=${D}${libdir} | ||
15 | } | ||