Patrick Williams | d849ec7 | 2016-08-17 14:59:38 -0500 | [diff] [blame^] | 1 | meta-virtualization |
| 2 | =================== |
| 3 | |
| 4 | This layer provides support for building Xen, KVM, Libvirt, and associated |
| 5 | packages necessary for constructing OE-based virtualized solutions. |
| 6 | |
| 7 | Dependencies |
| 8 | ------------ |
| 9 | This layer depends on: |
| 10 | |
| 11 | URI: git://github.com/openembedded/openembedded-core.git |
| 12 | branch: master |
| 13 | revision: HEAD |
| 14 | prio: default |
| 15 | |
| 16 | URI: git://github.com/openembedded/meta-openembedded.git |
| 17 | branch: master |
| 18 | revision: HEAD |
| 19 | layers: meta-oe |
| 20 | meta-networking |
| 21 | meta-filesystems |
| 22 | meta-python |
| 23 | |
| 24 | URI: git://github.com/errordeveloper/oe-meta-go.git |
| 25 | branch: master |
| 26 | revision: HEAD |
| 27 | |
| 28 | BBFILE_PRIORITY_openembedded-layer = "4" |
| 29 | |
| 30 | Required for Xen XSM policy: |
| 31 | URI: git://git.yoctoproject.org/meta-selinux |
| 32 | branch: master |
| 33 | revision: HEAD |
| 34 | prio: default |
| 35 | |
| 36 | Maintenance |
| 37 | ----------- |
| 38 | |
| 39 | Send pull requests, patches, comments or questions to meta-virtualization@yoctoproject.org |
| 40 | |
| 41 | Maintainers: Raymond Danks <ray.danks@se-eng.com> |
| 42 | Bruce Ashfield <bruce.ashfield@gmail.com> |
| 43 | |
| 44 | When sending single patches, please using something like: |
| 45 | 'git send-email -1 --to meta-virtualization@yoctoproject.org --subject-prefix=meta-virtualization][PATCH' |
| 46 | |
| 47 | License |
| 48 | ------- |
| 49 | |
| 50 | All metadata is MIT licensed unless otherwise stated. Source code included |
| 51 | in tree for individual recipes is under the LICENSE stated in each recipe |
| 52 | (.bb file) unless otherwise stated. |
| 53 | |