diff options
Diffstat (limited to 'README')
-rw-r--r-- | README | 48 |
1 files changed, 48 insertions, 0 deletions
@@ -0,0 +1,48 @@ | |||
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/oe-core.git | ||
12 | branch: master | ||
13 | revision: HEAD | ||
14 | prio: default | ||
15 | |||
16 | URI: git://github.com/openembedded/meta-oe.git | ||
17 | branch: master | ||
18 | revision: HEAD | ||
19 | layers: meta-oe | ||
20 | meta-networking | ||
21 | |||
22 | BBFILE_PRIORITY_openembedded-layer = "4" | ||
23 | |||
24 | Required for Xen XSM policy: | ||
25 | URI: git://git.yoctoproject.org/meta-selinux | ||
26 | branch: master | ||
27 | revision: HEAD | ||
28 | prio: default | ||
29 | |||
30 | Maintenance | ||
31 | ----------- | ||
32 | |||
33 | Send pull requests, patches, comments or questions to meta-virtualization@yoctoproject.org | ||
34 | |||
35 | Maintainers: Raymond Danks <ray.danks@se-eng.com> | ||
36 | David Nyström <david.nystrom@enea.com> | ||
37 | Bruce Ashfield <bruce.ashfield@gmail.com> | ||
38 | |||
39 | When sending single patches, please using something like: | ||
40 | 'git send-email -1 --to meta-virtualization@yoctoproject.org --subject-prefix=meta-virtualization][PATCH' | ||
41 | |||
42 | License | ||
43 | ------- | ||
44 | |||
45 | All metadata is MIT licensed unless otherwise stated. Source code included | ||
46 | in tree for individual recipes is under the LICENSE stated in each recipe | ||
47 | (.bb file) unless otherwise stated. | ||
48 | |||