Bladeren bron

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 jaren geleden
bovenliggende
commit
70f48e4843
1 gewijzigde bestanden met toevoegingen van 9 en 0 verwijderingen
  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
+
+}