| xj | b04a402 | 2021-11-25 15:01:52 +0800 | [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 |  | 
|  | 9 | Dependencies | 
|  | 10 | ------------------------- | 
|  | 11 |  | 
|  | 12 | The meta-python layer depends on: | 
|  | 13 |  | 
|  | 14 | URI: git://git.openembedded.org/openembedded-core | 
|  | 15 | layers: meta | 
|  | 16 | branch: thud | 
|  | 17 | revision: HEAD | 
|  | 18 |  | 
|  | 19 | URI: git://git.openembedded.org/meta-openembedded | 
|  | 20 | layers: meta-oe | 
|  | 21 | branch: thud | 
|  | 22 | revision: HEAD | 
|  | 23 |  | 
|  | 24 | Please follow the recommended setup procedures of your OE distribution. | 
|  | 25 | For Angstrom that is: | 
|  | 26 | http://www.angstrom-distribution.org/building-angstrom, | 
|  | 27 | other distros should have similar online resources. | 
|  | 28 |  | 
|  | 29 | Contributing | 
|  | 30 | ------------------------- | 
|  | 31 |  | 
|  | 32 | The meta-openembedded mailinglist | 
|  | 33 | (openembedded-devel@lists.openembedded.org) is used for questions, | 
|  | 34 | comments and patch review. It is subscriber only, so please register | 
|  | 35 | before posting. | 
|  | 36 |  | 
|  | 37 | Send pull requests to openembedded-devel@lists.openembedded.org with | 
|  | 38 | '[meta-python][thud]' in the subject. | 
|  | 39 |  | 
|  | 40 | When sending single patches, please use something like: | 
|  | 41 | 'git send-email -M -1 --to=openembedded-devel@lists.openembedded.org --subject-prefix=meta-python][thud][PATCH' | 
|  | 42 |  | 
|  | 43 | Maintenance | 
|  | 44 | ------------------------- | 
|  | 45 |  | 
|  | 46 | Thud Maintainers: Armin Kuster <akuster808@gmail.com> | 
|  | 47 |  |