summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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.