aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-ti/ipc/ipc-transport-srio_git.bb
blob: ca7f7b6cd172f2aa5412a850840c1f142259075e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
include ipc-transport-srio.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}
	chown -R root:root ${D}
}