summaryrefslogtreecommitdiffstats
path: root/meta-openstack-qemu
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-qemu
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-qemu')
-rw-r--r--meta-openstack-qemu/conf/layer.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-openstack-qemu/conf/layer.conf b/meta-openstack-qemu/conf/layer.conf
index d3ddf82..9addb4a 100644
--- a/meta-openstack-qemu/conf/layer.conf
+++ b/meta-openstack-qemu/conf/layer.conf
@@ -7,7 +7,7 @@ BBFILES += "${LAYERDIR}/recipes*/*/*.bb ${LAYERDIR}/recipes*/*/*.bbappend"
7BBFILE_COLLECTIONS += "openstack-qemu-layer" 7BBFILE_COLLECTIONS += "openstack-qemu-layer"
8BBFILE_PATTERN_openstack-qemu-layer := "^${LAYERDIR}/" 8BBFILE_PATTERN_openstack-qemu-layer := "^${LAYERDIR}/"
9BBFILE_PRIORITY_openstack-qemu-layer = "6" 9BBFILE_PRIORITY_openstack-qemu-layer = "6"
10LAYERSERIES_COMPAT_openstack-qemu-layer = "sumo" 10LAYERSERIES_COMPAT_openstack-qemu-layer = "sumo thud"
11 11
12LAYERDEPENDS_openstack-qemu-layer = " \ 12LAYERDEPENDS_openstack-qemu-layer = " \
13 core \ 13 core \