diff options
author | 2018-10-08 11:07:47 +0800 | |
---|---|---|
committer | 2018-10-09 23:22:57 -0400 | |
commit | 352220329e1023f1781d9a188a1b06644233ce4b (patch) | |
tree | 6445573d28da44054ac4c86b087d6839c3be8ba5 /meta-openstack-controller-test-config/conf | |
parent | 702fdd7945395f5cc3f9047cbb85f03173befad4 (diff) | |
download | meta-cloud-services-352220329e1023f1781d9a188a1b06644233ce4b.tar.gz meta-cloud-services-352220329e1023f1781d9a188a1b06644233ce4b.tar.bz2 meta-cloud-services-352220329e1023f1781d9a188a1b06644233ce4b.zip |
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-controller-test-config/conf')
-rw-r--r-- | meta-openstack-controller-test-config/conf/layer.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-openstack-controller-test-config/conf/layer.conf b/meta-openstack-controller-test-config/conf/layer.conf index 37343755..507b1ed9 100644 --- a/meta-openstack-controller-test-config/conf/layer.conf +++ b/meta-openstack-controller-test-config/conf/layer.conf @@ -8,7 +8,7 @@ BBFILE_COLLECTIONS += "openstack-controller-test-config-layer" BBFILE_PATTERN_openstack-controller-test-config-layer := "^${LAYERDIR}/" # We want this layer to have higher priority than any other meta-openstack layers BBFILE_PRIORITY_openstack-controller-test-config-layer = "100" -LAYERSERIES_COMPAT_openstack-controller-test-config-layer = "sumo" +LAYERSERIES_COMPAT_openstack-controller-test-config-layer = "sumo thud" LAYERDEPENDS_openstack-controller-test-config-layer = " \ openstack-controller-deploy-layer \ |