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