Last SWUpdate generates tools (client, progress, ..) that can be installed as utilities. Signed-off-by: Stefano Babic <sbabic@denx.de>
@@ -10,3 +10,12 @@ do_compile() {
cp tools/progress_unstripped progress
}
+
+do_install_append () {
+ install -m 0755 tools/client_unstripped ${D}${bindir}/client
+ install -m 0755 tools/progress_unstripped ${D}${bindir}/progress
+ install -m 0755 tools/hawkbitcfg_unstripped ${D}${bindir}/hawkbitcfg
+ install -m 0755 tools/sendtohawkbit_unstripped ${D}${bindir}/sendtohawkbit
+}