swupdate_2016.07.bb 267 B

123456789101112
  1. require swupdate.inc
  2. inherit update-rc.d
  3. SRC_URI = "git://github.com/sbabic/swupdate.git;protocol=git;tag=2016.07 \
  4. file://defconfig \
  5. file://swupdate \
  6. file://swupdate.service \
  7. "
  8. INITSCRIPT_NAME = "swupdate"
  9. INITSCRIPT_PARAMS = "defaults 70"