diff options
| author | Mihai Prica <prica.mihai@gmail.com> | 2013-07-11 16:49:34 +0300 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2013-08-28 18:41:58 -0400 |
| commit | 69d4e505aefdd3689690586481309a5b5ce37a21 (patch) | |
| tree | ba6f6d275ae7fd215054e9fc2ebf96bdf8e8a249 /meta-openstack/README | |
| parent | ba8fb8e50fc40adaa1460bfd25619d2f60dfb3d3 (diff) | |
| download | meta-cloud-services-69d4e505aefdd3689690586481309a5b5ce37a21.tar.gz | |
readme: Added README file
This contains all the informations required to build the
OpenStack components.
Signed-off-by: Mihai Prica <prica.mihai@gmail.com>
Diffstat (limited to 'meta-openstack/README')
| -rw-r--r-- | meta-openstack/README | 52 |
1 files changed, 52 insertions, 0 deletions
diff --git a/meta-openstack/README b/meta-openstack/README index e69de29..215d686 100644 --- a/meta-openstack/README +++ b/meta-openstack/README | |||
| @@ -0,0 +1,52 @@ | |||
| 1 | meta-openstack | ||
| 2 | =================== | ||
| 3 | |||
| 4 | This layer provides support for building the packages from the OpenStack project. | ||
| 5 | The layer contains recipes for the nova, glance, keystone, cinder, quantum, swift | ||
| 6 | and horizon components. | ||
| 7 | |||
| 8 | Dependencies | ||
| 9 | ------------ | ||
| 10 | |||
| 11 | This layer depends on: | ||
| 12 | |||
| 13 | URI: git://github.com/openembedded/oe-core.git | ||
| 14 | branch: master | ||
| 15 | tag: yocto-1.4.1 | ||
| 16 | |||
| 17 | URI: git://github.com/openembedded/meta-oe.git | ||
| 18 | branch: dylan | ||
| 19 | revision: HEAD | ||
| 20 | patches: 0001-python-sqlalchemy-update-to-0.7.9.patch | ||
| 21 | layers: meta-oe | ||
| 22 | meta-networking | ||
| 23 | meta-ruby | ||
| 24 | |||
| 25 | URI: git://git.yoctoproject.org/meta-virtualization | ||
| 26 | branch: master | ||
| 27 | revision: 7040db74c375ef55d1b040f53071be29590882de | ||
| 28 | patches: 0001-linux-yocto-Added-3.8-kernel-bbappend.patch | ||
| 29 | |||
| 30 | The patches for the layers can be found in the patches folder. They can be | ||
| 31 | applied using git am. | ||
| 32 | |||
| 33 | Maintenance | ||
| 34 | ----------- | ||
| 35 | |||
| 36 | Maintainers: Mihai Prica <prica.mihai@gmail.com> | ||
| 37 | |||
| 38 | License | ||
| 39 | ------- | ||
| 40 | |||
| 41 | All metadata is MIT licensed unless otherwise stated. Source code included | ||
| 42 | in tree for individual recipes is under the LICENSE stated in each recipe | ||
| 43 | (.bb file) unless otherwise stated. | ||
| 44 | |||
| 45 | Target images | ||
| 46 | ------------- | ||
| 47 | |||
| 48 | There are two target images: nova-image-compute and nova-image-controller. | ||
| 49 | This contain the packagegroups with the same name and can be used to create | ||
| 50 | the two types of targets. There are no extra configurations required to build | ||
| 51 | these images. | ||
| 52 | |||
