README 802 B

123456789101112131415161718192021222324252627282930313233
  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. Maintainer
  11. ----------
  12. Stefano Babic <sbabic@denx.de>
  13. Submitting patches
  14. ------------------
  15. You can submit your patches (or post questions reagarding
  16. this layer to the swupdate Mailing List:
  17. swupdate@googlegroups.com
  18. When creating patches, please use something like:
  19. git format-patch -s --subject-prefix='meta-swupdate][PATCH' <revision range>
  20. Please use 'git send- email' to send the generated patches to the ML
  21. to bypass changes from your mailer.