summaryrefslogtreecommitdiffstats
path: root/meta-openstack-qemu
diff options
context:
space:
mode:
authorMark Hatle <mark.hatle@windriver.com>2018-10-08 11:07:46 +0800
committerBruce Ashfield <bruce.ashfield@windriver.com>2018-10-09 23:22:57 -0400
commit702fdd7945395f5cc3f9047cbb85f03173befad4 (patch)
tree457ace2c8e4140ccd53a85dcd29b7304c614c653 /meta-openstack-qemu
parentabd8c6ad4b6786e2bb4014115a0bf5a14449c875 (diff)
downloadmeta-cloud-services-702fdd7945395f5cc3f9047cbb85f03173befad4.tar.gz
*/layer.conf: Update LAYERDEPENDS
The ruby layer is no longer in meta-openembedded, remove references to that from the README. Implement the LAYERDEPENDS for each of the layers so that the layerindex will populate properly. Signed-off-by: Mark Hatle <mark.hatle@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta-openstack-qemu')
-rw-r--r--meta-openstack-qemu/README1
-rw-r--r--meta-openstack-qemu/conf/layer.conf9
2 files changed, 9 insertions, 1 deletions
diff --git a/meta-openstack-qemu/README b/meta-openstack-qemu/README
index 63ef70a..81ce86b 100644
--- a/meta-openstack-qemu/README
+++ b/meta-openstack-qemu/README
@@ -19,7 +19,6 @@ patches: 0001-python-sqlalchemy-update-to-0.7.9.patch
19revision: HEAD 19revision: HEAD
20layers: meta-oe 20layers: meta-oe
21 meta-networking 21 meta-networking
22 meta-ruby
23 22
24URI: git://git.yoctoproject.org/meta-virtualization 23URI: git://git.yoctoproject.org/meta-virtualization
25branch: master 24branch: master
diff --git a/meta-openstack-qemu/conf/layer.conf b/meta-openstack-qemu/conf/layer.conf
index b6d45ba..d3ddf82 100644
--- a/meta-openstack-qemu/conf/layer.conf
+++ b/meta-openstack-qemu/conf/layer.conf
@@ -8,3 +8,12 @@ BBFILE_COLLECTIONS += "openstack-qemu-layer"
8BBFILE_PATTERN_openstack-qemu-layer := "^${LAYERDIR}/" 8BBFILE_PATTERN_openstack-qemu-layer := "^${LAYERDIR}/"
9BBFILE_PRIORITY_openstack-qemu-layer = "6" 9BBFILE_PRIORITY_openstack-qemu-layer = "6"
10LAYERSERIES_COMPAT_openstack-qemu-layer = "sumo" 10LAYERSERIES_COMPAT_openstack-qemu-layer = "sumo"
11
12LAYERDEPENDS_openstack-qemu-layer = " \
13 core \
14 cloud-services-layer \
15 openembedded-layer \
16 networking-layer \
17 virtualization-layer \
18 openstack-layer \
19 "