diff options
author | Jeremy A. Puhlman <jpuhlman@mvista.com> | 2018-05-21 12:35:57 -0700 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2018-05-21 22:10:00 -0400 |
commit | 620ec0b3517cab2cf90c1b83f1f8e93b00c3a581 (patch) | |
tree | f78cb2b6aaca5a1825cd72fa9da16b2d5e5ce126 /meta-openstack-qemu/conf/layer.conf | |
parent | edb9fed9aca8452e54624d9da109cdd7cabcf30c (diff) | |
download | meta-cloud-services-620ec0b3517cab2cf90c1b83f1f8e93b00c3a581.tar.gz |
Add LAYERSERIES_COMPAT
Signed-off-by: Jeremy Puhlman <jpuhlman@mvista.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta-openstack-qemu/conf/layer.conf')
-rw-r--r-- | meta-openstack-qemu/conf/layer.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-openstack-qemu/conf/layer.conf b/meta-openstack-qemu/conf/layer.conf index 6761143..b6d45ba 100644 --- a/meta-openstack-qemu/conf/layer.conf +++ b/meta-openstack-qemu/conf/layer.conf | |||
@@ -7,3 +7,4 @@ BBFILES += "${LAYERDIR}/recipes*/*/*.bb ${LAYERDIR}/recipes*/*/*.bbappend" | |||
7 | BBFILE_COLLECTIONS += "openstack-qemu-layer" | 7 | BBFILE_COLLECTIONS += "openstack-qemu-layer" |
8 | BBFILE_PATTERN_openstack-qemu-layer := "^${LAYERDIR}/" | 8 | BBFILE_PATTERN_openstack-qemu-layer := "^${LAYERDIR}/" |
9 | BBFILE_PRIORITY_openstack-qemu-layer = "6" | 9 | BBFILE_PRIORITY_openstack-qemu-layer = "6" |
10 | LAYERSERIES_COMPAT_openstack-qemu-layer = "sumo" | ||