diff options
Diffstat (limited to 'recipes-bsp/srio-lld/srio-lld_git.bb')
-rw-r--r-- | recipes-bsp/srio-lld/srio-lld_git.bb | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/recipes-bsp/srio-lld/srio-lld_git.bb b/recipes-bsp/srio-lld/srio-lld_git.bb new file mode 100644 index 00000000..9ff845b2 --- /dev/null +++ b/recipes-bsp/srio-lld/srio-lld_git.bb | |||
@@ -0,0 +1,19 @@ | |||
1 | DESCRIPTION = "TI SRIO peripheral low level driver" | ||
2 | COMPATIBLE_MACHINE = "keystone" | ||
3 | |||
4 | DEPENDS="common-csl-ip rm-lld cppi-lld" | ||
5 | |||
6 | include srio-lld.inc | ||
7 | |||
8 | do_compile () { | ||
9 | # Now build the lld | ||
10 | oe_runmake clean | ||
11 | for device in ${DEVICELIST} | ||
12 | do | ||
13 | oe_runmake lib DEVICE="${device}" | ||
14 | done | ||
15 | } | ||
16 | |||
17 | do_install () { | ||
18 | oe_runmake install INSTALL_INC_BASE_DIR=${D}${includedir} INSTALL_LIB_BASE_DIR=${D}${libdir} | ||
19 | } | ||