Forráskód Böngészése

Install tools from recent SWUpdate

Last SWUpdate generates tools (client, progress, ..) that can be
installed as utilities.

Signed-off-by: Stefano Babic <sbabic@denx.de>
Stefano Babic 8 éve
szülő
commit
70f48e4843
1 módosított fájl, 9 hozzáadás és 0 törlés
  1. 9 0
      recipes-support/swupdate/swupdate_git.bb

+ 9 - 0
recipes-support/swupdate/swupdate_git.bb

@@ -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
+
+}