diff options
author | Bruce Ashfield <bruce.ashfield@gmail.com> | 2024-10-08 12:34:40 +0000 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2024-10-08 12:34:40 +0000 |
commit | 5ebf85a616357eef1f367ff25d412472977a470d (patch) | |
tree | fdbfdf5e95ed574eca961554e63d3937d5e33a4b | |
parent | 679cb10dcaa083b3ffd8000ac0ce7b6e4f92f1e3 (diff) | |
download | meta-cloud-services-5ebf85a616357eef1f367ff25d412472977a470d.tar.gz |
layer/conf: add styhead to compatibility
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
-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 b035adf..6774aec 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 = "scarthgap" | 10 | LAYERSERIES_COMPAT_openstack-layer = "styhead" |
11 | BB_DANGLINGAPPENDS_WARNONLY ?= "true" | 11 | BB_DANGLINGAPPENDS_WARNONLY ?= "true" |
12 | 12 | ||
13 | LAYERDEPENDS_openstack-layer = " \ | 13 | LAYERDEPENDS_openstack-layer = " \ |