summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/cppi-lld/cppi-lld_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-bsp/cppi-lld/cppi-lld_git.bb')
-rwxr-xr-xrecipes-bsp/cppi-lld/cppi-lld_git.bb19
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 @@
1DESCRIPTION = "TI CPPI Module low level driver"
2COMPATIBLE_MACHINE = "keystone"
3
4DEPENDS = "common-csl-ip rm-lld qmss-lld"
5
6include cppi-lld.inc
7
8do_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
17do_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}