summaryrefslogtreecommitdiffstats
path: root/meta-openstack-controller-test-config/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-controller-test-config/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-controller-test-config/conf')
-rw-r--r--meta-openstack-controller-test-config/conf/layer.conf4
1 files changed, 4 insertions, 0 deletions
diff --git a/meta-openstack-controller-test-config/conf/layer.conf b/meta-openstack-controller-test-config/conf/layer.conf
index dcae15d..3734375 100644
--- a/meta-openstack-controller-test-config/conf/layer.conf
+++ b/meta-openstack-controller-test-config/conf/layer.conf
@@ -9,3 +9,7 @@ BBFILE_PATTERN_openstack-controller-test-config-layer := "^${LAYERDIR}/"
9# We want this layer to have higher priority than any other meta-openstack layers 9# We want this layer to have higher priority than any other meta-openstack layers
10BBFILE_PRIORITY_openstack-controller-test-config-layer = "100" 10BBFILE_PRIORITY_openstack-controller-test-config-layer = "100"
11LAYERSERIES_COMPAT_openstack-controller-test-config-layer = "sumo" 11LAYERSERIES_COMPAT_openstack-controller-test-config-layer = "sumo"
12
13LAYERDEPENDS_openstack-controller-test-config-layer = " \
14 openstack-controller-deploy-layer \
15 "