summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@gmail.com>2024-10-08 12:34:40 +0000
committerBruce Ashfield <bruce.ashfield@gmail.com>2024-10-08 12:34:40 +0000
commit5ebf85a616357eef1f367ff25d412472977a470d (patch)
treefdbfdf5e95ed574eca961554e63d3937d5e33a4b
parent679cb10dcaa083b3ffd8000ac0ce7b6e4f92f1e3 (diff)
downloadmeta-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.conf2
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"
7BBFILE_COLLECTIONS += "openstack-layer" 7BBFILE_COLLECTIONS += "openstack-layer"
8BBFILE_PATTERN_openstack-layer := "^${LAYERDIR}/" 8BBFILE_PATTERN_openstack-layer := "^${LAYERDIR}/"
9BBFILE_PRIORITY_openstack-layer = "5" 9BBFILE_PRIORITY_openstack-layer = "5"
10LAYERSERIES_COMPAT_openstack-layer = "scarthgap" 10LAYERSERIES_COMPAT_openstack-layer = "styhead"
11BB_DANGLINGAPPENDS_WARNONLY ?= "true" 11BB_DANGLINGAPPENDS_WARNONLY ?= "true"
12 12
13LAYERDEPENDS_openstack-layer = " \ 13LAYERDEPENDS_openstack-layer = " \