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 | |
Patrick Williams | 93c203f | 2021-10-06 16:15:23 -0500 | [diff] [blame] | 20 | URI: git://git.openembedded.org/openembedded-core |
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 | |
| 23 | For some recipes, the meta-oe layer is required: |
| 24 | |
Patrick Williams | 93c203f | 2021-10-06 16:15:23 -0500 | [diff] [blame] | 25 | URI: git://git.openembedded.org/meta-openembedded |
Patrick Williams | b48b7b4 | 2016-08-17 15:04:38 -0500 | [diff] [blame] | 26 | subdirectory: meta-oe |
Brad Bishop | 1932369 | 2019-04-05 15:28:33 -0400 | [diff] [blame] | 27 | branch: master |
Patrick Williams | b48b7b4 | 2016-08-17 15:04:38 -0500 | [diff] [blame] | 28 | |
Patrick Williams | 93c203f | 2021-10-06 16:15:23 -0500 | [diff] [blame] | 29 | URI: git://git.openembedded.org/meta-openembedded |
Patrick Williams | b48b7b4 | 2016-08-17 15:04:38 -0500 | [diff] [blame] | 30 | subdirectory: meta-python |
Brad Bishop | 1932369 | 2019-04-05 15:28:33 -0400 | [diff] [blame] | 31 | branch: master |
Patrick Williams | b48b7b4 | 2016-08-17 15:04:38 -0500 | [diff] [blame] | 32 | |
| 33 | Maintenance |
| 34 | ----------- |
Andrew Geissler | 595f630 | 2022-01-24 19:11:47 +0000 | [diff] [blame] | 35 | Layer maintainers: Khem Raj <raj.khem@gmail.com> |
| 36 | Armin Kuster <akuster808@gmail.com> (recipes-netkit) |
| 37 | |
Patrick Williams | b48b7b4 | 2016-08-17 15:04:38 -0500 | [diff] [blame] | 38 | |
| 39 | Please see the MAINTAINERS file for information on contacting the |
| 40 | maintainers of this layer, as well as instructions for submitting patches. |