README 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  1. meta-networking
  2. ===============
  3. This layer is intended to be a central point for networking-related
  4. packages and configuration. It should be useful directly on top of
  5. oe-core and compliments meta-openembedded. It should be primarily useful
  6. to the following groups:
  7. - Anyone building a small networking device (eg. a home router /
  8. bridge / switch).
  9. - Anyone wanting to add network services to their device (eg.
  10. anything that might benefit from a small ftp/tftp server)
  11. Dependencies
  12. ------------
  13. This layer depends on:
  14. URI: git://github.com/openembedded/openembedded-core.git
  15. branch: master
  16. revision: HEAD
  17. For some recipes, the meta-oe layer is required:
  18. URI: git://github.com/openembedded/meta-openembedded.git
  19. subdirectory: meta-oe
  20. branch: master
  21. revision: HEAD
  22. URI: git://github.com/openembedded/meta-openembedded.git
  23. subdirectory: meta-python
  24. branch: master
  25. revision: HEAD
  26. Maintenance
  27. -----------
  28. Please see the MAINTAINERS file for information on contacting the
  29. maintainers of this layer, as well as instructions for submitting patches.