summaryrefslogtreecommitdiffstats
path: root/meta-openstack-compute-test-config
diff options
context:
space:
mode:
authorHongxu Jia <hongxu.jia@windriver.com>2018-10-08 11:07:47 +0800
committerBruce Ashfield <bruce.ashfield@windriver.com>2018-10-09 23:22:57 -0400
commit352220329e1023f1781d9a188a1b06644233ce4b (patch)
tree6445573d28da44054ac4c86b087d6839c3be8ba5 /meta-openstack-compute-test-config
parent702fdd7945395f5cc3f9047cbb85f03173befad4 (diff)
downloadmeta-cloud-services-352220329e1023f1781d9a188a1b06644233ce4b.tar.gz
layer.conf: Add thud to LAYERSERIES_COMPAT
Since `9ec5a8a layer.conf: Drop sumo from LAYERSERIES_CORENAMES' and `9867924 layer.conf: Add thud to LAYERSERIES_CORENAMES' applied in oe-core, add thud to LAYERSERIES_COMPAT Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta-openstack-compute-test-config')
-rw-r--r--meta-openstack-compute-test-config/conf/layer.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-openstack-compute-test-config/conf/layer.conf b/meta-openstack-compute-test-config/conf/layer.conf
index 7fca615..a8c69d7 100644
--- a/meta-openstack-compute-test-config/conf/layer.conf
+++ b/meta-openstack-compute-test-config/conf/layer.conf
@@ -8,7 +8,7 @@ BBFILE_COLLECTIONS += "openstack-compute-test-config-layer"
8BBFILE_PATTERN_openstack-compute-test-config-layer := "^${LAYERDIR}/" 8BBFILE_PATTERN_openstack-compute-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-compute-test-config-layer = "100" 10BBFILE_PRIORITY_openstack-compute-test-config-layer = "100"
11LAYERSERIES_COMPAT_openstack-compute-test-config-layer = "sumo" 11LAYERSERIES_COMPAT_openstack-compute-test-config-layer = "sumo thud"
12 12
13LAYERDEPENDS_openstack-compute-test-config-layer = " \ 13LAYERDEPENDS_openstack-compute-test-config-layer = " \
14 openstack-compute-deploy-layer \ 14 openstack-compute-deploy-layer \