summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorTudor Florea <tudor.florea@enea.com>2014-10-10 03:20:07 +0200
committerTudor Florea <tudor.florea@enea.com>2014-10-10 03:20:07 +0200
commitee97d3d279164f8b44fb8afc997e4ae953d17106 (patch)
treebff0bd4240f00bbb21624c1df55583f61abaea25 /README
downloadmeta-virtualization-daisy-140929.tar.gz
initial commit for Enea Linux 4.0-140929daisy-140929
Migrated from the internal git server on the daisy-enea-point-release branch Signed-off-by: Tudor Florea <tudor.florea@enea.com>
Diffstat (limited to 'README')
-rw-r--r--README48
1 files changed, 48 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 00000000..48327a2d
--- /dev/null
+++ b/README
@@ -0,0 +1,48 @@
1meta-virtualization
2===================
3
4This layer provides support for building Xen, KVM, Libvirt, and associated
5packages necessary for constructing OE-based virtualized solutions.
6
7Dependencies
8------------
9This layer depends on:
10
11URI: git://github.com/openembedded/oe-core.git
12branch: master
13revision: HEAD
14prio: default
15
16URI: git://github.com/openembedded/meta-oe.git
17branch: master
18revision: HEAD
19layers: meta-oe
20 meta-networking
21
22BBFILE_PRIORITY_openembedded-layer = "4"
23
24Required for Xen XSM policy:
25URI: git://git.yoctoproject.org/meta-selinux
26branch: master
27revision: HEAD
28prio: default
29
30Maintenance
31-----------
32
33Send pull requests, patches, comments or questions to meta-virtualization@yoctoproject.org
34
35Maintainers: Raymond Danks <ray.danks@se-eng.com>
36 David Nyström <david.nystrom@enea.com>
37 Bruce Ashfield <bruce.ashfield@gmail.com>
38
39When sending single patches, please using something like:
40'git send-email -1 --to meta-virtualization@yoctoproject.org --subject-prefix=meta-virtualization][PATCH'
41
42License
43-------
44
45All metadata is MIT licensed unless otherwise stated. Source code included
46in tree for individual recipes is under the LICENSE stated in each recipe
47(.bb file) unless otherwise stated.
48