swupdate_git.bb 513 B

123456789101112131415161718192021
  1. require swupdate.inc
  2. DEFAULT_PREFERENCE = "-1"
  3. do_compile() {
  4. unset LDFLAGS
  5. oe_runmake
  6. cp swupdate_unstripped swupdate
  7. cp tools/progress_unstripped progress
  8. }
  9. do_install_append () {
  10. install -m 0755 tools/client_unstripped ${D}${bindir}/swupdate-client
  11. install -m 0755 tools/progress_unstripped ${D}${bindir}/swupdate-progress
  12. install -m 0755 tools/hawkbitcfg_unstripped ${D}${bindir}/swupdate-hawkbitcfg
  13. install -m 0755 tools/sendtohawkbit_unstripped ${D}${bindir}/swupdate-sendtohawkbit
  14. }