diff options
| author | Sam Nelson <sam.nelson@ti.com> | 2014-12-17 00:12:11 +0000 |
|---|---|---|
| committer | Denys Dmytriyenko <denys@ti.com> | 2014-12-18 12:43:30 -0500 |
| commit | d0a7ce516faddbff49f6e7065d7c6ea6c0165c3f (patch) | |
| tree | 92746e46d2c0bcc2e787aa18cca9e0830724deee /recipes-bsp/qmss-lld/qmss-lld_git.bb | |
| parent | 70664faa8da48c0c8cfed96c89c038017b8bfea1 (diff) | |
| download | meta-ti-d0a7ce516faddbff49f6e7065d7c6ea6c0165c3f.tar.gz | |
qmss-lld: Add new recipe for QMSS Module low level driver
- Provides low level driver and test code for Queue managment subsystem module
- Supports k2h, k2k, k2l k2e devices
Signed-off-by: Sam Nelson <sam.nelson@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-bsp/qmss-lld/qmss-lld_git.bb')
| -rwxr-xr-x | recipes-bsp/qmss-lld/qmss-lld_git.bb | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/recipes-bsp/qmss-lld/qmss-lld_git.bb b/recipes-bsp/qmss-lld/qmss-lld_git.bb new file mode 100755 index 00000000..9d2f547f --- /dev/null +++ b/recipes-bsp/qmss-lld/qmss-lld_git.bb | |||
| @@ -0,0 +1,20 @@ | |||
| 1 | DESCRIPTION = "TI QMSS low level driver library" | ||
| 2 | COMPATIBLE_MACHINE = "keystone" | ||
| 3 | |||
| 4 | DEPENDS="common-csl-ip rm-lld" | ||
| 5 | |||
| 6 | include qmss-lld.inc | ||
| 7 | |||
| 8 | do_compile () { | ||
| 9 | # Now build the lld | ||
| 10 | make -f makefile_armv7 clean PDK_INSTALL_PATH=${STAGING_INCDIR} | ||
| 11 | for device in ${DEVICELIST} | ||
| 12 | do | ||
| 13 | make -f makefile_armv7 lib PDK_INSTALL_PATH=${STAGING_INCDIR} DEVICE="${device}" | ||
| 14 | done | ||
| 15 | |||
| 16 | } | ||
| 17 | |||
| 18 | do_install () { | ||
| 19 | make -f makefile_armv7 install PDK_INSTALL_PATH=${STAGING_INCDIR} INSTALL_INC_BASE_DIR=${D}${includedir} INSTALL_LIB_BASE_DIR=${D}${libdir} | ||
| 20 | } | ||
