summaryrefslogtreecommitdiffstats
path: root/meta-openstack/conf
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/conf
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/conf')
-rw-r--r--meta-openstack/conf/layer.conf11
1 files changed, 11 insertions, 0 deletions
diff --git a/meta-openstack/conf/layer.conf b/meta-openstack/conf/layer.conf
index ac4f055..0370c81 100644
--- a/meta-openstack/conf/layer.conf
+++ b/meta-openstack/conf/layer.conf
@@ -10,6 +10,17 @@ BBFILE_PRIORITY_openstack-layer = "5"
10LAYERSERIES_COMPAT_openstack-layer = "sumo" 10LAYERSERIES_COMPAT_openstack-layer = "sumo"
11BB_DANGLINGAPPENDS_WARNONLY ?= "true" 11BB_DANGLINGAPPENDS_WARNONLY ?= "true"
12 12
13LAYERDEPENDS_openstack-layer = " \
14 core \
15 cloud-services-layer \
16 openembedded-layer \
17 networking-layer \
18 filesystems-layer \
19 webserver \
20 meta-python \
21 virtualization-layer \
22 "
23
13# pre 0.4.0 greenlet versions segfault python 24# pre 0.4.0 greenlet versions segfault python
14PREFERRED_VERSION_python-greenlet = "0.4.5" 25PREFERRED_VERSION_python-greenlet = "0.4.5"
15PREFERRED_VERSION_python-sqlalchemy = "1.0.8" 26PREFERRED_VERSION_python-sqlalchemy = "1.0.8"