summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@windriver.com>2013-09-02 23:18:08 -0400
committerBruce Ashfield <bruce.ashfield@windriver.com>2013-09-02 23:18:08 -0400
commit941c8deef964ae94c9c7eba5bf1dd7a954d13c8c (patch)
treefdee79b489d98392b37bcd519e5b5ed8a44cf244 /README
parent23e4b6da406c31f29ec36b13166c2aafcf11e9d8 (diff)
downloadmeta-cloud-services-941c8deef964ae94c9c7eba5bf1dd7a954d13c8c.tar.gz
meta-cloud-servies: add README
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'README')
-rw-r--r--README35
1 files changed, 35 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 0000000..ca10870
--- /dev/null
+++ b/README
@@ -0,0 +1,35 @@
1meta-cloud-services
2===================
3
4This layer provides support for building the packages required to support cloud
5agents and APIs for construction OE-based cloud solutions.
6
7This layer contains common infrastructure and recipes, while specific sub-layers
8provide support for various cloud/clustering solutions (oVirt, OpenStack, etc).
9
10Dependencies
11------------
12
13This layer depends on:
14
15URI: git://github.com/openembedded/oe-core.git
16branch: master
17revision: HEAD
18prio: default
19
20Maintenance
21-----------
22
23Send pull requests, patches, comments or questions to meta-virtualization@yoctoproject.org
24
25When sending single patches, please using something like:
26'git send-email -1 --to meta-virtualization@yoctoproject.org --subject-prefix=meta-virtualization][PATCH'
27
28Maintainers: Bruce Ashfield <bruce.ashfield@windriver.com>
29
30License
31-------
32
33All metadata is MIT licensed unless otherwise stated. Source code included
34in tree for individual recipes is under the LICENSE stated in each recipe
35(.bb file) unless otherwise stated.