Procházet zdrojové kódy

swupdate: tools rules from master

Signed-off-by: Stefano Babic <sbabic@denx.de>
Stefano Babic před 7 roky
rodič
revize
26cdc37fa4
1 změnil soubory, kde provedl 17 přidání a 0 odebrání
  1. 17 0
      recipes-support/swupdate/swupdate_tools.inc

+ 17 - 0
recipes-support/swupdate/swupdate_tools.inc

@@ -0,0 +1,17 @@
+PACKAGES =+ "${PN}-tools"
+
+INSANE_SKIP_${PN}-tools = "ldflags"
+
+FILES_${PN}-tools = "${bindir}/swupdate-client \
+                    ${bindir}/swupdate-progress \
+                    ${bindir}/swupdate-hawkbitcfg \
+                    ${bindir}/swupdate-sendtohawkbit"
+
+do_install_append () {
+
+  install -m 0755 tools/client_unstripped ${D}${bindir}/swupdate-client
+  install -m 0755 tools/progress_unstripped ${D}${bindir}/swupdate-progress
+  install -m 0755 tools/hawkbitcfg_unstripped ${D}${bindir}/swupdate-hawkbitcfg
+  install -m 0755 tools/sendtohawkbit_unstripped ${D}${bindir}/swupdate-sendtohawkbit
+
+}