Patrick Williams | b48b7b4 | 2016-08-17 15:04:38 -0500 | [diff] [blame] | 1 | meta-networking |
| 2 | =============== |
| 3 | |
| 4 | This layer is intended to be a central point for networking-related |
| 5 | packages and configuration. It should be useful directly on top of |
| 6 | oe-core and compliments meta-openembedded. It should be primarily useful |
| 7 | to 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 | |
| 15 | Dependencies |
| 16 | ------------ |
| 17 | |
| 18 | This layer depends on: |
| 19 | |
| 20 | URI: git://github.com/openembedded/openembedded-core.git |
Brad Bishop | 1932369 | 2019-04-05 15:28:33 -0400 | [diff] [blame] | 21 | branch: master |
Patrick Williams | b48b7b4 | 2016-08-17 15:04:38 -0500 | [diff] [blame] | 22 | revision: HEAD |
| 23 | |
| 24 | For some recipes, the meta-oe layer is required: |
| 25 | |
| 26 | URI: git://github.com/openembedded/meta-openembedded.git |
| 27 | subdirectory: meta-oe |
Brad Bishop | 1932369 | 2019-04-05 15:28:33 -0400 | [diff] [blame] | 28 | branch: master |
Patrick Williams | b48b7b4 | 2016-08-17 15:04:38 -0500 | [diff] [blame] | 29 | revision: HEAD |
| 30 | |
| 31 | URI: git://github.com/openembedded/meta-openembedded.git |
| 32 | subdirectory: meta-python |
Brad Bishop | 1932369 | 2019-04-05 15:28:33 -0400 | [diff] [blame] | 33 | branch: master |
Patrick Williams | b48b7b4 | 2016-08-17 15:04:38 -0500 | [diff] [blame] | 34 | revision: HEAD |
| 35 | |
| 36 | Maintenance |
| 37 | ----------- |
| 38 | |
| 39 | Please see the MAINTAINERS file for information on contacting the |
| 40 | maintainers of this layer, as well as instructions for submitting patches. |