From: Ting Liu <[email protected]> The topaz mux-server is a standalone tool, deploy the binary like other images like u-boot/kernel/rcw.
Signed-off-by: Ting Liu <[email protected]> --- recipes-virtualization/mux-server/mux-server_1.02.bb | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/recipes-virtualization/mux-server/mux-server_1.02.bb b/recipes-virtualization/mux-server/mux-server_1.02.bb index 5382f23..6f93fd6 100644 --- a/recipes-virtualization/mux-server/mux-server_1.02.bb +++ b/recipes-virtualization/mux-server/mux-server_1.02.bb @@ -10,9 +10,17 @@ S = "${WORKDIR}/git" EXTRA_OEMAKE='HOSTCC="${CC}"' +inherit deploy + do_install () { install -d ${D}${bindir} install -m 755 mux_server ${D}${bindir} } +do_deploy() { + install -d ${DEPLOYDIR}/hv + install -m 755 mux_server ${DEPLOYDIR}/hv/ +} +addtask deploy after do_install + BBCLASSEXTEND = "native nativesdk" -- 1.9.1 -- _______________________________________________ meta-freescale mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-freescale
