diff options
| author | Bruce Ashfield <bruce.ashfield@gmail.com> | 2021-06-04 08:49:58 -0400 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2021-06-04 08:49:58 -0400 |
| commit | 3cf833c11ee776222a41732d5ad7c321904c63ba (patch) | |
| tree | 5cc9520da56885c7fe9ec381211fcd2105a5ae10 /meta-openstack | |
| parent | c414ea6f64e612ddbdfd317bbc71f7a0abc30aef (diff) | |
| download | meta-cloud-services-3cf833c11ee776222a41732d5ad7c321904c63ba.tar.gz | |
conf: drop gatesgarth from layer compatibility
The longer compatibility string causes warnings in the layer
index, and we aren't testing against gatesgarth. So we drop
it from our compatbility listing.
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'meta-openstack')
| -rw-r--r-- | meta-openstack/conf/layer.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-openstack/conf/layer.conf b/meta-openstack/conf/layer.conf index 8ca637d..d2178c4 100644 --- a/meta-openstack/conf/layer.conf +++ b/meta-openstack/conf/layer.conf | |||
| @@ -7,7 +7,7 @@ BBFILES += "${LAYERDIR}/recipes*/*/*.bb ${LAYERDIR}/recipes*/*/*.bbappend" | |||
| 7 | BBFILE_COLLECTIONS += "openstack-layer" | 7 | BBFILE_COLLECTIONS += "openstack-layer" |
| 8 | BBFILE_PATTERN_openstack-layer := "^${LAYERDIR}/" | 8 | BBFILE_PATTERN_openstack-layer := "^${LAYERDIR}/" |
| 9 | BBFILE_PRIORITY_openstack-layer = "5" | 9 | BBFILE_PRIORITY_openstack-layer = "5" |
| 10 | LAYERSERIES_COMPAT_openstack-layer = " gatesgarth hardknott honister" | 10 | LAYERSERIES_COMPAT_openstack-layer = "hardknott honister" |
| 11 | BB_DANGLINGAPPENDS_WARNONLY ?= "true" | 11 | BB_DANGLINGAPPENDS_WARNONLY ?= "true" |
| 12 | 12 | ||
| 13 | LAYERDEPENDS_openstack-layer = " \ | 13 | LAYERDEPENDS_openstack-layer = " \ |
