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-aio-deploy/conf/layer.conf | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'meta-openstack-aio-deploy/conf') diff --git a/meta-openstack-aio-deploy/conf/layer.conf b/meta-openstack-aio-deploy/conf/layer.conf index 6d256c4..46622a6 100644 --- a/meta-openstack-aio-deploy/conf/layer.conf +++ b/meta-openstack-aio-deploy/conf/layer.conf @@ -8,3 +8,12 @@ BBFILE_COLLECTIONS += "openstack-aio-deploy-layer" BBFILE_PATTERN_openstack-aio-deploy-layer := "^${LAYERDIR}/" BBFILE_PRIORITY_openstack-aio-deploy-layer = "6" LAYERSERIES_COMPAT_openstack-aio-deploy-layer = "sumo" + +LAYERDEPENDS_openstack-aio-deploy-layer = " \ + core \ + cloud-services-layer \ + openembedded-layer \ + networking-layer \ + virtualization-layer \ + openstack-layer \ + " -- cgit v1.2.3-54-g00ecf