swupdate_tools.inc 611 B

1234567891011121314151617
  1. PACKAGES =+ "${PN}-tools"
  2. INSANE_SKIP_${PN}-tools = "ldflags"
  3. FILES_${PN}-tools = "${bindir}/swupdate-client \
  4. ${bindir}/swupdate-progress \
  5. ${bindir}/swupdate-hawkbitcfg \
  6. ${bindir}/swupdate-sendtohawkbit"
  7. do_install_append () {
  8. install -m 0755 tools/client_unstripped ${D}${bindir}/swupdate-client
  9. install -m 0755 tools/progress_unstripped ${D}${bindir}/swupdate-progress
  10. install -m 0755 tools/hawkbitcfg_unstripped ${D}${bindir}/swupdate-hawkbitcfg
  11. install -m 0755 tools/sendtohawkbit_unstripped ${D}${bindir}/swupdate-sendtohawkbit
  12. }