mirror of
https://git.yoctoproject.org/meta-ti
synced 2026-07-16 14:27:48 +00:00
d3a7ce8cf3
* 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>
17 lines
283 B
BlitzBasic
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}
|
|
}
|