From ef3632215004f4697c46b166c475cc66afabb257 Mon Sep 17 00:00:00 2001 From: Sam Nelson Date: Mon, 13 Apr 2015 23:52:53 +0000 Subject: ipc-transport-qmss: Add recipe for ipc qmss transport and test code - Provides ipc transport layer using qmss module - Supports k2h, k2k, k2e, k2l devices Signed-off-by: Sam Nelson Signed-off-by: Denys Dmytriyenko --- recipes-ti/ipc/ipc-transport-qmss_git.bb | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 recipes-ti/ipc/ipc-transport-qmss_git.bb (limited to 'recipes-ti/ipc/ipc-transport-qmss_git.bb') diff --git a/recipes-ti/ipc/ipc-transport-qmss_git.bb b/recipes-ti/ipc/ipc-transport-qmss_git.bb new file mode 100644 index 00000000..cb77a12a --- /dev/null +++ b/recipes-ti/ipc/ipc-transport-qmss_git.bb @@ -0,0 +1,14 @@ +include ipc-transport-qmss.inc + +DEPENDS = "ti-ipc mpm-transport" + +do_compile () { +# Now build the transport + oe_runmake clean + oe_runmake lib +} + +do_install () { + oe_runmake install INSTALL_INC_BASE_DIR=${D}${includedir} \ + INSTALL_LIB_BASE_DIR=${D}${libdir} +} -- cgit v1.2.3-54-g00ecf