[meta-freescale] [meta-fsl-ppc][PATCH 3/3] mux-sever: deploy the binary as it is standalone

b28495 at freescale.com b28495 at freescale.com
Thu Jul 16 20:44:35 PDT 2015


From: Ting Liu <ting.liu at freescale.com>

The topaz mux-server is a standalone tool, deploy the binary like
other images like u-boot/kernel/rcw.

Signed-off-by: Ting Liu <ting.liu at freescale.com>
---
 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



More information about the meta-freescale mailing list