1
0
mirror of https://git.yoctoproject.org/meta-ti synced 2026-07-16 14:27:48 +00:00
Files
meta-ti/recipes-ti/ipc/ipc-transport-qmss_git.bb
Jacob Stiffler d3a7ce8cf3 ipc-transport: Extract source info to common inc file
* Also use new variables to specify the source info so this can be
  easily overridden and applied to each recipe.

Signed-off-by: Jacob Stiffler <j-stiffler@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2016-02-08 12:30:09 -05:00

17 lines
283 B
BlitzBasic

include ipc-transport-qmss.inc
PR = "${INC_PR}.0"
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}
}