summaryrefslogtreecommitdiffstats
path: root/meta-openstack/DOC
diff options
context:
space:
mode:
Diffstat (limited to 'meta-openstack/DOC')
-rw-r--r--meta-openstack/DOC10
1 files changed, 6 insertions, 4 deletions
diff --git a/meta-openstack/DOC b/meta-openstack/DOC
index 66fa085..160e67a 100644
--- a/meta-openstack/DOC
+++ b/meta-openstack/DOC
@@ -52,14 +52,16 @@ necessary revisions in the README file.
52 52
53Building an image 53Building an image
54----------------- 54-----------------
55* There are two new target images: nova-image-compute and nova-image-controller 55
56that contain the packagegroups with the same name, that have been describe 56* There are three new target images: openstack-image-compute,
57in the previous section. 57openstack-image-network and openstack-image-controller that contain the
58packagegroups with the same name, that have been described in the previous
59section.
58 60
59* Once a buildir has been initialized you have to append the necessary layers 61* Once a buildir has been initialized you have to append the necessary layers
60to the bblayers.conf file: 62to the bblayers.conf file:
61 /meta-virtualization \ 63 /meta-virtualization \
62 /meta-openstack \ 64 /meta-cloud/meta-openstack \
63 /meta-openembedded/meta-oe \ 65 /meta-openembedded/meta-oe \
64 /meta-openembedded/meta-networking \ 66 /meta-openembedded/meta-networking \
65 67