swupdate-image.inc 559 B

12345678910111213141516171819202122232425
  1. USE_DEVFS = "1"
  2. # This variable is triggered to check if sysvinit must be overwritten by a single rcS
  3. export SYSVINIT = "no"
  4. VIRTUAL-RUNTIME_initscripts-swupdate = 'initscripts-swupdate'
  5. IMAGE_INSTALL = "base-files \
  6. base-passwd \
  7. busybox \
  8. mtd-utils \
  9. mtd-utils-ubifs \
  10. libconfig \
  11. swupdate \
  12. swupdate-www \
  13. ${@bb.utils.contains('SWUPDATE_INIT', 'tiny', '${VIRTUAL-RUNTIME_initscripts-swupdate}', 'initscripts sysvinit', d)} \
  14. util-linux-sfdisk \
  15. "
  16. IMAGE_FSTYPES = "ext4.gz.u-boot"
  17. inherit image
  18. IMAGE_LINGUAS = " "