Patrick Williams | b48b7b4 | 2016-08-17 15:04:38 -0500 | [diff] [blame] | 1 | meta-python |
| 2 | ================================ |
| 3 | |
| 4 | Introduction |
| 5 | ------------------------- |
| 6 | |
| 7 | This layer is intended to be the home of python modules for OpenEmbedded. |
| 8 | Modules in this layer need to be independent of openembedded-core and |
| 9 | meta-openembedded/meta-oe. Because of this, modules required by 'gateone' |
| 10 | and 'anki' are not included and remain in: |
| 11 | meta-openembedded/meta-oe/recipes-devtools/python. |
| 12 | |
| 13 | Dependencies |
| 14 | ------------------------- |
| 15 | |
| 16 | The meta-python layer depends on: |
| 17 | |
| 18 | URI: git://git.openembedded.org/openembedded-core |
| 19 | layers: meta |
Brad Bishop | 316dfdd | 2018-06-25 12:45:53 -0400 | [diff] [blame] | 20 | branch: master |
Patrick Williams | b48b7b4 | 2016-08-17 15:04:38 -0500 | [diff] [blame] | 21 | revision: HEAD |
| 22 | |
| 23 | URI: git://git.openembedded.org/meta-openembedded |
| 24 | layers: meta-oe |
Brad Bishop | 316dfdd | 2018-06-25 12:45:53 -0400 | [diff] [blame] | 25 | branch: master |
Patrick Williams | b48b7b4 | 2016-08-17 15:04:38 -0500 | [diff] [blame] | 26 | revision: HEAD |
| 27 | |
| 28 | Please follow the recommended setup procedures of your OE distribution. |
| 29 | For Angstrom that is: |
| 30 | http://www.angstrom-distribution.org/building-angstrom, |
| 31 | other distros should have similar online resources. |
| 32 | |
| 33 | Contributing |
| 34 | ------------------------- |
| 35 | |
| 36 | The meta-openembedded mailinglist |
| 37 | (openembedded-devel@lists.openembedded.org) is used for questions, |
| 38 | comments and patch review. It is subscriber only, so please register |
| 39 | before posting. |
| 40 | |
| 41 | Send pull requests to openembedded-devel@lists.openembedded.org with |
Brad Bishop | d7bf8c1 | 2018-02-25 22:55:05 -0500 | [diff] [blame] | 42 | '[meta-python]' in the subject. |
Patrick Williams | b48b7b4 | 2016-08-17 15:04:38 -0500 | [diff] [blame] | 43 | |
| 44 | When sending single patches, please use something like: |
Brad Bishop | d7bf8c1 | 2018-02-25 22:55:05 -0500 | [diff] [blame] | 45 | 'git send-email -M -1 --to=openembedded-devel@lists.openembedded.org --subject-prefix=meta-python][PATCH' |
Patrick Williams | b48b7b4 | 2016-08-17 15:04:38 -0500 | [diff] [blame] | 46 | |
| 47 | Maintenance |
| 48 | ------------------------- |
Brad Bishop | d7bf8c1 | 2018-02-25 22:55:05 -0500 | [diff] [blame] | 49 | |
Brad Bishop | 316dfdd | 2018-06-25 12:45:53 -0400 | [diff] [blame] | 50 | Layer Maintainers: |
Brad Bishop | d7bf8c1 | 2018-02-25 22:55:05 -0500 | [diff] [blame] | 51 | Tim "moto-timo" Orling <TicoTimo@gmail.com> |
Brad Bishop | d7bf8c1 | 2018-02-25 22:55:05 -0500 | [diff] [blame] | 52 | Derek Straka <derek@asterius.io> |
| 53 | |