diff options
| author | Bruce Ashfield <bruce.ashfield@windriver.com> | 2013-09-02 23:18:08 -0400 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2013-09-02 23:18:08 -0400 |
| commit | 941c8deef964ae94c9c7eba5bf1dd7a954d13c8c (patch) | |
| tree | fdee79b489d98392b37bcd519e5b5ed8a44cf244 /README | |
| parent | 23e4b6da406c31f29ec36b13166c2aafcf11e9d8 (diff) | |
| download | meta-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-- | README | 35 |
1 files changed, 35 insertions, 0 deletions
| @@ -0,0 +1,35 @@ | |||
| 1 | meta-cloud-services | ||
| 2 | =================== | ||
| 3 | |||
| 4 | This layer provides support for building the packages required to support cloud | ||
| 5 | agents and APIs for construction OE-based cloud solutions. | ||
| 6 | |||
| 7 | This layer contains common infrastructure and recipes, while specific sub-layers | ||
| 8 | provide support for various cloud/clustering solutions (oVirt, OpenStack, etc). | ||
| 9 | |||
| 10 | Dependencies | ||
| 11 | ------------ | ||
| 12 | |||
| 13 | This layer depends on: | ||
| 14 | |||
| 15 | URI: git://github.com/openembedded/oe-core.git | ||
| 16 | branch: master | ||
| 17 | revision: HEAD | ||
| 18 | prio: default | ||
| 19 | |||
| 20 | Maintenance | ||
| 21 | ----------- | ||
| 22 | |||
| 23 | Send pull requests, patches, comments or questions to meta-virtualization@yoctoproject.org | ||
| 24 | |||
| 25 | When sending single patches, please using something like: | ||
| 26 | 'git send-email -1 --to meta-virtualization@yoctoproject.org --subject-prefix=meta-virtualization][PATCH' | ||
| 27 | |||
| 28 | Maintainers: Bruce Ashfield <bruce.ashfield@windriver.com> | ||
| 29 | |||
| 30 | License | ||
| 31 | ------- | ||
| 32 | |||
| 33 | All metadata is MIT licensed unless otherwise stated. Source code included | ||
| 34 | in tree for individual recipes is under the LICENSE stated in each recipe | ||
| 35 | (.bb file) unless otherwise stated. | ||
