diff options
Diffstat (limited to 'recipes-bsp/cppi-lld/cppi-lld_git.bb')
| -rwxr-xr-x | recipes-bsp/cppi-lld/cppi-lld_git.bb | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/recipes-bsp/cppi-lld/cppi-lld_git.bb b/recipes-bsp/cppi-lld/cppi-lld_git.bb new file mode 100755 index 00000000..bb2028b5 --- /dev/null +++ b/recipes-bsp/cppi-lld/cppi-lld_git.bb | |||
| @@ -0,0 +1,19 @@ | |||
| 1 | DESCRIPTION = "TI CPPI Module low level driver" | ||
| 2 | COMPATIBLE_MACHINE = "keystone" | ||
| 3 | |||
| 4 | DEPENDS = "common-csl-ip rm-lld qmss-lld" | ||
| 5 | |||
| 6 | include cppi-lld.inc | ||
| 7 | |||
| 8 | do_compile () { | ||
| 9 | # Now build the lld in the updated directory | ||
| 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 | do_install () { | ||
| 18 | make -f makefile_armv7 install PDK_INSTALL_PATH=${STAGING_INCDIR} INSTALL_INC_BASE_DIR=${D}/${includedir} INSTALL_LIB_BASE_DIR=${D}${libdir} | ||
| 19 | } | ||
