mirror of
https://git.yoctoproject.org/meta-ti
synced 2026-07-17 14:57:47 +00:00
10c4962da7
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
18 lines
308 B
BlitzBasic
18 lines
308 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}
|
|
chown -R root:root ${D}
|
|
}
|