From 702fdd7945395f5cc3f9047cbb85f03173befad4 Mon Sep 17 00:00:00 2001 From: Mark Hatle Date: Mon, 8 Oct 2018 11:07:46 +0800 Subject: */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 Signed-off-by: Bruce Ashfield --- meta-openstack/conf/layer.conf | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'meta-openstack/conf') 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" LAYERSERIES_COMPAT_openstack-layer = "sumo" BB_DANGLINGAPPENDS_WARNONLY ?= "true" +LAYERDEPENDS_openstack-layer = " \ + core \ + cloud-services-layer \ + openembedded-layer \ + networking-layer \ + filesystems-layer \ + webserver \ + meta-python \ + virtualization-layer \ + " + # pre 0.4.0 greenlet versions segfault python PREFERRED_VERSION_python-greenlet = "0.4.5" PREFERRED_VERSION_python-sqlalchemy = "1.0.8" -- cgit v1.2.3-54-g00ecf