README 973 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. meta-swupdate, Yocto layer for deploy tool
  2. ==========================================
  3. This layer's purpose is to add support for a deployment
  4. mechanism of Yocto's images based on swupdate project.
  5. Layer dependencies
  6. ------------------
  7. This layer depends on:
  8. URI: git://github.com/openembedded/meta-openembedded.git
  9. subdirectory: meta-oe
  10. Image hashing
  11. -------------
  12. During creation of the update file, occurrences of @IMAGE (where IMAGE is an
  13. image filename) are replaced with the sha256 hash of the image.
  14. Maintainer
  15. ----------
  16. Stefano Babic <sbabic@denx.de>
  17. Submitting patches
  18. ------------------
  19. You can submit your patches (or post questions reagarding
  20. this layer to the swupdate Mailing List:
  21. swupdate@googlegroups.com
  22. When creating patches, please use something like:
  23. git format-patch -s --subject-prefix='meta-swupdate][PATCH' <revision range>
  24. Please use 'git send- email' to send the generated patches to the ML
  25. to bypass changes from your mailer.